expo-file-system 19.0.0-canary-20250320-7a205d3 → 19.0.0-canary-20250331-817737a

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -20,6 +20,10 @@
20
20
  - [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd))
21
21
  - [iOS] Fix warnings which will become errors in Swift 6. ([#35288](https://github.com/expo/expo/pull/35288) by [@behenate](https://github.com/behenate))
22
22
 
23
+ ## 18.0.12 - 2025-03-20
24
+
25
+ _This version does not introduce any user-facing changes._
26
+
23
27
  ## 18.0.11 - 2025-02-19
24
28
 
25
29
  _This version does not introduce any user-facing changes._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-file-system",
3
- "version": "19.0.0-canary-20250320-7a205d3",
3
+ "version": "19.0.0-canary-20250331-817737a",
4
4
  "description": "Provides access to the local file system on the device.",
5
5
  "main": "src/index.ts",
6
6
  "types": "build/index.d.ts",
@@ -35,11 +35,11 @@
35
35
  "preset": "expo-module-scripts"
36
36
  },
37
37
  "devDependencies": {
38
- "expo-module-scripts": "4.0.5-canary-20250320-7a205d3",
39
- "jest-expo": "53.0.0-canary-20250320-7a205d3"
38
+ "expo-module-scripts": "4.0.5-canary-20250331-817737a",
39
+ "jest-expo": "53.0.0-canary-20250331-817737a"
40
40
  },
41
41
  "peerDependencies": {
42
- "expo": "53.0.0-canary-20250320-7a205d3",
42
+ "expo": "53.0.0-canary-20250331-817737a",
43
43
  "react-native": "*"
44
44
  },
45
45
  "dependencies": {