@contractspec/bundle.library 2.7.0 → 2.8.0
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 +24 -0
- package/package.json +17 -17
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=281
|
|
6
|
-
Bundled 281 modules in
|
|
6
|
+
Bundled 281 modules in 125ms
|
|
7
7
|
|
|
8
8
|
application/index.js 23.85 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -288,7 +288,7 @@ Bundled 281 modules in 305ms
|
|
|
288
288
|
components/docs/advanced/AdvancedMCPPage.js 15.27 KB (entry point)
|
|
289
289
|
|
|
290
290
|
[contractspec-bun-build] transpile target=node root=src entries=281
|
|
291
|
-
Bundled 281 modules in
|
|
291
|
+
Bundled 281 modules in 121ms
|
|
292
292
|
|
|
293
293
|
application/index.js 23.85 KB (entry point)
|
|
294
294
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 2.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fix: tarball packages
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @contractspec/lib.contracts-integrations@2.8.0
|
|
13
|
+
- @contractspec/lib.contracts-library@2.8.0
|
|
14
|
+
- @contractspec/lib.contracts-runtime-server-graphql@2.8.0
|
|
15
|
+
- @contractspec/lib.contracts-runtime-server-mcp@2.8.0
|
|
16
|
+
- @contractspec/lib.contracts-runtime-server-rest@2.8.0
|
|
17
|
+
- @contractspec/lib.contracts-spec@2.8.0
|
|
18
|
+
- @contractspec/lib.design-system@2.8.0
|
|
19
|
+
- @contractspec/lib.example-shared-ui@2.8.0
|
|
20
|
+
- @contractspec/lib.logger@2.8.0
|
|
21
|
+
- @contractspec/lib.runtime-sandbox@1.8.0
|
|
22
|
+
- @contractspec/lib.schema@2.8.0
|
|
23
|
+
- @contractspec/lib.ui-kit-web@2.8.0
|
|
24
|
+
- @contractspec/lib.ui-link@2.8.0
|
|
25
|
+
- @contractspec/module.examples@2.8.0
|
|
26
|
+
|
|
3
27
|
## 2.7.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -2053,17 +2053,17 @@
|
|
|
2053
2053
|
},
|
|
2054
2054
|
"dependencies": {
|
|
2055
2055
|
"@apollo/client": "^4.1.6",
|
|
2056
|
-
"@contractspec/lib.contracts-spec": "2.
|
|
2057
|
-
"@contractspec/lib.contracts-library": "2.
|
|
2058
|
-
"@contractspec/lib.contracts-runtime-server-mcp": "2.
|
|
2059
|
-
"@contractspec/lib.design-system": "2.
|
|
2060
|
-
"@contractspec/lib.example-shared-ui": "2.
|
|
2061
|
-
"@contractspec/lib.logger": "2.
|
|
2062
|
-
"@contractspec/lib.runtime-sandbox": "1.
|
|
2063
|
-
"@contractspec/lib.schema": "2.
|
|
2064
|
-
"@contractspec/lib.ui-kit-web": "2.
|
|
2065
|
-
"@contractspec/lib.ui-link": "2.
|
|
2066
|
-
"@contractspec/module.examples": "2.
|
|
2056
|
+
"@contractspec/lib.contracts-spec": "2.8.0",
|
|
2057
|
+
"@contractspec/lib.contracts-library": "2.8.0",
|
|
2058
|
+
"@contractspec/lib.contracts-runtime-server-mcp": "2.8.0",
|
|
2059
|
+
"@contractspec/lib.design-system": "2.8.0",
|
|
2060
|
+
"@contractspec/lib.example-shared-ui": "2.8.0",
|
|
2061
|
+
"@contractspec/lib.logger": "2.8.0",
|
|
2062
|
+
"@contractspec/lib.runtime-sandbox": "1.8.0",
|
|
2063
|
+
"@contractspec/lib.schema": "2.8.0",
|
|
2064
|
+
"@contractspec/lib.ui-kit-web": "2.8.0",
|
|
2065
|
+
"@contractspec/lib.ui-link": "2.8.0",
|
|
2066
|
+
"@contractspec/module.examples": "2.8.0",
|
|
2067
2067
|
"@dnd-kit/core": "^6.1.0",
|
|
2068
2068
|
"@dnd-kit/sortable": "^10.0.0",
|
|
2069
2069
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -2078,16 +2078,16 @@
|
|
|
2078
2078
|
"posthog-react-native": "^4.34.0",
|
|
2079
2079
|
"react-hook-form": "^7.71.2",
|
|
2080
2080
|
"zod": "^4.3.5",
|
|
2081
|
-
"@contractspec/lib.contracts-integrations": "2.
|
|
2082
|
-
"@contractspec/lib.contracts-runtime-server-rest": "2.
|
|
2083
|
-
"@contractspec/lib.contracts-runtime-server-graphql": "2.
|
|
2081
|
+
"@contractspec/lib.contracts-integrations": "2.8.0",
|
|
2082
|
+
"@contractspec/lib.contracts-runtime-server-rest": "2.8.0",
|
|
2083
|
+
"@contractspec/lib.contracts-runtime-server-graphql": "2.8.0"
|
|
2084
2084
|
},
|
|
2085
2085
|
"devDependencies": {
|
|
2086
2086
|
"@types/react": "~19.2.14",
|
|
2087
|
-
"@contractspec/tool.typescript": "2.
|
|
2087
|
+
"@contractspec/tool.typescript": "2.8.0",
|
|
2088
2088
|
"typescript": "^5.9.3",
|
|
2089
2089
|
"@types/bun": "~1.3.9",
|
|
2090
|
-
"@contractspec/tool.bun": "2.
|
|
2090
|
+
"@contractspec/tool.bun": "2.8.0"
|
|
2091
2091
|
},
|
|
2092
2092
|
"publishConfig": {
|
|
2093
2093
|
"access": "public",
|