@contractspec/bundle.library 1.14.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 117ms
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 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 128ms
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,25 @@
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
+
3
23
  ## 1.14.0
4
24
 
5
25
  ### Minor Changes