expo-file-system
Advanced tools
Comparing version 0.0.1-canary-20240406-a4950c7 to 0.0.1-canary-20240411-33a7dc1
@@ -11,2 +11,4 @@ # Changelog | ||
- [Android] remove `CookieHandler` as it's no longer in the module registry and not necessary. ([#28145](https://github.com/expo/expo/pull/28145) by [@alanjhughes](https://github.com/alanjhughes)) | ||
### 💡 Others | ||
@@ -16,2 +18,3 @@ | ||
- drop unused web `name` property. ([#27437](https://github.com/expo/expo/pull/27437) by [@EvanBacon](https://github.com/EvanBacon)) | ||
- Removed deprecated backward compatible Gradle settings. ([#28083](https://github.com/expo/expo/pull/28083) by [@kudo](https://github.com/kudo)) | ||
@@ -18,0 +21,0 @@ ## 16.0.8 - 2024-03-07 |
{ | ||
"name": "expo-file-system", | ||
"version": "0.0.1-canary-20240406-a4950c7", | ||
"version": "0.0.1-canary-20240411-33a7dc1", | ||
"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-20240406-a4950c7", | ||
"jest-expo": "51.0.0-canary-20240406-a4950c7" | ||
"expo-module-scripts": "0.0.1-canary-20240411-33a7dc1", | ||
"jest-expo": "51.0.0-canary-20240411-33a7dc1" | ||
}, | ||
@@ -45,3 +45,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "a4950c79a9191c7e8162b9529dd0858da19a8b79" | ||
"gitHead": "33a7dc1ce3283426fd553cd6675d0540214ab902" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
303071