@ankhorage/expo-runtime 3.2.2 → 3.2.3
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/expo-runtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.3",
|
|
5
5
|
"description": "Declarative runtime integration for Expo apps: maps app capabilities to permissions, packages, config plugins, providers, and adapters",
|
|
6
6
|
"homepage": "https://github.com/ankhorage/expo-runtime#readme",
|
|
7
7
|
"bugs": {
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
},
|
|
142
142
|
"peerDependencies": {
|
|
143
143
|
"@ankhorage/permissions": "^0.2.3",
|
|
144
|
-
"@ankhorage/zora": "^3.
|
|
144
|
+
"@ankhorage/zora": "^3.3.1",
|
|
145
145
|
"@readium/navigator": "2.8.2",
|
|
146
146
|
"@readium/shared": "2.4.0",
|
|
147
147
|
"@react-native-vector-icons/fontawesome": "^13.1.3",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"@ankhorage/devtools": "^1.8.4",
|
|
228
228
|
"@ankhorage/paradox": "^0.1.24",
|
|
229
229
|
"@ankhorage/permissions": "^0.2.3",
|
|
230
|
-
"@ankhorage/zora": "^3.
|
|
230
|
+
"@ankhorage/zora": "^3.3.1",
|
|
231
231
|
"@readium/navigator": "2.8.2",
|
|
232
232
|
"@readium/shared": "2.4.0",
|
|
233
233
|
"@react-native-picker/picker": "2.11.4",
|