@contractspec/bundle.library 1.15.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.
@@ -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 125ms
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 125ms
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 107ms
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,25 @@
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
+
3
23
  ## 1.15.0
4
24
 
5
25
  ### Minor Changes