expo-crypto 15.0.0-canary-20250221-ef26fed → 15.0.0-canary-20250303-4dba60e
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/CHANGELOG.md +4 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
- [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
|
|
16
16
|
|
|
17
|
+
## 14.0.2 - 2025-01-10
|
|
18
|
+
|
|
19
|
+
_This version does not introduce any user-facing changes._
|
|
20
|
+
|
|
17
21
|
## 14.0.1 — 2024-10-22
|
|
18
22
|
|
|
19
23
|
_This version does not introduce any user-facing changes._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-crypto",
|
|
3
|
-
"version": "15.0.0-canary-
|
|
3
|
+
"version": "15.0.0-canary-20250303-4dba60e",
|
|
4
4
|
"description": "Provides cryptography primitives for Android, iOS and web.",
|
|
5
5
|
"main": "build/Crypto.js",
|
|
6
6
|
"types": "build/Crypto.d.ts",
|
|
@@ -42,9 +42,10 @@
|
|
|
42
42
|
"base64-js": "^1.3.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
45
|
+
"expo-module-scripts": "4.0.5-canary-20250303-4dba60e"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"expo": "53.0.0-canary-
|
|
49
|
-
}
|
|
48
|
+
"expo": "53.0.0-canary-20250303-4dba60e"
|
|
49
|
+
},
|
|
50
|
+
"gitHead": "4dba60e10b5d44b453073aa4968e9dbf312dea6c"
|
|
50
51
|
}
|