@contractspec/bundle.library 2.6.0 → 2.7.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 +33 -0
- package/package.json +24 -25
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 305ms
|
|
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 125ms
|
|
|
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 323ms
|
|
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,38 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 2.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- chore: release improvements
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @contractspec/lib.contracts-integrations@2.7.0
|
|
13
|
+
- @contractspec/lib.contracts-library@2.7.0
|
|
14
|
+
- @contractspec/lib.contracts-runtime-server-graphql@2.7.0
|
|
15
|
+
- @contractspec/lib.contracts-runtime-server-mcp@2.7.0
|
|
16
|
+
- @contractspec/lib.contracts-runtime-server-rest@2.7.0
|
|
17
|
+
- @contractspec/lib.contracts-spec@2.7.0
|
|
18
|
+
- @contractspec/lib.design-system@2.7.0
|
|
19
|
+
- @contractspec/lib.example-shared-ui@2.7.0
|
|
20
|
+
- @contractspec/lib.logger@2.7.0
|
|
21
|
+
- @contractspec/lib.runtime-sandbox@1.7.0
|
|
22
|
+
- @contractspec/lib.schema@2.7.0
|
|
23
|
+
- @contractspec/lib.ui-kit-web@2.7.0
|
|
24
|
+
- @contractspec/lib.ui-link@2.7.0
|
|
25
|
+
- @contractspec/module.examples@2.7.0
|
|
26
|
+
|
|
27
|
+
## 2.6.1
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [f8dc3ad]
|
|
32
|
+
- @contractspec/lib.design-system@2.6.1
|
|
33
|
+
- @contractspec/lib.example-shared-ui@2.6.1
|
|
34
|
+
- @contractspec/module.examples@2.6.1
|
|
35
|
+
|
|
3
36
|
## 2.6.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -2052,43 +2052,42 @@
|
|
|
2052
2052
|
"react": "19.2.4"
|
|
2053
2053
|
},
|
|
2054
2054
|
"dependencies": {
|
|
2055
|
-
"@apollo/client": "^4.1.
|
|
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.
|
|
2055
|
+
"@apollo/client": "^4.1.6",
|
|
2056
|
+
"@contractspec/lib.contracts-spec": "2.7.0",
|
|
2057
|
+
"@contractspec/lib.contracts-library": "2.7.0",
|
|
2058
|
+
"@contractspec/lib.contracts-runtime-server-mcp": "2.7.0",
|
|
2059
|
+
"@contractspec/lib.design-system": "2.7.0",
|
|
2060
|
+
"@contractspec/lib.example-shared-ui": "2.7.0",
|
|
2061
|
+
"@contractspec/lib.logger": "2.7.0",
|
|
2062
|
+
"@contractspec/lib.runtime-sandbox": "1.7.0",
|
|
2063
|
+
"@contractspec/lib.schema": "2.7.0",
|
|
2064
|
+
"@contractspec/lib.ui-kit-web": "2.7.0",
|
|
2065
|
+
"@contractspec/lib.ui-link": "2.7.0",
|
|
2066
|
+
"@contractspec/module.examples": "2.7.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",
|
|
2070
2070
|
"@electric-sql/pglite": "^0.3.14",
|
|
2071
|
-
"@scaleway/sdk": "^3.2.
|
|
2071
|
+
"@scaleway/sdk": "^3.2.1",
|
|
2072
2072
|
"@scaleway/sdk-client": "^2.1.0",
|
|
2073
2073
|
"drizzle-orm": "^0.45.1",
|
|
2074
|
-
"
|
|
2075
|
-
"
|
|
2076
|
-
"
|
|
2077
|
-
"posthog-
|
|
2078
|
-
"posthog-node": "^5.24.15",
|
|
2074
|
+
"framer-motion": "^12.34.3",
|
|
2075
|
+
"lucide-react": "^0.575.0",
|
|
2076
|
+
"posthog-js": "^1.353.0",
|
|
2077
|
+
"posthog-node": "^5.25.0",
|
|
2079
2078
|
"posthog-react-native": "^4.34.0",
|
|
2080
|
-
"react-hook-form": "^7.
|
|
2079
|
+
"react-hook-form": "^7.71.2",
|
|
2081
2080
|
"zod": "^4.3.5",
|
|
2082
|
-
"@contractspec/lib.contracts-integrations": "2.
|
|
2083
|
-
"@contractspec/lib.contracts-runtime-server-rest": "2.
|
|
2084
|
-
"@contractspec/lib.contracts-runtime-server-graphql": "2.
|
|
2081
|
+
"@contractspec/lib.contracts-integrations": "2.7.0",
|
|
2082
|
+
"@contractspec/lib.contracts-runtime-server-rest": "2.7.0",
|
|
2083
|
+
"@contractspec/lib.contracts-runtime-server-graphql": "2.7.0"
|
|
2085
2084
|
},
|
|
2086
2085
|
"devDependencies": {
|
|
2087
2086
|
"@types/react": "~19.2.14",
|
|
2088
|
-
"@contractspec/tool.typescript": "2.
|
|
2087
|
+
"@contractspec/tool.typescript": "2.7.0",
|
|
2089
2088
|
"typescript": "^5.9.3",
|
|
2090
2089
|
"@types/bun": "~1.3.9",
|
|
2091
|
-
"@contractspec/tool.bun": "2.
|
|
2090
|
+
"@contractspec/tool.bun": "2.7.0"
|
|
2092
2091
|
},
|
|
2093
2092
|
"publishConfig": {
|
|
2094
2093
|
"access": "public",
|