Skip to content

Commit 802701d

Browse files
committed
Changes from node scripts/regenerate_moon_projects.js --update
1 parent ca88882 commit 802701d

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

x-pack/solutions/observability/plugins/apm/moon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ dependsOn:
154154
- '@kbn/onechat-server'
155155
- '@kbn/onechat-common'
156156
- '@kbn/onechat-plugin'
157-
- '@kbn/observability-agent-plugin'
157+
- '@kbn/observability-agent-builder-plugin'
158158
tags:
159159
- plugin
160160
- prod

x-pack/solutions/observability/plugins/observability_agent_builder/moon.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
22
# To extend this, write your extensions/overrides to 'moon.extend.yml'
3-
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/observability-agent-plugin'
3+
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/observability-agent-builder-plugin'
44

55
$schema: https://moonrepo.dev/schemas/project.json
6-
id: '@kbn/observability-agent-plugin'
6+
id: '@kbn/observability-agent-builder-plugin'
77
type: unknown
88
owners:
99
defaultOwner: '@elastic/obs-ai-team'
1010
toolchain:
1111
default: node
1212
language: typescript
1313
project:
14-
name: '@kbn/observability-agent-plugin'
15-
description: Moon project for @kbn/observability-agent-plugin
14+
name: '@kbn/observability-agent-builder-plugin'
15+
description: Moon project for @kbn/observability-agent-builder-plugin
1616
channel: ''
1717
owner: '@elastic/obs-ai-team'
1818
metadata:
19-
sourceRoot: x-pack/solutions/observability/plugins/observability_agent
19+
sourceRoot: x-pack/solutions/observability/plugins/observability_agent_builder
2020
dependsOn:
2121
- '@kbn/core'
2222
- '@kbn/onechat-common'
@@ -39,6 +39,8 @@ dependsOn:
3939
- '@kbn/metrics-data-access-plugin'
4040
- '@kbn/ml-anomaly-utils'
4141
- '@kbn/ml-plugin'
42+
- '@kbn/server-route-repository'
43+
- '@kbn/server-route-repository-utils'
4244
tags:
4345
- plugin
4446
- prod

x-pack/solutions/observability/test/moon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ dependsOn:
8787
- '@kbn/streams-schema'
8888
- '@kbn/data-quality'
8989
- '@kbn/onechat-common'
90-
- '@kbn/observability-agent-plugin'
9190
- '@kbn/onechat-plugin'
9291
- '@kbn/aiops-log-rate-analysis'
92+
- '@kbn/observability-agent-builder-plugin'
9393
tags:
9494
- test-helper
9595
- package

0 commit comments

Comments
 (0)