@contractspec/example.agent-console 3.5.5 → 3.7.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 noBundle=false
6
- Bundled 66 modules in 100ms
6
+ Bundled 66 modules in 77ms
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 100ms
73
73
  agent/agent.enum.js 467 bytes (entry point)
74
74
 
75
75
  [contractspec-bun-build] transpile target=node root=src entries=66 noBundle=false
76
- Bundled 66 modules in 66ms
76
+ Bundled 66 modules in 101ms
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 66ms
143
143
  agent/agent.enum.js 459 bytes (entry point)
144
144
 
145
145
  [contractspec-bun-build] transpile target=browser root=src entries=66 noBundle=false
146
- Bundled 66 modules in 82ms
146
+ Bundled 66 modules in 139ms
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,37 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 3.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f88df2d: feat: add expo mobile app example
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [f88df2d]
12
+ - @contractspec/lib.example-shared-ui@6.0.0
13
+ - @contractspec/lib.runtime-sandbox@2.7.0
14
+ - @contractspec/lib.contracts-spec@3.7.0
15
+ - @contractspec/lib.design-system@3.7.0
16
+ - @contractspec/lib.schema@3.7.0
17
+
18
+ ## 3.6.0
19
+
20
+ ### Minor Changes
21
+
22
+ - ea320ea: feat: ai-chat tooling
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [6e3fe40]
27
+ - Updated dependencies [ea320ea]
28
+ - Updated dependencies [9d55d95]
29
+ - @contractspec/lib.contracts-spec@3.6.0
30
+ - @contractspec/lib.example-shared-ui@5.0.0
31
+ - @contractspec/lib.runtime-sandbox@2.6.0
32
+ - @contractspec/lib.design-system@3.6.0
33
+ - @contractspec/lib.schema@3.6.0
34
+
3
35
  ## 3.5.5
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.agent-console",
3
- "version": "3.5.5",
3
+ "version": "3.7.0",
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",
@@ -582,20 +582,20 @@
582
582
  "typecheck": "tsc --noEmit"
583
583
  },
584
584
  "dependencies": {
585
- "@contractspec/lib.schema": "3.5.5",
586
- "@contractspec/lib.contracts-spec": "3.5.5",
587
- "@contractspec/lib.example-shared-ui": "4.0.5",
588
- "@contractspec/lib.design-system": "3.5.5",
589
- "@contractspec/lib.runtime-sandbox": "2.5.5",
590
- "react": "19.2.4",
591
- "react-dom": "19.2.4"
585
+ "@contractspec/lib.schema": "3.7.0",
586
+ "@contractspec/lib.contracts-spec": "3.7.0",
587
+ "@contractspec/lib.example-shared-ui": "6.0.0",
588
+ "@contractspec/lib.design-system": "3.7.0",
589
+ "@contractspec/lib.runtime-sandbox": "2.7.0",
590
+ "react": "19.2.0",
591
+ "react-dom": "19.2.0"
592
592
  },
593
593
  "devDependencies": {
594
- "@contractspec/tool.typescript": "3.5.5",
594
+ "@contractspec/tool.typescript": "3.7.0",
595
595
  "typescript": "^5.9.3",
596
596
  "@types/react": "^19.2.14",
597
597
  "@types/react-dom": "^19.2.2",
598
- "@contractspec/tool.bun": "3.5.5"
598
+ "@contractspec/tool.bun": "3.7.0"
599
599
  },
600
600
  "publishConfig": {
601
601
  "exports": {