jazz-tools 0.10.1 → 0.10.2

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.1 build /home/runner/_work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.10.2 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"}
@@ -10,9 +10,9 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/index.js 1.50 KB
13
- ESM dist/testing.js 6.18 KB
14
13
  ESM dist/chunk-24EJ3CKA.js 111.53 KB
14
+ ESM dist/testing.js 6.18 KB
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-24EJ3CKA.js.map 268.84 KB
18
- ESM ⚡️ Build success in 48ms
18
+ ESM ⚡️ Build success in 47ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cae3a9e]
8
+ - cojson@0.10.2
9
+
3
10
  ## 0.10.1
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.1",
20
+ "version": "0.10.2",
21
21
  "dependencies": {
22
22
  "@scure/bip39": "^1.3.0",
23
- "cojson": "0.10.1"
23
+ "cojson": "0.10.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tsup": "8.3.5",