@contractspec/bundle.library 1.13.0 → 1.15.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.
@@ -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 86ms
6
+ Bundled 281 modules in 125ms
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 94ms
291
+ Bundled 281 modules in 107ms
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.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: publish with bun
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.contracts-library@1.60.0
13
+ - @contractspec/lib.example-shared-ui@1.14.0
14
+ - @contractspec/lib.runtime-sandbox@0.15.0
15
+ - @contractspec/lib.design-system@1.60.0
16
+ - @contractspec/module.examples@1.60.0
17
+ - @contractspec/lib.ui-kit-web@1.60.0
18
+ - @contractspec/lib.contracts@1.60.0
19
+ - @contractspec/lib.ui-link@1.60.0
20
+ - @contractspec/lib.logger@1.60.0
21
+ - @contractspec/lib.schema@1.60.0
22
+
23
+ ## 1.14.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 1a0cf44: fix: publishConfig not supported by bun
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [1a0cf44]
32
+ - @contractspec/lib.contracts-library@1.59.0
33
+ - @contractspec/lib.example-shared-ui@1.13.0
34
+ - @contractspec/lib.runtime-sandbox@0.14.0
35
+ - @contractspec/lib.design-system@1.59.0
36
+ - @contractspec/module.examples@1.59.0
37
+ - @contractspec/lib.ui-kit-web@1.59.0
38
+ - @contractspec/lib.contracts@1.59.0
39
+ - @contractspec/lib.ui-link@1.59.0
40
+ - @contractspec/lib.logger@1.59.0
41
+ - @contractspec/lib.schema@1.59.0
42
+
3
43
  ## 1.13.0
4
44
 
5
45
  ### Minor Changes