jazz-tools 0.11.2 → 0.11.3

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.11.2 build /home/runner/_work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.11.3 build /home/runner/_work/jazz/jazz/packages/jazz-tools
3
3
  > tsup && pnpm types
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts","testing":"src/testing.ts"}
@@ -9,14 +9,14 @@
9
9
  CLI Target: es2021
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
+ ESM dist/testing.js 6.18 KB
12
13
  ESM dist/index.js 1.50 KB
13
14
  ESM dist/chunk-MVDJNBLV.js 119.45 KB
14
- ESM dist/testing.js 6.18 KB
15
+ ESM dist/testing.js.map 12.24 KB
15
16
  ESM dist/index.js.map 259.00 B
16
17
  ESM dist/chunk-MVDJNBLV.js.map 284.49 KB
17
- ESM dist/testing.js.map 12.24 KB
18
- ESM ⚡️ Build success in 43ms
18
+ ESM ⚡️ Build success in 54ms
19
19
 
20
- > jazz-tools@0.11.2 types /home/runner/_work/jazz/jazz/packages/jazz-tools
20
+ > jazz-tools@0.11.3 types /home/runner/_work/jazz/jazz/packages/jazz-tools
21
21
  > tsc --outDir dist
22
22
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [68b0242]
8
+ - cojson@0.11.3
9
+
3
10
  ## 0.11.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -17,11 +17,11 @@
17
17
  },
18
18
  "type": "module",
19
19
  "license": "MIT",
20
- "version": "0.11.2",
20
+ "version": "0.11.3",
21
21
  "dependencies": {
22
22
  "@scure/bip39": "^1.3.0",
23
23
  "fast-myers-diff": "^3.2.0",
24
- "cojson": "0.11.0"
24
+ "cojson": "0.11.3"
25
25
  },
26
26
  "devDependencies": {
27
27
  "tsup": "8.3.5",