@contractspec/example.agent-console 2.1.0 → 2.1.1

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=66
6
- Bundled 66 modules in 83ms
6
+ Bundled 66 modules in 118ms
7
7
 
8
8
  ./agent.capability.js 442 bytes (entry point)
9
9
  tool/tool.test-spec.js 1.38 KB (entry point)
@@ -73,7 +73,7 @@ Bundled 66 modules in 83ms
73
73
  agent/agent.enum.js 467 bytes (entry point)
74
74
 
75
75
  [contractspec-bun-build] transpile target=node root=src entries=66
76
- Bundled 66 modules in 73ms
76
+ Bundled 66 modules in 92ms
77
77
 
78
78
  ./agent.capability.js 434 bytes (entry point)
79
79
  tool/tool.test-spec.js 1.38 KB (entry point)
@@ -143,7 +143,7 @@ Bundled 66 modules in 73ms
143
143
  agent/agent.enum.js 459 bytes (entry point)
144
144
 
145
145
  [contractspec-bun-build] transpile target=browser root=src entries=66
146
- Bundled 66 modules in 94ms
146
+ Bundled 66 modules in 106ms
147
147
 
148
148
  ./agent.capability.js 434 bytes (entry point)
149
149
  tool/tool.test-spec.js 1.38 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [57e2819]
8
+ - @contractspec/lib.contracts-spec@2.1.1
9
+ - @contractspec/lib.design-system@2.1.1
10
+ - @contractspec/lib.example-shared-ui@2.1.1
11
+
3
12
  ## 2.1.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.agent-console",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
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",
@@ -583,9 +583,9 @@
583
583
  },
584
584
  "dependencies": {
585
585
  "@contractspec/lib.schema": "2.1.0",
586
- "@contractspec/lib.contracts-spec": "2.1.0",
587
- "@contractspec/lib.example-shared-ui": "2.1.0",
588
- "@contractspec/lib.design-system": "2.1.0",
586
+ "@contractspec/lib.contracts-spec": "2.1.1",
587
+ "@contractspec/lib.example-shared-ui": "2.1.1",
588
+ "@contractspec/lib.design-system": "2.1.1",
589
589
  "@contractspec/lib.runtime-sandbox": "1.1.0",
590
590
  "react": "19.2.4",
591
591
  "react-dom": "19.2.4"