@contractspec/bundle.library 1.14.0 → 1.16.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 +40 -0
- package/package.json +2379 -689
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 183ms
|
|
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 117ms
|
|
|
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 124ms
|
|
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,45 @@
|
|
|
1
1
|
# @contractspec/bundle.library
|
|
2
2
|
|
|
3
|
+
## 1.16.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 374fd71: fix: publishing
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [374fd71]
|
|
12
|
+
- @contractspec/lib.contracts-library@1.61.0
|
|
13
|
+
- @contractspec/lib.example-shared-ui@1.15.0
|
|
14
|
+
- @contractspec/lib.runtime-sandbox@0.16.0
|
|
15
|
+
- @contractspec/lib.design-system@1.61.0
|
|
16
|
+
- @contractspec/module.examples@1.61.0
|
|
17
|
+
- @contractspec/lib.ui-kit-web@1.61.0
|
|
18
|
+
- @contractspec/lib.contracts@1.61.0
|
|
19
|
+
- @contractspec/lib.ui-link@1.61.0
|
|
20
|
+
- @contractspec/lib.logger@1.61.0
|
|
21
|
+
- @contractspec/lib.schema@1.61.0
|
|
22
|
+
|
|
23
|
+
## 1.15.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- fix: publish with bun
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
- @contractspec/lib.contracts-library@1.60.0
|
|
33
|
+
- @contractspec/lib.example-shared-ui@1.14.0
|
|
34
|
+
- @contractspec/lib.runtime-sandbox@0.15.0
|
|
35
|
+
- @contractspec/lib.design-system@1.60.0
|
|
36
|
+
- @contractspec/module.examples@1.60.0
|
|
37
|
+
- @contractspec/lib.ui-kit-web@1.60.0
|
|
38
|
+
- @contractspec/lib.contracts@1.60.0
|
|
39
|
+
- @contractspec/lib.ui-link@1.60.0
|
|
40
|
+
- @contractspec/lib.logger@1.60.0
|
|
41
|
+
- @contractspec/lib.schema@1.60.0
|
|
42
|
+
|
|
3
43
|
## 1.14.0
|
|
4
44
|
|
|
5
45
|
### Minor Changes
|