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
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"negotiator": "^1.0.0",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"zod": "4.3.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"ts-node": "^10.9.2",
"tsup": "^8.0.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"msw": "^2.13.4",
"postcss": "^8.5.10",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vite": "^8.0.9",
"vitest": "^4.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/app-crm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"devDependencies": {
"@objectstack/cli": "workspace:*",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/app-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"devDependencies": {
"@objectstack/cli": "workspace:*",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"turbo": "^2.9.6",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"dependencies": {},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@objectstack/runtime": "workspace:*",
"@types/express": "^5.0.6",
"express": "^5.2.1",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"description": "Express adapter for ObjectStack — mounts the generated REST API onto an Express app.",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@objectstack/runtime": "workspace:*",
"fastify": "^5.8.5",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"description": "Fastify adapter for ObjectStack — mounts the generated REST API onto a Fastify app.",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@objectstack/runtime": "workspace:*",
"hono": "^4.12.14",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"description": "Hono adapter for ObjectStack — edge-compatible REST API server for Cloudflare Workers, Deno, Bun, and Node.",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nestjs/common": "^11.1.19",
"@nestjs/core": "^11.1.19",
"@objectstack/runtime": "workspace:*",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"description": "NestJS adapter for ObjectStack — integrates the generated REST API into a NestJS module.",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"next": "^16.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"description": "Next.js adapter for ObjectStack — App Router route handlers for the ObjectStack REST API.",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@objectstack/runtime": "workspace:*",
"h3": "^1.15.11",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"description": "Nuxt adapter for ObjectStack — Nitro server routes for the ObjectStack REST API.",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@objectstack/runtime": "workspace:*",
"@sveltejs/kit": "^2.57.1",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"description": "SvelteKit adapter for ObjectStack — server endpoints for the ObjectStack REST API.",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@oclif/plugin-plugins": "^5.4.61",
"@types/node": "^25.6.0",
"tsup": "^8.5.1",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/react": "^19.2.14",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"keywords": [
"objectstack",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@objectstack/plugin-msw": "workspace:*",
"@objectstack/runtime": "workspace:*",
"msw": "^2.13.4",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-objectstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "^25.6.0",
"tsup": "^8.5.1",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"author": "ObjectStack",
Expand Down
2 changes: 1 addition & 1 deletion packages/objectql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@objectstack/types": "workspace:*"
},
"devDependencies": {
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@types/node": "^25.6.0",
"tsup": "^8.5.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/driver-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/driver-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@types/node": "^25.6.0",
"better-sqlite3": "^12.9.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/driver-turso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/node": "^25.6.0",
"better-sqlite3": "^12.9.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"author": "ObjectStack",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@objectstack/cli": "workspace:*",
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@objectstack/runtime": "workspace:*",
"@objectstack/service-i18n": "workspace:*",
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-hono-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@objectstack/runtime": "workspace:*",
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@objectstack/service-package": "workspace:*"
},
"devDependencies": {
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@objectstack/driver-memory": "workspace:*",
"@objectstack/driver-sql": "workspace:*",
"@objectstack/driver-turso": "workspace:*",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-job/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/services/service-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"vitest": "^4.1.4"
},
"keywords": [
Expand Down
Loading
Loading