expo-file-system 19.0.0-canary-20250403-13261ac → 19.0.0-canary-20250404-42b6263
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.
- package/android/build.gradle +2 -2
- package/expo-module.config.json +1 -7
- package/package.json +5 -6
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac-sources.jar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac-sources.jar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac-sources.jar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac-sources.jar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac-sources.jar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.aar +0 -0
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.aar.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.aar.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.aar.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.aar.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.module +0 -173
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.module.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.module.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.module.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.module.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.pom +0 -71
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.pom.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.pom.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.pom.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/19.0.0-canary-20250403-13261ac/expo.modules.filesystem-19.0.0-canary-20250403-13261ac.pom.sha512 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml +0 -13
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.md5 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha1 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha256 +0 -1
- package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha512 +0 -1
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '
|
|
7
|
+
version = '18.0.4'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.filesystem"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 30
|
|
13
|
-
versionName "
|
|
13
|
+
versionName "18.0.4"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -8,12 +8,6 @@
|
|
|
8
8
|
"modules": [
|
|
9
9
|
"expo.modules.filesystem.FileSystemModule",
|
|
10
10
|
"expo.modules.filesystem.next.FileSystemNextModule"
|
|
11
|
-
]
|
|
12
|
-
"publication": {
|
|
13
|
-
"groupId": "host.exp.exponent",
|
|
14
|
-
"artifactId": "expo.modules.filesystem",
|
|
15
|
-
"version": "19.0.0-canary-20250403-13261ac",
|
|
16
|
-
"repository": "local-maven-repo"
|
|
17
|
-
}
|
|
11
|
+
]
|
|
18
12
|
}
|
|
19
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-file-system",
|
|
3
|
-
"version": "19.0.0-canary-
|
|
3
|
+
"version": "19.0.0-canary-20250404-42b6263",
|
|
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.
|
|
39
|
-
"jest-expo": "53.0.0-canary-
|
|
38
|
+
"expo-module-scripts": "4.0.6-canary-20250404-42b6263",
|
|
39
|
+
"jest-expo": "53.0.0-canary-20250404-42b6263"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"expo": "53.0.0-canary-
|
|
42
|
+
"expo": "53.0.0-canary-20250404-42b6263",
|
|
43
43
|
"react-native": "*"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"web-streams-polyfill": "^3.3.2"
|
|
47
|
-
}
|
|
48
|
-
"gitHead": "13261ac5856369e1ce42ef4c380d5af1d7a40392"
|
|
47
|
+
}
|
|
49
48
|
}
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2a624e83627c393296ab2437e329ea74
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
872cca60cf43b4cdd2e2f85d11b03a13269548c6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d082e9b59caa284729d2cfb4707f9e1f3cb78bfdf6cc6d6959ce144e92062963
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
b6bdf273b246dc203665575b202da95d1b55df87fd28b2bb72143c20ee0b7dabfba672fe0af670c00549baef919ac9c3eab49337149ef22f533be258fe35f2af
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
49c3adba9c9ee4ab2cb2a87f68ccb1b0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9f476db9c4d229994321ab89598bd8c04c6aec36
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ecf0738f662b846ac391916f7fae32061f69d5cd9e8a7cd587f72eea07704408
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
c5250b0095f828c42ce6c6bbde69e13487834110c22190c2e77d45611cb361831248aeaf60da105347be9cdb075d7f21a88737bffdb7fcd8106dac6a311c7eb1
|
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"formatVersion": "1.1",
|
|
3
|
-
"component": {
|
|
4
|
-
"group": "host.exp.exponent",
|
|
5
|
-
"module": "expo.modules.filesystem",
|
|
6
|
-
"version": "19.0.0-canary-20250403-13261ac",
|
|
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-19.0.0-canary-20250403-13261ac.aar",
|
|
72
|
-
"url": "expo.modules.filesystem-19.0.0-canary-20250403-13261ac.aar",
|
|
73
|
-
"size": 288336,
|
|
74
|
-
"sha512": "c5250b0095f828c42ce6c6bbde69e13487834110c22190c2e77d45611cb361831248aeaf60da105347be9cdb075d7f21a88737bffdb7fcd8106dac6a311c7eb1",
|
|
75
|
-
"sha256": "ecf0738f662b846ac391916f7fae32061f69d5cd9e8a7cd587f72eea07704408",
|
|
76
|
-
"sha1": "9f476db9c4d229994321ab89598bd8c04c6aec36",
|
|
77
|
-
"md5": "49c3adba9c9ee4ab2cb2a87f68ccb1b0"
|
|
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-19.0.0-canary-20250403-13261ac.aar",
|
|
143
|
-
"url": "expo.modules.filesystem-19.0.0-canary-20250403-13261ac.aar",
|
|
144
|
-
"size": 288336,
|
|
145
|
-
"sha512": "c5250b0095f828c42ce6c6bbde69e13487834110c22190c2e77d45611cb361831248aeaf60da105347be9cdb075d7f21a88737bffdb7fcd8106dac6a311c7eb1",
|
|
146
|
-
"sha256": "ecf0738f662b846ac391916f7fae32061f69d5cd9e8a7cd587f72eea07704408",
|
|
147
|
-
"sha1": "9f476db9c4d229994321ab89598bd8c04c6aec36",
|
|
148
|
-
"md5": "49c3adba9c9ee4ab2cb2a87f68ccb1b0"
|
|
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-19.0.0-canary-20250403-13261ac-sources.jar",
|
|
163
|
-
"url": "expo.modules.filesystem-19.0.0-canary-20250403-13261ac-sources.jar",
|
|
164
|
-
"size": 21369,
|
|
165
|
-
"sha512": "b6bdf273b246dc203665575b202da95d1b55df87fd28b2bb72143c20ee0b7dabfba672fe0af670c00549baef919ac9c3eab49337149ef22f533be258fe35f2af",
|
|
166
|
-
"sha256": "d082e9b59caa284729d2cfb4707f9e1f3cb78bfdf6cc6d6959ce144e92062963",
|
|
167
|
-
"sha1": "872cca60cf43b4cdd2e2f85d11b03a13269548c6",
|
|
168
|
-
"md5": "2a624e83627c393296ab2437e329ea74"
|
|
169
|
-
}
|
|
170
|
-
]
|
|
171
|
-
}
|
|
172
|
-
]
|
|
173
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
22af44ef27ae107009bb1f06d6f3d5fe
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9d13a62e74361a0f288e0594e117e2f1b6c75fd4
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
808314792e8b286654481fd6587688983ef34ec7bbc6cf70f938d7d0037486d4
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5c91f5843f5f829cbb9e7604679407afd3b1089ea9165c27b95a89e77bd7bb167cb0a86330c5bebf8ec79a2e5cbe805d53ca2209db1f6154054132f86c2a76cc
|
|
@@ -1,71 +0,0 @@
|
|
|
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>19.0.0-canary-20250403-13261ac</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>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7b89d1822c3c13efe4ce1f01d55a83e8
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2e0820d006668b2529bf1141be20f1e627b8844c
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5b8289bf953d66c83b7ab6c4414b469f5433d663143a423f709a1531c8238581
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
89865d581911b952eb67360224f13bb382a92a94f57d9dc3d0c96201afdcaffe9bd0e32c40ca7a907ae3d6327e779d0222059d1aba98762ffe056ec4e2e23244
|
|
@@ -1,13 +0,0 @@
|
|
|
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>19.0.0-canary-20250403-13261ac</latest>
|
|
7
|
-
<release>19.0.0-canary-20250403-13261ac</release>
|
|
8
|
-
<versions>
|
|
9
|
-
<version>19.0.0-canary-20250403-13261ac</version>
|
|
10
|
-
</versions>
|
|
11
|
-
<lastUpdated>20250402223119</lastUpdated>
|
|
12
|
-
</versioning>
|
|
13
|
-
</metadata>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
c6092615a8ea812f13b2e09bd164f428
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
b7359093e06619a5277adf47f7d751875ae284da
|
package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha256
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
57429fe1207ff6937849972c58778d4fb4482427b2208c53a267ae44d8e2d0e6
|
package/local-maven-repo/host/exp/exponent/expo.modules.filesystem/maven-metadata.xml.sha512
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
a3fc7ff293a740fdaf0b5fa6d8269e5b09a258392486413441fccd0c1bef9dc11b635d6047de066241aa7f384ba14992a69db6b57a047000309e8e605cf1ea52
|