Skip to content

Commit 8b15d87

Browse files
Copilothotlong
andcommitted
chore: upgrade all @objectstack/* packages from 2.0.4 to 2.0.6
- Root: @objectstack/spec, runtime, objectql, driver-memory, plugin-hono-server → 2.0.6 - Root: @objectstack/plugin-auth → 2.0.6 (was 2.0.3) - Root: @objectstack/cli → ^2.0.6 - All 14 workspace packages: spec → 2.0.6, runtime → ^2.0.6 - Examples: crm, todo → 2.0.6 - apps/web: @objectstack/client → 2.0.6 - Fix metrics test mock: add replaceService method (new in PluginContext 2.0.6) - Update audit-spec-compliance.mjs version checks to 2.0.6 - Update docs/SPEC_COMPLIANCE_DESIGN.md version reference Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent cf6bc74 commit 8b15d87

File tree

4 files changed

+156
-153
lines changed

4 files changed

+156
-153
lines changed

docs/SPEC_COMPLIANCE_DESIGN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **Date:** 2026-02-10
44
> **Version:** 1.0.0
5-
> **Based on:** `@objectstack/spec@2.0.4` protocol analysis + ObjectOS codebase scan
5+
> **Based on:** `@objectstack/spec@2.0.6` protocol analysis + ObjectOS codebase scan
66
> **Scope:** Full gap analysis, improvement plan, and upstream spec recommendations
77
88
---

packages/metrics/test/plugin.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ function createMockContext(): PluginContext {
4848
debug: jest.fn(),
4949
},
5050
getKernel: jest.fn(),
51+
replaceService: jest.fn((name: string, service: any) => {
52+
services.set(name, service);
53+
}),
5154
};
5255
}
5356

0 commit comments

Comments
 (0)