expo-secure-store 14.0.2-canary-20250404-42b6263 → 14.0.2-canary-20250404-3c3b5fd
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": "expo-secure-store",
|
|
3
|
-
"version": "14.0.2-canary-20250404-
|
|
3
|
+
"version": "14.0.2-canary-20250404-3c3b5fd",
|
|
4
4
|
"description": "Provides a way to encrypt and securely store key-value pairs locally on the device.",
|
|
5
5
|
"main": "build/SecureStore.js",
|
|
6
6
|
"types": "build/SecureStore.d.ts",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"expo-module-scripts": "4.0.6-canary-20250404-
|
|
40
|
+
"expo-module-scripts": "4.0.6-canary-20250404-3c3b5fd"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"expo": "53.0.0-canary-20250404-
|
|
43
|
+
"expo": "53.0.0-canary-20250404-3c3b5fd"
|
|
44
44
|
}
|
|
45
45
|
}
|