@ankhorage/expo-runtime 3.0.10 → 3.0.11
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 +5 -5
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.0.
|
|
4
|
+
"version": "3.0.11",
|
|
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": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"@ankhorage/permissions": "^0.2.3",
|
|
130
|
-
"@ankhorage/zora": "^3.0.
|
|
130
|
+
"@ankhorage/zora": "^3.0.1",
|
|
131
131
|
"@react-native-vector-icons/fontawesome": "^13.1.3",
|
|
132
132
|
"@react-native-vector-icons/fontawesome5": "^13.1.3",
|
|
133
133
|
"@react-native-vector-icons/fontawesome6": "^13.1.3",
|
|
@@ -190,10 +190,10 @@
|
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
192
|
"devDependencies": {
|
|
193
|
-
"@ankhorage/devtools": "^1.
|
|
194
|
-
"@ankhorage/paradox": "^0.1.
|
|
193
|
+
"@ankhorage/devtools": "^1.7.0",
|
|
194
|
+
"@ankhorage/paradox": "^0.1.24",
|
|
195
195
|
"@ankhorage/permissions": "^0.2.3",
|
|
196
|
-
"@ankhorage/zora": "^3.0.
|
|
196
|
+
"@ankhorage/zora": "^3.0.1",
|
|
197
197
|
"@changesets/cli": "^2.31.0",
|
|
198
198
|
"@react-native-picker/picker": "2.11.4",
|
|
199
199
|
"@react-native-vector-icons/fontawesome": "^13.1.3",
|