@contractspec/example.agent-console 1.60.0 → 1.62.0

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 104ms
6
+ Bundled 66 modules in 60ms
7
7
 
8
8
  ./agent.capability.js 433 bytes (entry point)
9
9
  tool/tool.test-spec.js 1.37 KB (entry point)
@@ -143,7 +143,7 @@ Bundled 66 modules in 107ms
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 70ms
146
+ Bundled 66 modules in 69ms
147
147
 
148
148
  ./agent.capability.js 425 bytes (entry point)
149
149
  tool/tool.test-spec.js 1.36 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 1.62.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 064258d: feat: upgrade all dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [064258d]
12
+ - Updated dependencies [064258d]
13
+ - @contractspec/lib.example-shared-ui@1.16.0
14
+ - @contractspec/lib.runtime-sandbox@0.17.0
15
+ - @contractspec/lib.design-system@1.62.0
16
+ - @contractspec/lib.contracts@1.62.0
17
+ - @contractspec/lib.schema@1.62.0
18
+
19
+ ## 1.61.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 374fd71: fix: publishing
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [374fd71]
28
+ - @contractspec/lib.example-shared-ui@1.15.0
29
+ - @contractspec/lib.runtime-sandbox@0.16.0
30
+ - @contractspec/lib.design-system@1.61.0
31
+ - @contractspec/lib.contracts@1.61.0
32
+ - @contractspec/lib.schema@1.61.0
33
+
3
34
  ## 1.60.0
4
35
 
5
36
  ### Minor Changes