jazz-tools 0.10.3 → 0.10.4

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.10.3 build /home/runner/_work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.10.4 build /home/runner/_work/jazz/jazz/packages/jazz-tools
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts","testing":"src/testing.ts"}
@@ -15,4 +15,4 @@
15
15
  ESM dist/index.js.map 259.00 B
16
16
  ESM dist/testing.js.map 12.19 KB
17
17
  ESM dist/chunk-XRX3CCYY.js.map 269.16 KB
18
- ESM ⚡️ Build success in 43ms
18
+ ESM ⚡️ Build success in 33ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1af6072]
8
+ - cojson@0.10.4
9
+
3
10
  ## 0.10.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "type": "module",
19
19
  "license": "MIT",
20
- "version": "0.10.3",
20
+ "version": "0.10.4",
21
21
  "dependencies": {
22
22
  "@scure/bip39": "^1.3.0",
23
- "cojson": "0.10.2"
23
+ "cojson": "0.10.4"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tsup": "8.3.5",