jazz-tools 0.8.49 → 0.8.50

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > jazz-tools@0.8.49 build /home/runner/work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.8.50 build /home/runner/work/jazz/jazz/packages/jazz-tools
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index.web":"src/index.web.ts","index.native":"src/index.native.ts"}
@@ -15,4 +15,4 @@
15
15
  ESM dist/index.web.js.map 270.00 B
16
16
  ESM dist/index.native.js.map 280.00 B
17
17
  ESM dist/chunk-6OHBW32Q.js.map 188.47 KB
18
- ESM ⚡️ Build success in 85ms
18
+ ESM ⚡️ Build success in 81ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.8.50
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [43378ef]
8
+ - cojson@0.8.50
9
+
3
10
  ## 0.8.49
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -19,9 +19,9 @@
19
19
  },
20
20
  "type": "module",
21
21
  "license": "MIT",
22
- "version": "0.8.49",
22
+ "version": "0.8.50",
23
23
  "dependencies": {
24
- "cojson": "0.8.49"
24
+ "cojson": "0.8.50"
25
25
  },
26
26
  "devDependencies": {
27
27
  "tsup": "8.3.5",