@clerk/expo-passkeys 1.0.0-canary.vda6fa771c2184cec7820e3bd218b8fcd4171265e → 1.0.0-snapshot.v409c69b9b3f950967f11d0ca682eb536aa406684

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/expo-passkeys",
3
- "version": "1.0.0-canary.vda6fa771c2184cec7820e3bd218b8fcd4171265e",
3
+ "version": "1.0.0-snapshot.v409c69b9b3f950967f11d0ca682eb536aa406684",
4
4
  "description": "Passkeys library to be used with Clerk for expo",
5
5
  "keywords": [
6
6
  "react-native",
@@ -31,8 +31,8 @@
31
31
  "prepublishOnly": "expo-module prepublishOnly"
32
32
  },
33
33
  "dependencies": {
34
- "@clerk/shared": "2.10.1-snapshot.va96a299",
35
- "@clerk/types": "4.28.0-snapshot.va96a299"
34
+ "@clerk/shared": "2.11.1-snapshot.v409c69b9b3f950967f11d0ca682eb536aa406684",
35
+ "@clerk/types": "4.29.1-snapshot.v409c69b9b3f950967f11d0ca682eb536aa406684"
36
36
  },
37
37
  "devDependencies": {
38
38
  "expo-module-scripts": "^3.5.2",