@clerk/expo 3.0.0-snapshot.v20260114130428 → 3.0.0-snapshot.v20260114214542
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/dist/errorThrower.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ var import_runtime = require("../utils/runtime");
|
|
|
39
39
|
var import_singleton = require("./singleton");
|
|
40
40
|
const SDK_METADATA = {
|
|
41
41
|
name: "@clerk/expo",
|
|
42
|
-
version: "3.0.0-snapshot.
|
|
42
|
+
version: "3.0.0-snapshot.v20260114214542"
|
|
43
43
|
};
|
|
44
44
|
function ClerkProvider(props) {
|
|
45
45
|
const {
|
package/dist/utils/errors.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const errorThrower: import("@clerk/shared/index-
|
|
1
|
+
export declare const errorThrower: import("@clerk/shared/index-B4GdV5W0").Zn;
|
|
2
2
|
//# sourceMappingURL=errors.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/expo",
|
|
3
|
-
"version": "3.0.0-snapshot.
|
|
3
|
+
"version": "3.0.0-snapshot.v20260114214542",
|
|
4
4
|
"description": "Clerk React Native/Expo library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"base-64": "^1.0.0",
|
|
77
77
|
"react-native-url-polyfill": "2.0.0",
|
|
78
78
|
"tslib": "2.8.1",
|
|
79
|
-
"@clerk/clerk-js": "6.0.0-snapshot.
|
|
80
|
-
"@clerk/react": "6.0.0-snapshot.
|
|
81
|
-
"@clerk/shared": "4.0.0-snapshot.
|
|
79
|
+
"@clerk/clerk-js": "6.0.0-snapshot.v20260114214542",
|
|
80
|
+
"@clerk/react": "6.0.0-snapshot.v20260114214542",
|
|
81
|
+
"@clerk/shared": "4.0.0-snapshot.v20260114214542"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@expo/config-plugins": "^54.0.4",
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
"expo-secure-store": "^12.8.1",
|
|
93
93
|
"expo-web-browser": "^12.8.2",
|
|
94
94
|
"react-native": "^0.81.4",
|
|
95
|
-
"@clerk/expo-passkeys": "1.0.0-snapshot.
|
|
95
|
+
"@clerk/expo-passkeys": "1.0.0-snapshot.v20260114214542"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
|
-
"@clerk/expo-passkeys": "1.0.0-snapshot.
|
|
98
|
+
"@clerk/expo-passkeys": "1.0.0-snapshot.v20260114214542",
|
|
99
99
|
"expo": ">=53 <55",
|
|
100
100
|
"expo-apple-authentication": ">=7.0.0",
|
|
101
101
|
"expo-auth-session": ">=5",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"expo-modules-core": ">=3.0.0",
|
|
106
106
|
"expo-secure-store": ">=12.4.0",
|
|
107
107
|
"expo-web-browser": ">=12.5.0",
|
|
108
|
-
"react": "^18.0.0 ||
|
|
109
|
-
"react-dom": "^18.0.0 ||
|
|
108
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
109
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
110
110
|
"react-native": ">=0.73"
|
|
111
111
|
},
|
|
112
112
|
"peerDependenciesMeta": {
|