@contractspec/bundle.library 3.6.0 → 3.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 +30 -0
- package/package.json +24 -24
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=297 noBundle=false
|
|
6
|
-
Bundled 297 modules in
|
|
6
|
+
Bundled 297 modules in 139ms
|
|
7
7
|
|
|
8
8
|
application/context-storage/index.js 1.0 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -304,7 +304,7 @@ Bundled 297 modules in 164ms
|
|
|
304
304
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
305
305
|
|
|
306
306
|
[contractspec-bun-build] transpile target=node root=src entries=297 noBundle=false
|
|
307
|
-
Bundled 297 modules in
|
|
307
|
+
Bundled 297 modules in 139ms
|
|
308
308
|
|
|
309
309
|
application/context-storage/index.js 0.99 KB (entry point)
|
|
310
310
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 3.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f88df2d: feat: add expo mobile app example
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [f88df2d]
|
|
12
|
+
- @contractspec/lib.contracts-runtime-server-graphql@3.7.0
|
|
13
|
+
- @contractspec/lib.contracts-runtime-server-rest@3.7.0
|
|
14
|
+
- @contractspec/lib.contracts-runtime-server-mcp@3.7.0
|
|
15
|
+
- @contractspec/lib.contracts-integrations@3.7.0
|
|
16
|
+
- @contractspec/module.context-storage@0.7.0
|
|
17
|
+
- @contractspec/lib.contracts-library@3.7.0
|
|
18
|
+
- @contractspec/lib.example-shared-ui@6.0.0
|
|
19
|
+
- @contractspec/lib.provider-ranking@0.7.0
|
|
20
|
+
- @contractspec/lib.runtime-sandbox@2.7.0
|
|
21
|
+
- @contractspec/lib.surface-runtime@0.5.0
|
|
22
|
+
- @contractspec/lib.contracts-spec@3.7.0
|
|
23
|
+
- @contractspec/lib.design-system@3.7.0
|
|
24
|
+
- @contractspec/lib.ai-providers@3.7.0
|
|
25
|
+
- @contractspec/lib.content-gen@3.7.0
|
|
26
|
+
- @contractspec/module.examples@3.7.0
|
|
27
|
+
- @contractspec/lib.ui-kit-web@3.7.0
|
|
28
|
+
- @contractspec/lib.knowledge@3.7.0
|
|
29
|
+
- @contractspec/lib.ui-link@3.7.0
|
|
30
|
+
- @contractspec/lib.logger@3.7.0
|
|
31
|
+
- @contractspec/lib.schema@3.7.0
|
|
32
|
+
|
|
3
33
|
## 3.6.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -2157,27 +2157,27 @@
|
|
|
2157
2157
|
},
|
|
2158
2158
|
"types": "./dist/index.d.ts",
|
|
2159
2159
|
"peerDependencies": {
|
|
2160
|
-
"react": "19.2.
|
|
2160
|
+
"react": "19.2.0"
|
|
2161
2161
|
},
|
|
2162
2162
|
"dependencies": {
|
|
2163
2163
|
"@apollo/client": "^4.1.6",
|
|
2164
|
-
"@contractspec/lib.ai-providers": "3.
|
|
2165
|
-
"@contractspec/lib.contracts-spec": "3.
|
|
2166
|
-
"@contractspec/lib.contracts-library": "3.
|
|
2167
|
-
"@contractspec/lib.content-gen": "3.
|
|
2168
|
-
"@contractspec/lib.contracts-runtime-server-mcp": "3.
|
|
2169
|
-
"@contractspec/lib.design-system": "3.
|
|
2170
|
-
"@contractspec/lib.surface-runtime": "0.
|
|
2171
|
-
"@contractspec/lib.provider-ranking": "0.
|
|
2172
|
-
"@contractspec/lib.example-shared-ui": "
|
|
2173
|
-
"@contractspec/lib.knowledge": "3.
|
|
2174
|
-
"@contractspec/lib.logger": "3.
|
|
2175
|
-
"@contractspec/lib.runtime-sandbox": "2.
|
|
2176
|
-
"@contractspec/lib.schema": "3.
|
|
2177
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
2178
|
-
"@contractspec/lib.ui-link": "3.
|
|
2179
|
-
"@contractspec/module.context-storage": "0.
|
|
2180
|
-
"@contractspec/module.examples": "3.
|
|
2164
|
+
"@contractspec/lib.ai-providers": "3.7.0",
|
|
2165
|
+
"@contractspec/lib.contracts-spec": "3.7.0",
|
|
2166
|
+
"@contractspec/lib.contracts-library": "3.7.0",
|
|
2167
|
+
"@contractspec/lib.content-gen": "3.7.0",
|
|
2168
|
+
"@contractspec/lib.contracts-runtime-server-mcp": "3.7.0",
|
|
2169
|
+
"@contractspec/lib.design-system": "3.7.0",
|
|
2170
|
+
"@contractspec/lib.surface-runtime": "0.5.0",
|
|
2171
|
+
"@contractspec/lib.provider-ranking": "0.7.0",
|
|
2172
|
+
"@contractspec/lib.example-shared-ui": "6.0.0",
|
|
2173
|
+
"@contractspec/lib.knowledge": "3.7.0",
|
|
2174
|
+
"@contractspec/lib.logger": "3.7.0",
|
|
2175
|
+
"@contractspec/lib.runtime-sandbox": "2.7.0",
|
|
2176
|
+
"@contractspec/lib.schema": "3.7.0",
|
|
2177
|
+
"@contractspec/lib.ui-kit-web": "3.7.0",
|
|
2178
|
+
"@contractspec/lib.ui-link": "3.7.0",
|
|
2179
|
+
"@contractspec/module.context-storage": "0.7.0",
|
|
2180
|
+
"@contractspec/module.examples": "3.7.0",
|
|
2181
2181
|
"@dnd-kit/core": "^6.1.0",
|
|
2182
2182
|
"@dnd-kit/sortable": "^10.0.0",
|
|
2183
2183
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -2192,16 +2192,16 @@
|
|
|
2192
2192
|
"posthog-react-native": "^4.37.1",
|
|
2193
2193
|
"react-hook-form": "^7.71.2",
|
|
2194
2194
|
"zod": "^4.3.5",
|
|
2195
|
-
"@contractspec/lib.contracts-integrations": "3.
|
|
2196
|
-
"@contractspec/lib.contracts-runtime-server-rest": "3.
|
|
2197
|
-
"@contractspec/lib.contracts-runtime-server-graphql": "3.
|
|
2195
|
+
"@contractspec/lib.contracts-integrations": "3.7.0",
|
|
2196
|
+
"@contractspec/lib.contracts-runtime-server-rest": "3.7.0",
|
|
2197
|
+
"@contractspec/lib.contracts-runtime-server-graphql": "3.7.0"
|
|
2198
2198
|
},
|
|
2199
2199
|
"devDependencies": {
|
|
2200
2200
|
"@types/react": "~19.2.14",
|
|
2201
|
-
"@contractspec/tool.typescript": "3.
|
|
2201
|
+
"@contractspec/tool.typescript": "3.7.0",
|
|
2202
2202
|
"typescript": "^5.9.3",
|
|
2203
2203
|
"@types/bun": "~1.3.10",
|
|
2204
|
-
"@contractspec/tool.bun": "3.
|
|
2204
|
+
"@contractspec/tool.bun": "3.7.0"
|
|
2205
2205
|
},
|
|
2206
2206
|
"publishConfig": {
|
|
2207
2207
|
"access": "public",
|