expo-file-system 18.1.10 → 18.1.11

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 (31) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/android/build.gradle +2 -2
  3. package/build/FileSystem.d.ts +1 -1
  4. package/expo-module.config.json +7 -1
  5. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11-sources.jar +0 -0
  6. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11-sources.jar.md5 +1 -0
  7. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11-sources.jar.sha1 +1 -0
  8. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11-sources.jar.sha256 +1 -0
  9. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11-sources.jar.sha512 +1 -0
  10. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.aar +0 -0
  11. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.aar.md5 +1 -0
  12. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.aar.sha1 +1 -0
  13. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.aar.sha256 +1 -0
  14. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.aar.sha512 +1 -0
  15. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.module +173 -0
  16. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.module.md5 +1 -0
  17. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.module.sha1 +1 -0
  18. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.module.sha256 +1 -0
  19. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.module.sha512 +1 -0
  20. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.pom +71 -0
  21. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.pom.md5 +1 -0
  22. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.pom.sha1 +1 -0
  23. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.pom.sha256 +1 -0
  24. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/18.1.11/expo.modules.filesystem-18.1.11.pom.sha512 +1 -0
  25. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml +13 -0
  26. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.md5 +1 -0
  27. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha1 +1 -0
  28. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha256 +1 -0
  29. package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha512 +1 -0
  30. package/package.json +4 -4
  31. package/src/FileSystem.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 18.1.11 — 2025-07-01
14
+
15
+ ### 💡 Others
16
+
17
+ - Remove "Please" from warnings and errors ([#36862](https://github.com/expo/expo/pull/36862) by [@brentvatne](https://github.com/brentvatne))
18
+
13
19
  ## 18.1.10 — 2025-05-08
14
20
 
15
21
  ### 🐛 Bug fixes
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '18.1.10'
7
+ version = '18.1.11'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.filesystem"
11
11
  defaultConfig {
12
12
  versionCode 30
13
- versionName "18.1.10"
13
+ versionName "18.1.11"
14
14
  }
15
15
  }
16
16
 
@@ -143,7 +143,7 @@ export declare function downloadAsync(uri: string, fileUri: string, options?: Do
143
143
  *
144
144
  * **Server**
145
145
  *
146
- * Please refer to the "[Server: Handling multipart requests](#server-handling-multipart-requests)" example - there is code for a simple Node.js server.
146
+ * Refer to the "[Server: Handling multipart requests](#server-handling-multipart-requests)" example - there is code for a simple Node.js server.
147
147
  * @return Returns a Promise that resolves to `FileSystemUploadResult` object.
148
148
  */
149
149
  export declare function uploadAsync(url: string, fileUri: string, options?: FileSystemUploadOptions): Promise<FileSystemUploadResult>;
@@ -8,6 +8,12 @@
8
8
  "modules": [
9
9
  "expo.modules.filesystem.FileSystemModule",
10
10
  "expo.modules.filesystem.next.FileSystemNextModule"
11
- ]
11
+ ],
12
+ "publication": {
13
+ "groupId": "host.exp.exponent",
14
+ "artifactId": "expo.modules.filesystem",
15
+ "version": "18.1.11",
16
+ "repository": "local-maven-repo"
17
+ }
12
18
  }
13
19
  }
@@ -0,0 +1 @@
1
+ ae6b3dbefd4db1d09f0107bd1c737035dd2fae41afb45bbdb84729349f330801
@@ -0,0 +1 @@
1
+ a25e17199607459bc17961f70927fae632824312b10a36884baf1bcf444f2e9a2b7af63d9258625b13b3830aee357b7369d278b64857cffe78c3a6a0c97100d9
@@ -0,0 +1 @@
1
+ 8ccde66dac7d7b483be3ae2f2d61f1ce074962ff4d0607f94540274fac66008d
@@ -0,0 +1 @@
1
+ 53c925001aa17e099c429c0ff7a33c89f6ed7736a02d46c0ea511327f2e4c020bc22129982bcb75cd317afbd61298acf067fcb952b2a82b926d0b5fce36ef71f
@@ -0,0 +1,173 @@
1
+ {
2
+ "formatVersion": "1.1",
3
+ "component": {
4
+ "group": "host.exp.exponent",
5
+ "module": "expo.modules.filesystem",
6
+ "version": "18.1.11",
7
+ "attributes": {
8
+ "org.gradle.status": "release"
9
+ }
10
+ },
11
+ "createdBy": {
12
+ "gradle": {
13
+ "version": "8.13"
14
+ }
15
+ },
16
+ "variants": [
17
+ {
18
+ "name": "releaseVariantReleaseApiPublication",
19
+ "attributes": {
20
+ "org.gradle.category": "library",
21
+ "org.gradle.dependency.bundling": "external",
22
+ "org.gradle.libraryelements": "aar",
23
+ "org.gradle.usage": "java-api"
24
+ },
25
+ "dependencies": [
26
+ {
27
+ "group": "commons-codec",
28
+ "module": "commons-codec",
29
+ "version": {
30
+ "requires": "1.10"
31
+ }
32
+ },
33
+ {
34
+ "group": "commons-io",
35
+ "module": "commons-io",
36
+ "version": {
37
+ "requires": "1.4"
38
+ }
39
+ },
40
+ {
41
+ "group": "com.squareup.okhttp3",
42
+ "module": "okhttp",
43
+ "version": {
44
+ "requires": "4.9.2"
45
+ }
46
+ },
47
+ {
48
+ "group": "com.squareup.okhttp3",
49
+ "module": "okhttp-urlconnection",
50
+ "version": {
51
+ "requires": "4.9.2"
52
+ }
53
+ },
54
+ {
55
+ "group": "com.squareup.okio",
56
+ "module": "okio",
57
+ "version": {
58
+ "requires": "2.9.0"
59
+ }
60
+ },
61
+ {
62
+ "group": "androidx.legacy",
63
+ "module": "legacy-support-v4",
64
+ "version": {
65
+ "requires": "1.0.0"
66
+ }
67
+ }
68
+ ],
69
+ "files": [
70
+ {
71
+ "name": "expo.modules.filesystem-18.1.11.aar",
72
+ "url": "expo.modules.filesystem-18.1.11.aar",
73
+ "size": 290095,
74
+ "sha512": "53c925001aa17e099c429c0ff7a33c89f6ed7736a02d46c0ea511327f2e4c020bc22129982bcb75cd317afbd61298acf067fcb952b2a82b926d0b5fce36ef71f",
75
+ "sha256": "8ccde66dac7d7b483be3ae2f2d61f1ce074962ff4d0607f94540274fac66008d",
76
+ "sha1": "5816c6e29ab531e35c2441bc61fbe7ac8d3936ba",
77
+ "md5": "10e34a9613f7f4d7df7f849154bcc53d"
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "name": "releaseVariantReleaseRuntimePublication",
83
+ "attributes": {
84
+ "org.gradle.category": "library",
85
+ "org.gradle.dependency.bundling": "external",
86
+ "org.gradle.libraryelements": "aar",
87
+ "org.gradle.usage": "java-runtime"
88
+ },
89
+ "dependencies": [
90
+ {
91
+ "group": "org.jetbrains.kotlin",
92
+ "module": "kotlin-stdlib-jdk7",
93
+ "version": {
94
+ "requires": "2.0.21"
95
+ }
96
+ },
97
+ {
98
+ "group": "commons-codec",
99
+ "module": "commons-codec",
100
+ "version": {
101
+ "requires": "1.10"
102
+ }
103
+ },
104
+ {
105
+ "group": "commons-io",
106
+ "module": "commons-io",
107
+ "version": {
108
+ "requires": "1.4"
109
+ }
110
+ },
111
+ {
112
+ "group": "com.squareup.okhttp3",
113
+ "module": "okhttp",
114
+ "version": {
115
+ "requires": "4.9.2"
116
+ }
117
+ },
118
+ {
119
+ "group": "com.squareup.okhttp3",
120
+ "module": "okhttp-urlconnection",
121
+ "version": {
122
+ "requires": "4.9.2"
123
+ }
124
+ },
125
+ {
126
+ "group": "com.squareup.okio",
127
+ "module": "okio",
128
+ "version": {
129
+ "requires": "2.9.0"
130
+ }
131
+ },
132
+ {
133
+ "group": "androidx.legacy",
134
+ "module": "legacy-support-v4",
135
+ "version": {
136
+ "requires": "1.0.0"
137
+ }
138
+ }
139
+ ],
140
+ "files": [
141
+ {
142
+ "name": "expo.modules.filesystem-18.1.11.aar",
143
+ "url": "expo.modules.filesystem-18.1.11.aar",
144
+ "size": 290095,
145
+ "sha512": "53c925001aa17e099c429c0ff7a33c89f6ed7736a02d46c0ea511327f2e4c020bc22129982bcb75cd317afbd61298acf067fcb952b2a82b926d0b5fce36ef71f",
146
+ "sha256": "8ccde66dac7d7b483be3ae2f2d61f1ce074962ff4d0607f94540274fac66008d",
147
+ "sha1": "5816c6e29ab531e35c2441bc61fbe7ac8d3936ba",
148
+ "md5": "10e34a9613f7f4d7df7f849154bcc53d"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "name": "releaseVariantReleaseSourcePublication",
154
+ "attributes": {
155
+ "org.gradle.category": "documentation",
156
+ "org.gradle.dependency.bundling": "external",
157
+ "org.gradle.docstype": "sources",
158
+ "org.gradle.usage": "java-runtime"
159
+ },
160
+ "files": [
161
+ {
162
+ "name": "expo.modules.filesystem-18.1.11-sources.jar",
163
+ "url": "expo.modules.filesystem-18.1.11-sources.jar",
164
+ "size": 21383,
165
+ "sha512": "a25e17199607459bc17961f70927fae632824312b10a36884baf1bcf444f2e9a2b7af63d9258625b13b3830aee357b7369d278b64857cffe78c3a6a0c97100d9",
166
+ "sha256": "ae6b3dbefd4db1d09f0107bd1c737035dd2fae41afb45bbdb84729349f330801",
167
+ "sha1": "f364bfeee6c89df87a522071524e8cabff62f4d0",
168
+ "md5": "692b579f8230ae74f4dc759941f4cc08"
169
+ }
170
+ ]
171
+ }
172
+ ]
173
+ }
@@ -0,0 +1 @@
1
+ 3652471130c69ccee9b96bd3a000c7e3b812f9b03618dd0cadbda96140428243
@@ -0,0 +1 @@
1
+ dfaddfcf026ad36016c437e2596eafcbef70f800d3d0a28215eb2bf05b1bb670f0d29030e97c83d0320599a02f0d156cb37e29e072af2707891db8696261f562
@@ -0,0 +1,71 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
+ <!-- This module was also published with a richer model, Gradle metadata, -->
5
+ <!-- which should be used instead. Do not delete the following line which -->
6
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
+ <!-- that they should prefer consuming it instead. -->
8
+ <!-- do_not_remove: published-with-gradle-metadata -->
9
+ <modelVersion>4.0.0</modelVersion>
10
+ <groupId>host.exp.exponent</groupId>
11
+ <artifactId>expo.modules.filesystem</artifactId>
12
+ <version>18.1.11</version>
13
+ <packaging>aar</packaging>
14
+ <name>expo.modules.filesystem</name>
15
+ <url>https://github.com/expo/expo</url>
16
+ <licenses>
17
+ <license>
18
+ <name>MIT License</name>
19
+ <url>https://github.com/expo/expo/blob/main/LICENSE</url>
20
+ </license>
21
+ </licenses>
22
+ <scm>
23
+ <connection>https://github.com/expo/expo.git</connection>
24
+ <developerConnection>https://github.com/expo/expo.git</developerConnection>
25
+ <url>https://github.com/expo/expo</url>
26
+ </scm>
27
+ <dependencies>
28
+ <dependency>
29
+ <groupId>commons-codec</groupId>
30
+ <artifactId>commons-codec</artifactId>
31
+ <version>1.10</version>
32
+ <scope>compile</scope>
33
+ </dependency>
34
+ <dependency>
35
+ <groupId>commons-io</groupId>
36
+ <artifactId>commons-io</artifactId>
37
+ <version>1.4</version>
38
+ <scope>compile</scope>
39
+ </dependency>
40
+ <dependency>
41
+ <groupId>com.squareup.okhttp3</groupId>
42
+ <artifactId>okhttp</artifactId>
43
+ <version>4.9.2</version>
44
+ <scope>compile</scope>
45
+ </dependency>
46
+ <dependency>
47
+ <groupId>com.squareup.okhttp3</groupId>
48
+ <artifactId>okhttp-urlconnection</artifactId>
49
+ <version>4.9.2</version>
50
+ <scope>compile</scope>
51
+ </dependency>
52
+ <dependency>
53
+ <groupId>com.squareup.okio</groupId>
54
+ <artifactId>okio</artifactId>
55
+ <version>2.9.0</version>
56
+ <scope>compile</scope>
57
+ </dependency>
58
+ <dependency>
59
+ <groupId>androidx.legacy</groupId>
60
+ <artifactId>legacy-support-v4</artifactId>
61
+ <version>1.0.0</version>
62
+ <scope>compile</scope>
63
+ </dependency>
64
+ <dependency>
65
+ <groupId>org.jetbrains.kotlin</groupId>
66
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
67
+ <version>2.0.21</version>
68
+ <scope>runtime</scope>
69
+ </dependency>
70
+ </dependencies>
71
+ </project>
@@ -0,0 +1 @@
1
+ da5d95f554381bffbcd1a64f16e9afbd074d4a486ec99997a9711fb417ed1f0a
@@ -0,0 +1 @@
1
+ 10e4892b7caa0dfd6c2e1d119e936afabb26eb65619423aa17f3094fc1e968e74b3dfa36d40aa2cef8fa2d018448b51a205a8fe5e4319072cb0c1e35a6ea748a
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <metadata>
3
+ <groupId>host.exp.exponent</groupId>
4
+ <artifactId>expo.modules.filesystem</artifactId>
5
+ <versioning>
6
+ <latest>18.1.11</latest>
7
+ <release>18.1.11</release>
8
+ <versions>
9
+ <version>18.1.11</version>
10
+ </versions>
11
+ <lastUpdated>20250701054340</lastUpdated>
12
+ </versioning>
13
+ </metadata>
@@ -0,0 +1 @@
1
+ d2f86bcf497d81589bb288d437b98687
@@ -0,0 +1 @@
1
+ 1fe31b8e1d52030317b79a091aa4dcabf8b9f8f9
@@ -0,0 +1 @@
1
+ 1b37d2aaa76b286cb2be04e3f87f6fa3e5796de8aeac42fcd648392581582687
@@ -0,0 +1 @@
1
+ 3b2f89c2d3e974c27886c294612e1ac317c112280b240d24dbab39f1fb2bcd35dcc2a99d043e4167dd22ea18855afe65b85c18ac8b449501187717624f828ad6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-file-system",
3
- "version": "18.1.10",
3
+ "version": "18.1.11",
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,12 +35,12 @@
35
35
  "preset": "expo-module-scripts"
36
36
  },
37
37
  "devDependencies": {
38
- "expo-module-scripts": "^4.1.7",
39
- "jest-expo": "~53.0.5"
38
+ "expo-module-scripts": "^4.1.8",
39
+ "jest-expo": "~53.0.8"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "expo": "*",
43
43
  "react-native": "*"
44
44
  },
45
- "gitHead": "49c9d53cf0a9fc8179d1c8f5268beadd141f70ca"
45
+ "gitHead": "9731a6191dcab84e9c3a24492bbe70c56d6f5cc3"
46
46
  }
package/src/FileSystem.ts CHANGED
@@ -286,7 +286,7 @@ export async function downloadAsync(
286
286
  *
287
287
  * **Server**
288
288
  *
289
- * Please refer to the "[Server: Handling multipart requests](#server-handling-multipart-requests)" example - there is code for a simple Node.js server.
289
+ * Refer to the "[Server: Handling multipart requests](#server-handling-multipart-requests)" example - there is code for a simple Node.js server.
290
290
  * @return Returns a Promise that resolves to `FileSystemUploadResult` object.
291
291
  */
292
292
  export async function uploadAsync(