@contractspec/example.agent-console 3.8.4 → 3.8.6
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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +24 -0
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -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=73 noBundle=false
|
|
6
|
-
Bundled 79 modules in
|
|
6
|
+
Bundled 79 modules in 172ms
|
|
7
7
|
|
|
8
8
|
./agent.capability.js 442 bytes (entry point)
|
|
9
9
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
@@ -80,7 +80,7 @@ Bundled 79 modules in 121ms
|
|
|
80
80
|
agent/agent.enum.js 467 bytes (entry point)
|
|
81
81
|
|
|
82
82
|
[contractspec-bun-build] transpile target=node root=src entries=73 noBundle=false
|
|
83
|
-
Bundled 79 modules in
|
|
83
|
+
Bundled 79 modules in 107ms
|
|
84
84
|
|
|
85
85
|
./agent.capability.js 434 bytes (entry point)
|
|
86
86
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
@@ -157,7 +157,7 @@ Bundled 79 modules in 127ms
|
|
|
157
157
|
agent/agent.enum.js 459 bytes (entry point)
|
|
158
158
|
|
|
159
159
|
[contractspec-bun-build] transpile target=browser root=src entries=73 noBundle=false
|
|
160
|
-
Bundled 79 modules in
|
|
160
|
+
Bundled 79 modules in 165ms
|
|
161
161
|
|
|
162
162
|
./agent.capability.js 434 bytes (entry point)
|
|
163
163
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 3.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: stability & release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- Updated dependencies [dd6e074]
|
|
10
|
+
- @contractspec/lib.presentation-runtime-core@3.9.2
|
|
11
|
+
- @contractspec/lib.example-shared-ui@6.0.14
|
|
12
|
+
- @contractspec/lib.runtime-sandbox@2.7.11
|
|
13
|
+
- @contractspec/lib.contracts-spec@5.0.2
|
|
14
|
+
- @contractspec/lib.design-system@3.8.7
|
|
15
|
+
- @contractspec/lib.schema@3.7.11
|
|
16
|
+
|
|
17
|
+
## 3.8.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [dd6e074]
|
|
22
|
+
- @contractspec/lib.contracts-spec@5.0.1
|
|
23
|
+
- @contractspec/lib.design-system@3.8.6
|
|
24
|
+
- @contractspec/lib.example-shared-ui@6.0.13
|
|
25
|
+
- @contractspec/lib.presentation-runtime-core@3.9.1
|
|
26
|
+
|
|
3
27
|
## 3.8.4
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.agent-console",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.6",
|
|
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",
|
|
@@ -535,19 +535,19 @@
|
|
|
535
535
|
"typecheck": "tsc --noEmit"
|
|
536
536
|
},
|
|
537
537
|
"dependencies": {
|
|
538
|
-
"@contractspec/lib.schema": "3.7.
|
|
539
|
-
"@contractspec/lib.contracts-spec": "5.0.
|
|
540
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
541
|
-
"@contractspec/lib.design-system": "3.8.
|
|
542
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
538
|
+
"@contractspec/lib.schema": "3.7.11",
|
|
539
|
+
"@contractspec/lib.contracts-spec": "5.0.2",
|
|
540
|
+
"@contractspec/lib.example-shared-ui": "6.0.14",
|
|
541
|
+
"@contractspec/lib.design-system": "3.8.7",
|
|
542
|
+
"@contractspec/lib.runtime-sandbox": "2.7.11",
|
|
543
543
|
"react": "19.2.0",
|
|
544
544
|
"react-dom": "19.2.0",
|
|
545
|
-
"@contractspec/lib.presentation-runtime-core": "3.9.
|
|
545
|
+
"@contractspec/lib.presentation-runtime-core": "3.9.2"
|
|
546
546
|
},
|
|
547
547
|
"devDependencies": {
|
|
548
|
-
"@contractspec/lib.harness": "0.2.
|
|
549
|
-
"@contractspec/tool.bun": "3.7.
|
|
550
|
-
"@contractspec/tool.typescript": "3.7.
|
|
548
|
+
"@contractspec/lib.harness": "0.2.7",
|
|
549
|
+
"@contractspec/tool.bun": "3.7.10",
|
|
550
|
+
"@contractspec/tool.typescript": "3.7.10",
|
|
551
551
|
"@types/react": "^19.2.14",
|
|
552
552
|
"@types/react-dom": "^19.2.2",
|
|
553
553
|
"happy-dom": "^20.8.4",
|