@contractspec/bundle.library 3.8.11 → 3.8.12
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 +2 -2
- package/CHANGELOG.md +22 -0
- package/package.json +17 -17
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=313 noBundle=false
|
|
5
|
-
Bundled 313 modules in
|
|
5
|
+
Bundled 313 modules in 127ms
|
|
6
6
|
|
|
7
7
|
application/context-storage/index.js 0.65 KB (entry point)
|
|
8
8
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -319,7 +319,7 @@ Bundled 313 modules in 67ms
|
|
|
319
319
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
320
320
|
|
|
321
321
|
[contractspec-bun-build] transpile target=node root=src entries=313 noBundle=false
|
|
322
|
-
Bundled 313 modules in
|
|
322
|
+
Bundled 313 modules in 112ms
|
|
323
323
|
|
|
324
324
|
application/context-storage/index.js 0.64 KB (entry point)
|
|
325
325
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 3.8.12
|
|
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.contracts-runtime-client-react@3.9.0
|
|
10
|
+
- @contractspec/lib.design-system@3.9.0
|
|
11
|
+
- @contractspec/lib.ui-kit-web@3.10.0
|
|
12
|
+
- @contractspec/lib.content-gen@3.7.19
|
|
13
|
+
- @contractspec/lib.contracts-integrations@3.8.11
|
|
14
|
+
- @contractspec/lib.contracts-library@3.7.19
|
|
15
|
+
- @contractspec/lib.contracts-runtime-server-graphql@3.7.19
|
|
16
|
+
- @contractspec/lib.contracts-runtime-server-mcp@3.7.19
|
|
17
|
+
- @contractspec/lib.contracts-runtime-server-rest@3.7.19
|
|
18
|
+
- @contractspec/lib.example-shared-ui@6.0.19
|
|
19
|
+
- @contractspec/lib.knowledge@3.7.19
|
|
20
|
+
- @contractspec/lib.surface-runtime@0.5.19
|
|
21
|
+
- @contractspec/module.examples@3.8.11
|
|
22
|
+
- @contractspec/lib.ui-link@3.7.15
|
|
23
|
+
- @contractspec/module.context-storage@0.7.18
|
|
24
|
+
|
|
3
25
|
## 3.8.11
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -1905,22 +1905,22 @@
|
|
|
1905
1905
|
"@apollo/client": "^4.1.7",
|
|
1906
1906
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
1907
1907
|
"@contractspec/lib.ai-providers": "3.7.13",
|
|
1908
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
1909
|
-
"@contractspec/lib.contracts-library": "3.7.
|
|
1910
|
-
"@contractspec/lib.content-gen": "3.7.
|
|
1911
|
-
"@contractspec/lib.contracts-runtime-server-mcp": "3.7.
|
|
1912
|
-
"@contractspec/lib.design-system": "3.
|
|
1913
|
-
"@contractspec/lib.surface-runtime": "0.5.
|
|
1908
|
+
"@contractspec/lib.contracts-spec": "5.3.0",
|
|
1909
|
+
"@contractspec/lib.contracts-library": "3.7.19",
|
|
1910
|
+
"@contractspec/lib.content-gen": "3.7.19",
|
|
1911
|
+
"@contractspec/lib.contracts-runtime-server-mcp": "3.7.19",
|
|
1912
|
+
"@contractspec/lib.design-system": "3.9.0",
|
|
1913
|
+
"@contractspec/lib.surface-runtime": "0.5.19",
|
|
1914
1914
|
"@contractspec/lib.provider-ranking": "0.7.13",
|
|
1915
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
1916
|
-
"@contractspec/lib.knowledge": "3.7.
|
|
1915
|
+
"@contractspec/lib.example-shared-ui": "6.0.19",
|
|
1916
|
+
"@contractspec/lib.knowledge": "3.7.19",
|
|
1917
1917
|
"@contractspec/lib.logger": "3.7.13",
|
|
1918
1918
|
"@contractspec/lib.runtime-sandbox": "2.7.14",
|
|
1919
1919
|
"@contractspec/lib.schema": "3.7.14",
|
|
1920
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
1921
|
-
"@contractspec/lib.ui-link": "3.7.
|
|
1922
|
-
"@contractspec/module.context-storage": "0.7.
|
|
1923
|
-
"@contractspec/module.examples": "3.8.
|
|
1920
|
+
"@contractspec/lib.ui-kit-web": "3.10.0",
|
|
1921
|
+
"@contractspec/lib.ui-link": "3.7.15",
|
|
1922
|
+
"@contractspec/module.context-storage": "0.7.18",
|
|
1923
|
+
"@contractspec/module.examples": "3.8.11",
|
|
1924
1924
|
"@dnd-kit/core": "^6.1.0",
|
|
1925
1925
|
"@dnd-kit/sortable": "^10.0.0",
|
|
1926
1926
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -1936,10 +1936,10 @@
|
|
|
1936
1936
|
"posthog-react-native": "^4.41.1",
|
|
1937
1937
|
"react-hook-form": "^7.72.1",
|
|
1938
1938
|
"zod": "^4.3.5",
|
|
1939
|
-
"@contractspec/lib.contracts-integrations": "3.8.
|
|
1940
|
-
"@contractspec/lib.contracts-runtime-server-rest": "3.7.
|
|
1941
|
-
"@contractspec/lib.contracts-runtime-server-graphql": "3.7.
|
|
1942
|
-
"@contractspec/lib.contracts-runtime-client-react": "3.
|
|
1939
|
+
"@contractspec/lib.contracts-integrations": "3.8.11",
|
|
1940
|
+
"@contractspec/lib.contracts-runtime-server-rest": "3.7.19",
|
|
1941
|
+
"@contractspec/lib.contracts-runtime-server-graphql": "3.7.19",
|
|
1942
|
+
"@contractspec/lib.contracts-runtime-client-react": "3.9.0"
|
|
1943
1943
|
},
|
|
1944
1944
|
"devDependencies": {
|
|
1945
1945
|
"@types/react": "~19.2.14",
|