Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/protocols/multi-protocol-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@objectql/protocol-graphql": "workspace:*",
"@objectql/protocol-json-rpc": "workspace:*",
"@objectql/protocol-odata-v4": "workspace:*",
"@objectstack/runtime": "workspace:*",
"@objectql/types": "workspace:*"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion examples/showcase/enterprise-erp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@objectql/driver-sql": "workspace:*",
"@objectql/platform-node": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",
"@types/jest": "^30.0.0",
"@types/node": "^20.0.0",
"jest": "^30.2.0",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"@changesets/cli": "^2.29.8",
"@objectql/example-enterprise-erp": "workspace:*",
"@objectql/example-project-tracker": "workspace:*",
"@objectstack/objectql": "workspace:*",
"@objectstack/runtime": "workspace:*",
"@objectstack/spec": "workspace:*",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.0",
Expand Down
1 change: 0 additions & 1 deletion packages/drivers/excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",
"exceljs": "^4.4.0"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/drivers/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"test": "jest"
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*"
"@objectql/types": "workspace:*"
},
"devDependencies": {
"@types/jest": "^29.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/drivers/localstorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"test": "jest"
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*"
"@objectql/types": "workspace:*"
},
"devDependencies": {
"@types/jest": "^29.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/drivers/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",
"mingo": "^7.1.1"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/drivers/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",
"mongodb": "^5.9.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/drivers/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",
"redis": "^4.6.0"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/drivers/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"test": "jest"
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*"
"@objectql/types": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.0"
Expand Down
1 change: 0 additions & 1 deletion packages/drivers/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",
"knex": "^3.1.0",
"nanoid": "^3.3.11"
},
Expand Down
4 changes: 0 additions & 4 deletions packages/foundation/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
"test": "jest"
},
"dependencies": {
"@objectstack/runtime": "workspace:*",
"@objectql/types": "workspace:*",
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source code in packages/foundation/core/src still contains imports from @objectstack/spec, @objectstack/runtime, @objectstack/objectql, and @objectstack/core packages that have been removed from this package.json. These imports will cause build failures. The following files need to be updated:

  • src/index.ts: imports from @objectstack/runtime, @objectstack/objectql, and @objectstack/spec
  • src/app.ts: imports from @objectstack/core and @objectstack/objectql
  • src/repository.ts: imports from @objectstack/runtime and @objectstack/spec
  • src/plugin.ts: imports from @objectstack/core
  • src/validator-plugin.ts: imports from @objectstack/core
  • src/formula-plugin.ts: imports from @objectstack/core
  • src/query/*.ts files: import from @objectstack/spec

Either the removed dependencies need to be restored, or the code needs to be refactored to remove these imports.

Suggested change
"@objectql/types": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",
"@objectstack/runtime": "workspace:*",
"@objectstack/objectql": "workspace:*",
"@objectstack/core": "workspace:*",

Copilot uses AI. Check for mistakes.
"@objectstack/spec": "workspace:*",
"@objectstack/objectql": "workspace:*",
"@objectstack/core": "workspace:*",
"js-yaml": "^4.1.0",
"openai": "^4.28.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/foundation/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"dependencies": {
"@objectql/core": "workspace:*",
"@objectql/types": "workspace:*",
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source code in packages/foundation/platform-node/src/plugin.ts imports from @objectstack/spec package that has been removed from this package.json. This import will cause build failures. Either the dependency needs to be restored or the code needs to be refactored to remove this import.

Suggested change
"@objectql/types": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*",

Copilot uses AI. Check for mistakes.
"@objectstack/spec": "workspace:*",
"fast-glob": "^3.3.2",
"js-yaml": "^4.1.1"
},
Expand Down
4 changes: 1 addition & 3 deletions packages/foundation/plugin-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@objectstack/runtime": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "workspace:*"
"@objectql/types": "workspace:*"
},
"devDependencies": {
"typescript": "^5.3.0"
Expand Down
10 changes: 2 additions & 8 deletions packages/foundation/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,9 @@
"generate:schemas": "node scripts/generate-schemas.js",
"test": "jest --passWithNoTests"
},
"peerDependencies": {
"@objectstack/runtime": "workspace:*",
"@objectstack/spec": "workspace:*"
},
"dependencies": {
"@objectstack/spec": "workspace:*"
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source code in packages/foundation/types/src still contains imports from @objectstack/spec and @objectstack/objectql packages that have been removed from this package.json. These imports will cause build failures. The following files need to be updated:

  • src/action.ts: imports from @objectstack/spec
  • src/field.ts: imports from @objectstack/spec
  • src/object.ts: imports from @objectstack/spec
  • src/query.ts: imports from @objectstack/spec
  • src/config.ts: imports from @objectstack/objectql

Either the removed dependencies need to be restored, or the code needs to be refactored to remove these imports.

Suggested change
"devDependencies": {
"devDependencies": {
"@objectstack/spec": "workspace:*",
"@objectstack/objectql": "workspace:*",

Copilot uses AI. Check for mistakes.
"@objectstack/runtime": "workspace:*",
"ts-json-schema-generator": "^2.4.0",
"zod": "^3.23.8"
}
Expand Down
Loading