@@ -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
0 commit comments