@contractspec/bundle.library 3.10.0 → 3.10.1
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 +12 -0
- package/package.json +5 -5
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=334 noBundle=false
|
|
5
|
-
Bundled 334 modules in
|
|
5
|
+
Bundled 334 modules in 125ms
|
|
6
6
|
|
|
7
7
|
application/context-storage/index.js 0.85 KB (entry point)
|
|
8
8
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -340,7 +340,7 @@ Bundled 334 modules in 119ms
|
|
|
340
340
|
application/mcp/contractsMcpResources.js 3.47 KB (entry point)
|
|
341
341
|
|
|
342
342
|
[contractspec-bun-build] transpile target=node root=src entries=334 noBundle=false
|
|
343
|
-
Bundled 334 modules in
|
|
343
|
+
Bundled 334 modules in 107ms
|
|
344
344
|
|
|
345
345
|
application/context-storage/index.js 0.85 KB (entry point)
|
|
346
346
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 3.10.1
|
|
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/example.data-grid-showcase@3.8.24
|
|
11
|
+
- @contractspec/lib.example-shared-ui@7.0.9
|
|
12
|
+
- @contractspec/module.examples@4.0.9
|
|
13
|
+
- @contractspec/lib.design-system@4.4.3
|
|
14
|
+
|
|
3
15
|
## 3.10.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -2031,16 +2031,16 @@
|
|
|
2031
2031
|
"@contractspec/bundle.workspace": "4.7.0",
|
|
2032
2032
|
"@apollo/client": "^4.1.7",
|
|
2033
2033
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
2034
|
-
"@contractspec/example.data-grid-showcase": "3.8.
|
|
2034
|
+
"@contractspec/example.data-grid-showcase": "3.8.24",
|
|
2035
2035
|
"@contractspec/lib.ai-providers": "3.7.21",
|
|
2036
2036
|
"@contractspec/lib.contracts-spec": "6.3.0",
|
|
2037
2037
|
"@contractspec/lib.contracts-library": "3.7.28",
|
|
2038
2038
|
"@contractspec/lib.content-gen": "3.7.28",
|
|
2039
2039
|
"@contractspec/lib.contracts-runtime-server-mcp": "3.8.8",
|
|
2040
|
-
"@contractspec/lib.design-system": "4.4.
|
|
2040
|
+
"@contractspec/lib.design-system": "4.4.3",
|
|
2041
2041
|
"@contractspec/lib.surface-runtime": "0.5.28",
|
|
2042
2042
|
"@contractspec/lib.provider-ranking": "0.7.21",
|
|
2043
|
-
"@contractspec/lib.example-shared-ui": "7.0.
|
|
2043
|
+
"@contractspec/lib.example-shared-ui": "7.0.9",
|
|
2044
2044
|
"@contractspec/lib.knowledge": "3.8.4",
|
|
2045
2045
|
"@contractspec/lib.logger": "3.7.21",
|
|
2046
2046
|
"@contractspec/lib.runtime-sandbox": "3.0.7",
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
"@contractspec/lib.ui-kit-web": "3.13.3",
|
|
2049
2049
|
"@contractspec/lib.ui-link": "3.7.23",
|
|
2050
2050
|
"@contractspec/module.context-storage": "0.7.27",
|
|
2051
|
-
"@contractspec/module.examples": "4.0.
|
|
2051
|
+
"@contractspec/module.examples": "4.0.9",
|
|
2052
2052
|
"@dnd-kit/core": "^6.1.0",
|
|
2053
2053
|
"@dnd-kit/sortable": "^10.0.0",
|
|
2054
2054
|
"@dnd-kit/utilities": "^3.2.2",
|