@contractspec/example.agent-console 3.8.22 → 3.8.24
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 +28 -0
- package/package.json +10 -10
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=79 noBundle=false
|
|
5
|
-
Bundled 85 modules in
|
|
5
|
+
Bundled 85 modules in 59ms
|
|
6
6
|
|
|
7
7
|
./agent.capability.js 318 bytes (entry point)
|
|
8
8
|
tool/tool.test-spec.js 0.97 KB (entry point)
|
|
@@ -85,7 +85,7 @@ Bundled 85 modules in 122ms
|
|
|
85
85
|
agent/agent.enum.js 314 bytes (entry point)
|
|
86
86
|
|
|
87
87
|
[contractspec-bun-build] transpile target=node root=src entries=79 noBundle=false
|
|
88
|
-
Bundled 85 modules in
|
|
88
|
+
Bundled 85 modules in 74ms
|
|
89
89
|
|
|
90
90
|
./agent.capability.js 310 bytes (entry point)
|
|
91
91
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
|
@@ -168,7 +168,7 @@ Bundled 85 modules in 114ms
|
|
|
168
168
|
agent/agent.enum.js 306 bytes (entry point)
|
|
169
169
|
|
|
170
170
|
[contractspec-bun-build] transpile target=browser root=src entries=79 noBundle=false
|
|
171
|
-
Bundled 85 modules in
|
|
171
|
+
Bundled 85 modules in 124ms
|
|
172
172
|
|
|
173
173
|
./agent.capability.js 310 bytes (entry point)
|
|
174
174
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 3.8.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: auto-bump internal dependents
|
|
8
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
9
|
+
- Updated dependencies because of Improve PageOutline desktop behavior with a Notion-like floating rail, and hide the AppShell page outline on small web screens to preserve layout stability.
|
|
10
|
+
- @contractspec/lib.example-shared-ui@7.0.9
|
|
11
|
+
- @contractspec/module.execution-console@0.1.15
|
|
12
|
+
- @contractspec/lib.design-system@4.4.3
|
|
13
|
+
|
|
14
|
+
## 3.8.23
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- chore: auto-bump internal dependents
|
|
19
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
20
|
+
- Updated dependencies because of Add first-class monorepo-aware environment contracts and managed/BYOK credential setup helpers.
|
|
21
|
+
- Updated dependencies because of Improve PageOutline desktop behavior with a Notion-like floating rail that keeps AppShell content centered while expanding on hover or keyboard focus.
|
|
22
|
+
- @contractspec/lib.example-shared-ui@7.0.8
|
|
23
|
+
- @contractspec/lib.presentation-runtime-core@5.2.2
|
|
24
|
+
- @contractspec/lib.presentation-runtime-react@40.0.2
|
|
25
|
+
- @contractspec/lib.runtime-sandbox@3.0.7
|
|
26
|
+
- @contractspec/lib.ui-kit-web@3.13.3
|
|
27
|
+
- @contractspec/module.execution-console@0.1.14
|
|
28
|
+
- @contractspec/lib.contracts-spec@6.3.0
|
|
29
|
+
- @contractspec/lib.design-system@4.4.2
|
|
30
|
+
|
|
3
31
|
## 3.8.22
|
|
4
32
|
|
|
5
33
|
### 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.24",
|
|
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",
|
|
@@ -578,19 +578,19 @@
|
|
|
578
578
|
},
|
|
579
579
|
"dependencies": {
|
|
580
580
|
"@contractspec/lib.schema": "3.7.14",
|
|
581
|
-
"@contractspec/lib.contracts-spec": "6.
|
|
582
|
-
"@contractspec/lib.example-shared-ui": "7.0.
|
|
583
|
-
"@contractspec/lib.design-system": "4.4.
|
|
584
|
-
"@contractspec/lib.presentation-runtime-react": "40.0.
|
|
585
|
-
"@contractspec/lib.runtime-sandbox": "3.0.
|
|
586
|
-
"@contractspec/lib.ui-kit-web": "3.13.
|
|
587
|
-
"@contractspec/module.execution-console": "0.1.
|
|
581
|
+
"@contractspec/lib.contracts-spec": "6.3.0",
|
|
582
|
+
"@contractspec/lib.example-shared-ui": "7.0.9",
|
|
583
|
+
"@contractspec/lib.design-system": "4.4.3",
|
|
584
|
+
"@contractspec/lib.presentation-runtime-react": "40.0.2",
|
|
585
|
+
"@contractspec/lib.runtime-sandbox": "3.0.7",
|
|
586
|
+
"@contractspec/lib.ui-kit-web": "3.13.3",
|
|
587
|
+
"@contractspec/module.execution-console": "0.1.15",
|
|
588
588
|
"react": "19.2.0",
|
|
589
589
|
"react-dom": "19.2.0",
|
|
590
|
-
"@contractspec/lib.presentation-runtime-core": "5.2.
|
|
590
|
+
"@contractspec/lib.presentation-runtime-core": "5.2.2"
|
|
591
591
|
},
|
|
592
592
|
"devDependencies": {
|
|
593
|
-
"@contractspec/lib.harness": "0.3.
|
|
593
|
+
"@contractspec/lib.harness": "0.3.4",
|
|
594
594
|
"@contractspec/tool.bun": "3.7.18",
|
|
595
595
|
"@contractspec/tool.typescript": "3.7.13",
|
|
596
596
|
"@types/react": "^19.2.14",
|