expo-dev-client 58.0.0 → 58.0.1

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 CHANGED
@@ -17,3 +17,8 @@ __rsc_tests__
17
17
  /android/src/androidTest/
18
18
  /android/src/test/
19
19
  /ios/Tests
20
+
21
+ # Exclude native build output (pnpm pack ignores nested .gitignore files)
22
+ .cxx/
23
+ .gradle/
24
+ /android/build/
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 58.0.1 — 2026-09-14
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 58.0.0 — 2026-09-10
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -8,13 +8,13 @@ expoModule {
8
8
  }
9
9
 
10
10
  group = "host.exp.exponent"
11
- version = "58.0.0"
11
+ version = "58.0.1"
12
12
 
13
13
  android {
14
14
  namespace "expo.modules.devclient"
15
15
  defaultConfig {
16
16
  versionCode 1
17
- versionName "58.0.0"
17
+ versionName "58.0.1"
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-dev-client",
3
- "version": "58.0.0",
3
+ "version": "58.0.1",
4
4
  "description": "Expo Development Client",
5
5
  "keywords": [
6
6
  "expo",
@@ -21,8 +21,8 @@
21
21
  "main": "build/DevClient.js",
22
22
  "types": "build/DevClient.d.ts",
23
23
  "dependencies": {
24
- "expo-dev-launcher": "~58.0.0",
25
- "expo-dev-menu": "~58.0.0",
24
+ "expo-dev-launcher": "~58.0.1",
25
+ "expo-dev-menu": "~58.0.1",
26
26
  "expo-dev-menu-interface": "~58.0.0",
27
27
  "expo-manifests": "~58.0.0",
28
28
  "expo-updates-interface": "~58.0.0"
@@ -36,7 +36,7 @@
36
36
  "peerDependencies": {
37
37
  "expo": "*"
38
38
  },
39
- "gitHead": "c543a7181fc32e14f42d89550087b80ac5c490f2",
39
+ "gitHead": "40afe3afa42f1dcca3dcba7ffbb3641859bdf2f0",
40
40
  "scripts": {
41
41
  "build": "pnpm run build:lib && pnpm run build:plugin",
42
42
  "build:lib": "expo-build src",