jazz-tools 0.9.0 → 0.9.8

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.0 build /home/runner/work/jazz/jazz/packages/jazz-tools
2
+ > jazz-tools@0.9.8 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"}
@@ -9,12 +9,12 @@
9
9
  CLI Target: es2021
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
- ESM dist/index.web.js 1.08 KB
13
- ESM dist/testing.js 2.10 KB
14
- ESM dist/index.native.js 1.07 KB
15
- ESM dist/chunk-EK2I4C5W.js 82.83 KB
16
- ESM dist/index.web.js.map 270.00 B
17
- ESM dist/testing.js.map 4.48 KB
18
- ESM dist/chunk-EK2I4C5W.js.map 190.92 KB
19
- ESM dist/index.native.js.map 280.00 B
20
- ESM ⚡️ Build success in 92ms
12
+ ESM dist/index.web.js 1.15 KB
13
+ ESM dist/index.native.js 1.14 KB
14
+ ESM dist/testing.js 2.30 KB
15
+ ESM dist/chunk-YD32FKHW.js 93.48 KB
16
+ ESM dist/index.web.js.map 273.00 B
17
+ ESM dist/index.native.js.map 283.00 B
18
+ ESM dist/testing.js.map 4.89 KB
19
+ ESM dist/chunk-YD32FKHW.js.map 231.35 KB
20
+ ESM ⚡️ Build success in 115ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # jazz-tools
2
2
 
3
+ ## 0.9.8
4
+
5
+ ### Patch Changes
6
+
7
+ - d1d773b: Make possible to call the load/subscribe/create API without passing me
8
+
9
+ ## 0.9.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 1b71969: Add Onboarding auth to handle users onboarding without an auth screen
14
+
3
15
  ## 0.9.0
4
16
 
5
17
  ### Patch Changes