Skip to content

Commit 2acba18

Browse files
Copilothotlong
andauthored
feat(plugin-dev): add @objectstack/plugin-setup as optional peer dependency
Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/927f542a-7c2a-4f1b-a78f-05db363348b2 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 509f871 commit 2acba18

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/plugins/plugin-dev/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@objectstack/plugin-auth": "workspace:^",
2727
"@objectstack/plugin-hono-server": "workspace:^",
2828
"@objectstack/plugin-security": "workspace:^",
29+
"@objectstack/plugin-setup": "workspace:^",
2930
"@objectstack/rest": "workspace:^",
3031
"@objectstack/runtime": "workspace:^",
3132
"@objectstack/service-i18n": "workspace:^"
@@ -49,6 +50,9 @@
4950
"@objectstack/plugin-security": {
5051
"optional": true
5152
},
53+
"@objectstack/plugin-setup": {
54+
"optional": true
55+
},
5256
"@objectstack/rest": {
5357
"optional": true
5458
},
@@ -62,6 +66,7 @@
6266
"@objectstack/plugin-auth": "workspace:*",
6367
"@objectstack/plugin-hono-server": "workspace:*",
6468
"@objectstack/plugin-security": "workspace:*",
69+
"@objectstack/plugin-setup": "workspace:*",
6570
"@objectstack/rest": "workspace:*",
6671
"@objectstack/runtime": "workspace:*",
6772
"@objectstack/service-i18n": "workspace:*",

0 commit comments

Comments
 (0)