jazz-tools 0.9.11 → 0.9.13

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.9.11 build /home/runner/work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.9.13 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","testing":"src/testing.ts"}
@@ -17,4 +17,4 @@
17
17
  ESM dist/index.native.js.map 283.00 B
18
18
  ESM dist/testing.js.map 4.89 KB
19
19
  ESM dist/chunk-ICWP2U63.js.map 235.54 KB
20
- ESM ⚡️ Build success in 88ms
20
+ ESM ⚡️ Build success in 89ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.9.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8d29e50]
8
+ - cojson@0.9.13
9
+
10
+ ## 0.9.12
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [15d4b2a]
15
+ - cojson@0.9.12
16
+
3
17
  ## 0.9.11
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "type": "module",
25
25
  "license": "MIT",
26
- "version": "0.9.11",
26
+ "version": "0.9.13",
27
27
  "dependencies": {
28
- "cojson": "0.9.11"
28
+ "cojson": "0.9.13"
29
29
  },
30
30
  "devDependencies": {
31
31
  "tsup": "8.3.5",