Skip to content

Commit 987a3c9

Browse files
authored
Merge pull request #225 from objectstack-ai/copilot/update-objectstack-to-latest
2 parents 3c9860e + 5168a6c commit 987a3c9

File tree

20 files changed

+336
-926
lines changed

20 files changed

+336
-926
lines changed

DEVELOPMENT_PLAN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,12 @@ All packages are at version `0.1.0`, licensed under `AGPL-3.0`, and output ESM v
297297

298298
| Dependency | Version | Role | Consumers |
299299
|-----------|---------|------|-----------|
300-
| `@objectstack/runtime` | 1.1.0 | Microkernel — plugin lifecycle, service registry, event bus | All 13 plugins |
301-
| `@objectstack/spec` | 1.1.0 | Protocol contracts — Zod schemas, TypeScript interfaces | audit, automation, auth, jobs, permissions, workflow, browser |
302-
| `@objectstack/cli` | 1.1.0 | Server bootstrap — `objectstack serve` command | Root devDependency |
303-
| `@objectstack/objectql` | 1.1.0 | ObjectQL plugin for metadata loading | Root dependency |
304-
| `@objectstack/driver-memory` | 1.1.0 | In-memory data driver for development/serverless | Root dependency |
305-
| `@objectstack/plugin-hono-server` | 1.1.0 | Hono HTTP server plugin | Root dependency |
300+
| `@objectstack/runtime` | 2.0.1 | Microkernel — plugin lifecycle, service registry, event bus | All 13 plugins |
301+
| `@objectstack/spec` | 2.0.1 | Protocol contracts — Zod schemas, TypeScript interfaces | audit, automation, auth, jobs, permissions, workflow, browser |
302+
| `@objectstack/cli` | 2.0.1 | Server bootstrap — `objectstack serve` command | Root devDependency |
303+
| `@objectstack/objectql` | 2.0.1 | ObjectQL plugin for metadata loading | Root dependency |
304+
| `@objectstack/driver-memory` | 2.0.1 | In-memory data driver for development/serverless | Root dependency |
305+
| `@objectstack/plugin-hono-server` | 2.0.1 | Hono HTTP server plugin | Root dependency |
306306
| `@objectql/core` | 4.2.0 | Data engine — metadata registry, query compiler | Root dependency |
307307
| `@objectql/driver-sql` | 4.2.0 | SQL database driver (PostgreSQL, MySQL, SQLite) | Root dependency |
308308
| `@objectql/driver-mongo` | 4.2.0 | MongoDB database driver | Root dependency |
@@ -364,7 +364,7 @@ The microkernel architecture (`@objectstack/runtime`) provides:
364364
| Metadata Registry || ✅ YAML glob loading | `packages/*/objects/*.object.yml` |
365365
| SQL Driver || ✅ PostgreSQL, MySQL, SQLite | `@objectql/driver-sql` 4.2.0 |
366366
| MongoDB Driver ||| `@objectql/driver-mongo` 4.2.0 |
367-
| In-Memory Driver || ✅ for dev/serverless | `@objectstack/driver-memory` 1.1.0 |
367+
| In-Memory Driver || ✅ for dev/serverless | `@objectstack/driver-memory` 2.0.1 |
368368
| Relationship Resolution || 🟡 | Lookup/master-detail defined in schema |
369369
| Query Compilation ||| Filter groups, field selection, sorting, pagination |
370370
| Schema Sync || 🟡 | Auto-create tables; migration tooling needed |
@@ -545,7 +545,7 @@ The microkernel architecture (`@objectstack/runtime`) provides:
545545
| Plugin Interface | All plugins implement `Plugin` from `@objectstack/runtime` ||
546546
| Runtime Dependency | All plugins declare `@objectstack/runtime` as dependency ||
547547
| Spec Dependency | Packages importing from `@objectstack/spec` declare it ||
548-
| Version Consistency | `@objectstack/spec: 1.0.0`, `@objectstack/runtime: ^1.0.0` ||
548+
| Version Consistency | `@objectstack/spec: 2.0.1`, `@objectstack/runtime: ^2.0.1` ||
549549
| Lifecycle Methods | All plugins implement `init()`, `start()`, `destroy()` ||
550550

551551
### Automation & Workflow Spec Migration

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:watch": "vitest"
1313
},
1414
"dependencies": {
15-
"@objectstack/client": "2.0.0",
15+
"@objectstack/client": "2.0.1",
1616
"@radix-ui/react-dialog": "^1.1.15",
1717
"@radix-ui/react-dropdown-menu": "^2.1.16",
1818
"@radix-ui/react-select": "^2.2.6",

0 commit comments

Comments
 (0)