@ankhorage/expo-runtime 3.2.5 → 3.2.6

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/expo-runtime
2
2
 
3
+ ## 3.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f992a6: Update Ankhorage dependencies: `@ankhorage/permissions`.
8
+
3
9
  ## 3.2.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ankhorage/expo-runtime",
3
3
  "type": "module",
4
- "version": "3.2.5",
4
+ "version": "3.2.6",
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": {
@@ -147,7 +147,7 @@
147
147
  "version-packages": "ankhorage-changeset version"
148
148
  },
149
149
  "peerDependencies": {
150
- "@ankhorage/permissions": "^0.2.3",
150
+ "@ankhorage/permissions": "^0.2.4",
151
151
  "@ankhorage/zora": "^3.3.1",
152
152
  "@readium/navigator": "2.8.2",
153
153
  "@readium/shared": "2.4.0",
@@ -231,9 +231,9 @@
231
231
  }
232
232
  },
233
233
  "devDependencies": {
234
- "@ankhorage/devtools": "^1.9.2",
234
+ "@ankhorage/devtools": "^1.9.3",
235
235
  "@ankhorage/paradox": "^0.1.24",
236
- "@ankhorage/permissions": "^0.2.3",
236
+ "@ankhorage/permissions": "^0.2.4",
237
237
  "@ankhorage/zora": "^3.3.1",
238
238
  "@readium/navigator": "2.8.2",
239
239
  "@readium/shared": "2.4.0",