@contractspec/example.agent-console 3.8.15 → 3.8.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=78 noBundle=false
5
- Bundled 84 modules in 38ms
5
+ Bundled 84 modules in 117ms
6
6
 
7
7
  ./agent.capability.js 318 bytes (entry point)
8
8
  tool/tool.test-spec.js 0.97 KB (entry point)
@@ -84,7 +84,7 @@ Bundled 84 modules in 38ms
84
84
  agent/agent.enum.js 314 bytes (entry point)
85
85
 
86
86
  [contractspec-bun-build] transpile target=node root=src entries=78 noBundle=false
87
- Bundled 84 modules in 44ms
87
+ Bundled 84 modules in 114ms
88
88
 
89
89
  ./agent.capability.js 310 bytes (entry point)
90
90
  tool/tool.test-spec.js 0.96 KB (entry point)
@@ -166,7 +166,7 @@ Bundled 84 modules in 44ms
166
166
  agent/agent.enum.js 306 bytes (entry point)
167
167
 
168
168
  [contractspec-bun-build] transpile target=browser root=src entries=78 noBundle=false
169
- Bundled 84 modules in 37ms
169
+ Bundled 84 modules in 135ms
170
170
 
171
171
  ./agent.capability.js 310 bytes (entry point)
172
172
  tool/tool.test-spec.js 0.96 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 3.8.16
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of chore: auto-bump internal dependents
9
+ - Updated dependencies because of Stabilize Turborepo build caching by making generated artifacts deterministic, modeling web LLM generation explicitly, and avoiding no-op build-tool rewrites.
10
+ - Updated dependencies because of Centralize repeated dependency specs through Bun catalogs and align React Hook Form/Zod resolver types after dependency upgrades.
11
+ - @contractspec/lib.example-shared-ui@7.0.1
12
+ - @contractspec/lib.presentation-runtime-core@5.0.2
13
+ - @contractspec/lib.presentation-runtime-react@38.0.2
14
+ - @contractspec/lib.runtime-sandbox@3.0.1
15
+ - @contractspec/module.execution-console@0.1.7
16
+ - @contractspec/lib.contracts-spec@5.5.1
17
+ - @contractspec/lib.design-system@3.11.2
18
+ - @contractspec/lib.ui-kit-web@3.11.1
19
+ - @contractspec/lib.schema@3.7.14
20
+
3
21
  ## 3.8.15
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.agent-console",
3
- "version": "3.8.15",
3
+ "version": "3.8.16",
4
4
  "description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -571,20 +571,20 @@
571
571
  },
572
572
  "dependencies": {
573
573
  "@contractspec/lib.schema": "3.7.14",
574
- "@contractspec/lib.contracts-spec": "5.5.0",
575
- "@contractspec/lib.example-shared-ui": "7.0.0",
576
- "@contractspec/lib.design-system": "3.11.1",
577
- "@contractspec/lib.presentation-runtime-react": "38.0.1",
578
- "@contractspec/lib.runtime-sandbox": "3.0.0",
579
- "@contractspec/lib.ui-kit-web": "3.11.0",
580
- "@contractspec/module.execution-console": "0.1.6",
574
+ "@contractspec/lib.contracts-spec": "5.5.1",
575
+ "@contractspec/lib.example-shared-ui": "7.0.1",
576
+ "@contractspec/lib.design-system": "3.11.2",
577
+ "@contractspec/lib.presentation-runtime-react": "38.0.2",
578
+ "@contractspec/lib.runtime-sandbox": "3.0.1",
579
+ "@contractspec/lib.ui-kit-web": "3.11.1",
580
+ "@contractspec/module.execution-console": "0.1.7",
581
581
  "react": "19.2.0",
582
582
  "react-dom": "19.2.0",
583
- "@contractspec/lib.presentation-runtime-core": "5.0.1"
583
+ "@contractspec/lib.presentation-runtime-core": "5.0.2"
584
584
  },
585
585
  "devDependencies": {
586
- "@contractspec/lib.harness": "0.2.14",
587
- "@contractspec/tool.bun": "3.7.16",
586
+ "@contractspec/lib.harness": "0.2.15",
587
+ "@contractspec/tool.bun": "3.7.17",
588
588
  "@contractspec/tool.typescript": "3.7.13",
589
589
  "@types/react": "^19.2.14",
590
590
  "@types/react-dom": "^19.2.2",