@clerk/expo-passkeys 0.4.7-snapshot.v20251013141708 → 0.4.7-snapshot.v20251013142406
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/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@clerk/expo-passkeys",
|
3
|
-
"version": "0.4.7-snapshot.
|
3
|
+
"version": "0.4.7-snapshot.v20251013142406",
|
4
4
|
"description": "Passkeys library to be used with Clerk for expo",
|
5
5
|
"keywords": [
|
6
6
|
"react-native",
|
@@ -20,8 +20,8 @@
|
|
20
20
|
"main": "dist/index.js",
|
21
21
|
"types": "dist/index.d.ts",
|
22
22
|
"dependencies": {
|
23
|
-
"@clerk/
|
24
|
-
"@clerk/
|
23
|
+
"@clerk/shared": "^3.27.4-snapshot.v20251013142406",
|
24
|
+
"@clerk/types": "^4.93.0-snapshot.v20251013142406"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"expo": "~52.0.47"
|