expo-file-system 19.0.0-canary-20250219-4a5dade → 19.0.0-canary-20250221-ef26fed

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 (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-file-system",
3
- "version": "19.0.0-canary-20250219-4a5dade",
3
+ "version": "19.0.0-canary-20250221-ef26fed",
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,15 +35,14 @@
35
35
  "preset": "expo-module-scripts"
36
36
  },
37
37
  "devDependencies": {
38
- "expo-module-scripts": "4.0.5-canary-20250219-4a5dade",
39
- "jest-expo": "53.0.0-canary-20250219-4a5dade"
38
+ "expo-module-scripts": "4.0.5-canary-20250221-ef26fed",
39
+ "jest-expo": "53.0.0-canary-20250221-ef26fed"
40
40
  },
41
41
  "peerDependencies": {
42
- "expo": "53.0.0-canary-20250219-4a5dade",
42
+ "expo": "53.0.0-canary-20250221-ef26fed",
43
43
  "react-native": "*"
44
44
  },
45
45
  "dependencies": {
46
46
  "web-streams-polyfill": "^3.3.2"
47
- },
48
- "gitHead": "4a5daded61d3d8b9d501059039ac74c09c25675b"
47
+ }
49
48
  }