expo-file-system
Advanced tools
Comparing version 0.0.1-canary-20240320-8a10e09 to 0.0.1-canary-20240327-a7302d9
@@ -13,2 +13,3 @@ # Changelog | ||
- [iOS] Add privacy manifest describing required reason API usage. ([#27770](https://github.com/expo/expo/pull/27770) by [@aleqsio](https://github.com/aleqsio)) | ||
- drop unused web `name` property. ([#27437](https://github.com/expo/expo/pull/27437) by [@EvanBacon](https://github.com/EvanBacon)) | ||
@@ -15,0 +16,0 @@ |
{ | ||
"name": "expo-file-system", | ||
"version": "0.0.1-canary-20240320-8a10e09", | ||
"version": "0.0.1-canary-20240327-a7302d9", | ||
"description": "Provides access to the local file system on the device.", | ||
@@ -38,4 +38,4 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"expo-module-scripts": "0.0.1-canary-20240320-8a10e09", | ||
"jest-expo": "51.0.0-canary-20240320-8a10e09" | ||
"expo-module-scripts": "0.0.1-canary-20240327-a7302d9", | ||
"jest-expo": "51.0.0-canary-20240327-a7302d9" | ||
}, | ||
@@ -45,3 +45,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "8a10e09a475b60c4cdf1983e64618ed5fcc8f5ed" | ||
"gitHead": "a7302d9916a445e550bd2a0953f797a914538e77" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
305213
91