jazz-tools 0.9.21 → 0.9.23

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.21 build /home/runner/work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.9.23 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"}
@@ -10,11 +10,11 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/index.web.js 1.27 KB
13
- ESM dist/testing.js 3.43 KB
14
13
  ESM dist/index.native.js 1.26 KB
14
+ ESM dist/testing.js 3.43 KB
15
15
  ESM dist/chunk-OJIEP4WE.js 97.62 KB
16
16
  ESM dist/index.web.js.map 276.00 B
17
- ESM dist/testing.js.map 6.94 KB
18
17
  ESM dist/index.native.js.map 286.00 B
18
+ ESM dist/testing.js.map 6.94 KB
19
19
  ESM dist/chunk-OJIEP4WE.js.map 241.14 KB
20
- ESM ⚡️ Build success in 103ms
20
+ ESM ⚡️ Build success in 112ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.9.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [70c9a5d]
8
+ - cojson@0.9.23
9
+
3
10
  ## 0.9.21
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "type": "module",
25
25
  "license": "MIT",
26
- "version": "0.9.21",
26
+ "version": "0.9.23",
27
27
  "dependencies": {
28
- "cojson": "0.9.19"
28
+ "cojson": "0.9.23"
29
29
  },
30
30
  "devDependencies": {
31
31
  "tsup": "8.3.5",