@take-out/better-auth-utils 0.0.29 → 0.0.31
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Better Auth utilities and helpers for React/React Native applications.
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- JWT support for Zero,
|
|
7
|
+
- JWT support for Zero, web and React Native
|
|
8
8
|
- Session persistence in local storage
|
|
9
9
|
- Token validation and refresh
|
|
10
10
|
- State management with emitters
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@take-out/better-auth-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"description": "Better auth utilities and client for React/React Native applications",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@take-out/helpers": "0.0.
|
|
48
|
+
"@take-out/helpers": "0.0.31",
|
|
49
49
|
"better-auth": "^1.3.28"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|