@contractspec/example.agent-console 3.8.10 → 3.8.11
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 +12 -0
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -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=74 noBundle=false
|
|
5
|
-
Bundled 80 modules in
|
|
5
|
+
Bundled 80 modules in 118ms
|
|
6
6
|
|
|
7
7
|
./agent.capability.js 318 bytes (entry point)
|
|
8
8
|
tool/tool.test-spec.js 0.97 KB (entry point)
|
|
@@ -80,7 +80,7 @@ Bundled 80 modules in 92ms
|
|
|
80
80
|
agent/agent.enum.js 314 bytes (entry point)
|
|
81
81
|
|
|
82
82
|
[contractspec-bun-build] transpile target=node root=src entries=74 noBundle=false
|
|
83
|
-
Bundled 80 modules in
|
|
83
|
+
Bundled 80 modules in 117ms
|
|
84
84
|
|
|
85
85
|
./agent.capability.js 310 bytes (entry point)
|
|
86
86
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
|
@@ -158,7 +158,7 @@ Bundled 80 modules in 100ms
|
|
|
158
158
|
agent/agent.enum.js 306 bytes (entry point)
|
|
159
159
|
|
|
160
160
|
[contractspec-bun-build] transpile target=browser root=src entries=74 noBundle=false
|
|
161
|
-
Bundled 80 modules in
|
|
161
|
+
Bundled 80 modules in 96ms
|
|
162
162
|
|
|
163
163
|
./agent.capability.js 310 bytes (entry point)
|
|
164
164
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 3.8.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies because of Expand ContractSpec authoring with preset-driven workspace setup, shell completion, packaged workspace schema artifacts, and richer form and UI surfaces across the CLI, editors, and shared runtimes.
|
|
8
|
+
- @contractspec/lib.contracts-spec@5.3.0
|
|
9
|
+
- @contractspec/lib.design-system@3.9.0
|
|
10
|
+
- @contractspec/lib.ui-kit-web@3.10.0
|
|
11
|
+
- @contractspec/lib.example-shared-ui@6.0.19
|
|
12
|
+
- @contractspec/lib.presentation-runtime-core@3.9.7
|
|
13
|
+
- @contractspec/module.execution-console@0.1.2
|
|
14
|
+
|
|
3
15
|
## 3.8.10
|
|
4
16
|
|
|
5
17
|
### 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.11",
|
|
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",
|
|
@@ -543,18 +543,18 @@
|
|
|
543
543
|
},
|
|
544
544
|
"dependencies": {
|
|
545
545
|
"@contractspec/lib.schema": "3.7.14",
|
|
546
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
547
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
548
|
-
"@contractspec/lib.design-system": "3.
|
|
546
|
+
"@contractspec/lib.contracts-spec": "5.3.0",
|
|
547
|
+
"@contractspec/lib.example-shared-ui": "6.0.19",
|
|
548
|
+
"@contractspec/lib.design-system": "3.9.0",
|
|
549
549
|
"@contractspec/lib.runtime-sandbox": "2.7.14",
|
|
550
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
551
|
-
"@contractspec/module.execution-console": "0.1.
|
|
550
|
+
"@contractspec/lib.ui-kit-web": "3.10.0",
|
|
551
|
+
"@contractspec/module.execution-console": "0.1.2",
|
|
552
552
|
"react": "19.2.0",
|
|
553
553
|
"react-dom": "19.2.0",
|
|
554
|
-
"@contractspec/lib.presentation-runtime-core": "3.9.
|
|
554
|
+
"@contractspec/lib.presentation-runtime-core": "3.9.7"
|
|
555
555
|
},
|
|
556
556
|
"devDependencies": {
|
|
557
|
-
"@contractspec/lib.harness": "0.2.
|
|
557
|
+
"@contractspec/lib.harness": "0.2.12",
|
|
558
558
|
"@contractspec/tool.bun": "3.7.14",
|
|
559
559
|
"@contractspec/tool.typescript": "3.7.13",
|
|
560
560
|
"@types/react": "^19.2.14",
|