@contractspec/bundle.library 1.13.0 → 1.14.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 +20 -0
- package/package.json +13 -13
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 117ms
|
|
7
7
|
|
|
8
8
|
application/index.js 21.12 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
@@ -288,7 +288,7 @@ Bundled 281 modules in 86ms
|
|
|
288
288
|
components/docs/advanced/AdvancedMCPPage.js 15.24 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 128ms
|
|
292
292
|
|
|
293
293
|
application/index.js 21.12 KB (entry point)
|
|
294
294
|
presentation/features/templates/types.js 0 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 1.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1a0cf44: fix: publishConfig not supported by bun
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [1a0cf44]
|
|
12
|
+
- @contractspec/lib.contracts-library@1.59.0
|
|
13
|
+
- @contractspec/lib.example-shared-ui@1.13.0
|
|
14
|
+
- @contractspec/lib.runtime-sandbox@0.14.0
|
|
15
|
+
- @contractspec/lib.design-system@1.59.0
|
|
16
|
+
- @contractspec/module.examples@1.59.0
|
|
17
|
+
- @contractspec/lib.ui-kit-web@1.59.0
|
|
18
|
+
- @contractspec/lib.contracts@1.59.0
|
|
19
|
+
- @contractspec/lib.ui-link@1.59.0
|
|
20
|
+
- @contractspec/lib.logger@1.59.0
|
|
21
|
+
- @contractspec/lib.schema@1.59.0
|
|
22
|
+
|
|
3
23
|
## 1.13.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -363,16 +363,16 @@
|
|
|
363
363
|
},
|
|
364
364
|
"dependencies": {
|
|
365
365
|
"@apollo/client": "^4.1.4",
|
|
366
|
-
"@contractspec/lib.contracts": "1.
|
|
367
|
-
"@contractspec/lib.contracts-library": "1.
|
|
368
|
-
"@contractspec/lib.design-system": "1.
|
|
369
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
370
|
-
"@contractspec/lib.logger": "1.
|
|
371
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
372
|
-
"@contractspec/lib.schema": "1.
|
|
373
|
-
"@contractspec/lib.ui-kit-web": "1.
|
|
374
|
-
"@contractspec/lib.ui-link": "1.
|
|
375
|
-
"@contractspec/module.examples": "1.
|
|
366
|
+
"@contractspec/lib.contracts": "1.59.0",
|
|
367
|
+
"@contractspec/lib.contracts-library": "1.59.0",
|
|
368
|
+
"@contractspec/lib.design-system": "1.59.0",
|
|
369
|
+
"@contractspec/lib.example-shared-ui": "1.13.0",
|
|
370
|
+
"@contractspec/lib.logger": "1.59.0",
|
|
371
|
+
"@contractspec/lib.runtime-sandbox": "0.14.0",
|
|
372
|
+
"@contractspec/lib.schema": "1.59.0",
|
|
373
|
+
"@contractspec/lib.ui-kit-web": "1.59.0",
|
|
374
|
+
"@contractspec/lib.ui-link": "1.59.0",
|
|
375
|
+
"@contractspec/module.examples": "1.59.0",
|
|
376
376
|
"@dnd-kit/core": "^6.1.0",
|
|
377
377
|
"@dnd-kit/sortable": "^10.0.0",
|
|
378
378
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -391,10 +391,10 @@
|
|
|
391
391
|
},
|
|
392
392
|
"devDependencies": {
|
|
393
393
|
"@types/react": "~19.2.13",
|
|
394
|
-
"@contractspec/tool.typescript": "1.
|
|
394
|
+
"@contractspec/tool.typescript": "1.59.0",
|
|
395
395
|
"typescript": "^5.9.3",
|
|
396
396
|
"@types/bun": "~1.3.5",
|
|
397
|
-
"@contractspec/tool.bun": "1.
|
|
397
|
+
"@contractspec/tool.bun": "1.58.0"
|
|
398
398
|
},
|
|
399
399
|
"publishConfig": {
|
|
400
400
|
"access": "public",
|