expo-dev-launcher 58.0.0 → 58.0.2
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/.npmignore +5 -0
- package/CHANGELOG.md +8 -0
- package/android/build.gradle +2 -2
- package/expo-dev-launcher-gradle-plugin/build/kotlin/compileKotlin/cacheable/last-build.bin +0 -0
- package/package.json +3 -3
- package/expo-dev-launcher-gradle-plugin/.gradle/8.13/executionHistory/executionHistory.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/8.13/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/8.14/executionHistory/executionHistory.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/8.14/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/8.14.1/executionHistory/executionHistory.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/8.14.1/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/8.14.3/executionHistory/executionHistory.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/8.14.3/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.0.0/executionHistory/executionHistory.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.0.0/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/checksums/checksums.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/checksums/md5-checksums.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/checksums/sha1-checksums.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/fileChanges/last-build.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/fileHashes/fileHashes.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/fileHashes/fileHashes.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/gc.properties +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.1/executionHistory/executionHistory.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.3.1/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.4.1/executionHistory/executionHistory.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/9.4.1/executionHistory/executionHistory.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/expo-dev-launcher-gradle-plugin/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/file-system.probe +0 -0
- package/expo-dev-launcher-gradle-plugin/.gradle/vcs-1/gc.properties +0 -0
package/.npmignore
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 58.0.2 — 2026-09-15
|
|
14
|
+
|
|
15
|
+
_This version does not introduce any user-facing changes._
|
|
16
|
+
|
|
17
|
+
## 58.0.1 — 2026-09-14
|
|
18
|
+
|
|
19
|
+
_This version does not introduce any user-facing changes._
|
|
20
|
+
|
|
13
21
|
## 58.0.0 — 2026-09-10
|
|
14
22
|
|
|
15
23
|
### 🎉 New features
|
package/android/build.gradle
CHANGED
|
@@ -24,13 +24,13 @@ expoModule {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
group = "host.exp.exponent"
|
|
27
|
-
version = "58.0.
|
|
27
|
+
version = "58.0.2"
|
|
28
28
|
|
|
29
29
|
android {
|
|
30
30
|
namespace "expo.modules.devlauncher"
|
|
31
31
|
defaultConfig {
|
|
32
32
|
versionCode 9
|
|
33
|
-
versionName "58.0.
|
|
33
|
+
versionName "58.0.2"
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
buildTypes {
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-dev-launcher",
|
|
3
3
|
"title": "Expo Development Launcher",
|
|
4
|
-
"version": "58.0.
|
|
4
|
+
"version": "58.0.2",
|
|
5
5
|
"description": "Pre-release version of the Expo development launcher package for testing.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"homepage": "https://docs.expo.dev",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@expo/schema-utils": "^58.0.0",
|
|
19
|
-
"expo-dev-menu": "~58.0.
|
|
19
|
+
"expo-dev-menu": "~58.0.2",
|
|
20
20
|
"expo-manifests": "~58.0.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/jest": "^29.2.1",
|
|
28
28
|
"@types/node": "^22.14.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "313e67f5c9dfb16f9deca74a271cd1d4f33a6f82",
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "pnpm build:plugin",
|
|
33
33
|
"build:plugin": "expo-build --base plugin cjs:src",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/8.14.1/executionHistory/executionHistory.bin
DELETED
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/8.14.1/executionHistory/executionHistory.lock
DELETED
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/8.14.3/executionHistory/executionHistory.bin
DELETED
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/8.14.3/executionHistory/executionHistory.lock
DELETED
|
Binary file
|
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/9.0.0/executionHistory/executionHistory.lock
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/9.3.0/executionHistory/executionHistory.lock
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/9.3.1/executionHistory/executionHistory.lock
DELETED
|
Binary file
|
|
Binary file
|
package/expo-dev-launcher-gradle-plugin/.gradle/9.4.1/executionHistory/executionHistory.lock
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|