jazz-tools 0.9.14 → 0.9.16
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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +14 -0
- package/dist/{chunk-ICWP2U63.js → chunk-7OI3SFBS.js} +1 -1
- package/dist/chunk-7OI3SFBS.js.map +1 -0
- package/dist/index.native.js +1 -1
- package/dist/index.web.js +1 -1
- package/dist/testing.js +14 -3
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
- package/src/implementation/createContext.ts +5 -1
- package/src/testing.ts +16 -1
- package/src/tests/testing.test.ts +26 -1
- package/dist/chunk-ICWP2U63.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> jazz-tools@0.9.
|
2
|
+
> jazz-tools@0.9.16 build /home/runner/work/jazz/jazz/packages/jazz-tools
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: {"index.web":"src/index.web.ts","index.native":"src/index.native.ts","testing":"src/testing.ts"}
|
@@ -11,10 +11,10 @@
|
|
11
11
|
[34mESM[39m Build start
|
12
12
|
[32mESM[39m [1mdist/index.web.js [22m[32m1.15 KB[39m
|
13
13
|
[32mESM[39m [1mdist/index.native.js [22m[32m1.14 KB[39m
|
14
|
-
[32mESM[39m [1mdist/testing.js [22m[32m3.
|
15
|
-
[32mESM[39m [1mdist/chunk-
|
14
|
+
[32mESM[39m [1mdist/testing.js [22m[32m3.43 KB[39m
|
15
|
+
[32mESM[39m [1mdist/chunk-7OI3SFBS.js [22m[32m94.94 KB[39m
|
16
16
|
[32mESM[39m [1mdist/index.web.js.map [22m[32m273.00 B[39m
|
17
17
|
[32mESM[39m [1mdist/index.native.js.map [22m[32m283.00 B[39m
|
18
|
-
[32mESM[39m [1mdist/testing.js.map [22m[32m6.
|
19
|
-
[32mESM[39m [1mdist/chunk-
|
20
|
-
[32mESM[39m ⚡️ Build success in
|
18
|
+
[32mESM[39m [1mdist/testing.js.map [22m[32m6.94 KB[39m
|
19
|
+
[32mESM[39m [1mdist/chunk-7OI3SFBS.js.map [22m[32m235.60 KB[39m
|
20
|
+
[32mESM[39m ⚡️ Build success in 123ms
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# jazz-tools
|
2
2
|
|
3
|
+
## 0.9.16
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 24b3b6a: Extract friendly user name for profile creation when authenticating using Clerk with a regular email address.
|
8
|
+
Email passed to creationProps when using Clerk auth
|
9
|
+
Clear stored Clerk credentials on logout
|
10
|
+
|
11
|
+
## 0.9.15
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- 7491711: Testing: correctly set the globalMe before the migration when calling createJazzTestAccount
|
16
|
+
|
3
17
|
## 0.9.14
|
4
18
|
|
5
19
|
### Patch Changes
|