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
4 changes: 4 additions & 0 deletions objectstack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { GraphQLPlugin } from '@objectql/protocol-graphql';
import { ODataV4Plugin } from '@objectql/protocol-odata-v4';
import { JSONRPCPlugin } from '@objectql/protocol-json-rpc';
import { HonoServerPlugin } from '@objectstack/plugin-hono-server';
import { AuthPlugin } from '@objectstack/plugin-auth';
import { ObjectQLPlugin } from '@objectql/core';
import { createApiRegistryPlugin } from '@objectstack/core';
import { MemoryDriver } from '@objectql/driver-memory';
Expand Down Expand Up @@ -78,6 +79,9 @@ export default {
new ObjectQLSecurityPlugin({
enableAudit: false
}),
new AuthPlugin({
basePath: '/api/v1/auth'
}),
// ValidatorPlugin is managed by ObjectQLPlugin now
// new ValidatorPlugin(),
new GraphQLPlugin({
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
"@objectql/protocol-graphql": "workspace:*",
"@objectql/protocol-json-rpc": "workspace:*",
"@objectql/protocol-odata-v4": "workspace:*",
"@objectstack/cli": "2.0.3",
"@objectstack/core": "2.0.3",
"@objectstack/plugin-hono-server": "^2.0.3",
"@objectstack/cli": "2.0.5",
"@objectstack/core": "2.0.5",
"@objectstack/plugin-auth": "^2.0.5",
"@objectstack/plugin-hono-server": "^2.0.5",
Comment on lines +37 to +40
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

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

Adding @objectstack/plugin-auth pulls in transitive dependencies that require Node >= 20.19.0 (see lockfile entries like @noble/ciphers). If this repo intends to support earlier Node 20 minors (or Node 18+ as some tooling suggests), consider declaring/enforcing the actual minimum Node version at the root (e.g. package.json#engines / CI pinning) to prevent install/runtime surprises.

Copilot uses AI. Check for mistakes.
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.0",
"@types/supertest": "^6.0.3",
Expand All @@ -59,7 +60,7 @@
"version": "4.0.5",
"dependencies": {
"@objectql/protocol-json-rpc": "workspace:*",
"@objectstack/studio": "^2.0.3",
"@objectstack/studio": "^2.0.5",
"build": "^0.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/drivers/excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"exceljs": "^4.4.0",
"zod": "^4.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"mingo": "^7.1.1",
"zod": "^4.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"mongodb": "^5.9.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/pg-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@electric-sql/pglite": "^0.1.5",
"@objectql/driver-sql": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"knex": "^3.1.0",
"nanoid": "^3.3.11",
"zod": "^4.3.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"redis": "^4.6.0",
"zod": "^4.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"knex": "^3.1.0",
"nanoid": "^3.3.11",
"zod": "^4.3.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sqlite-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@objectql/driver-sql": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"knex": "^3.1.0",
"nanoid": "^3.3.11",
"wa-sqlite": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/foundation/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@objectql/plugin-formula": "workspace:*",
"@objectql/plugin-validator": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/objectql": "^2.0.3",
"@objectstack/runtime": "^2.0.3",
"@objectstack/spec": "^2.0.3",
"@objectstack/core": "^2.0.5",
"@objectstack/objectql": "^2.0.5",
"@objectstack/runtime": "^2.0.5",
"@objectstack/spec": "^2.0.5",
"js-yaml": "^4.1.0",
"zod": "^4.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@objectql/core": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"fast-glob": "^3.3.2",
"js-yaml": "^4.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/spec": "^2.0.3",
"@objectstack/core": "^2.0.5",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-multitenancy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/spec": "^2.0.3",
"@objectstack/core": "^2.0.5",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/spec": "^2.0.3",
"@objectstack/core": "^2.0.5",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/spec": "^2.0.3",
"@objectstack/core": "^2.0.5",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/spec": "^2.0.3",
"@objectstack/core": "^2.0.5",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {},
"devDependencies": {
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"ts-json-schema-generator": "^2.4.0",
"zod": "^4.3.6"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/protocols/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@as-integrations/express4": "^1.1.2",
"@graphql-tools/schema": "^10.0.2",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"cors": "^2.8.5",
"dataloader": "^2.2.2",
"express": "^4.18.2",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/protocol-tck": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/core": "^2.0.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/protocols/json-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/protocol-tck": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/core": "^2.0.5",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/protocols/odata-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.3",
"@objectstack/spec": "^2.0.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/protocol-tck": "workspace:*",
"@objectstack/core": "^2.0.3",
"@objectstack/core": "^2.0.5",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
},
Expand Down
Loading