expo-dev-client 6.0.14-canary-20251009-9919e08 → 6.0.15

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/CHANGELOG.md CHANGED
@@ -10,7 +10,15 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
- ## 6.0.13 - 2025-10-01
13
+ ## 6.0.15 2025-10-10
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
17
+ ## 6.0.14 — 2025-10-09
18
+
19
+ _This version does not introduce any user-facing changes._
20
+
21
+ ## 6.0.13 — 2025-10-01
14
22
 
15
23
  _This version does not introduce any user-facing changes._
16
24
 
@@ -8,13 +8,13 @@ expoModule {
8
8
  }
9
9
 
10
10
  group = "host.exp.exponent"
11
- version = "6.0.14-canary-20251009-9919e08"
11
+ version = "6.0.15"
12
12
 
13
13
  android {
14
14
  namespace "expo.modules.devclient"
15
15
  defaultConfig {
16
16
  versionCode 1
17
- versionName "6.0.14-canary-20251009-9919e08"
17
+ versionName "6.0.15"
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
 
@@ -46,28 +46,28 @@ dependencies {
46
46
  androidTestImplementation 'com.facebook.react:react-android'
47
47
  androidTestImplementation 'com.facebook.react:hermes-android'
48
48
 
49
- androidTestImplementation('androidx.test.espresso:espresso-core:3.7.0')
50
- androidTestImplementation('androidx.test:core:1.7.0')
51
- androidTestImplementation('androidx.test:core-ktx:1.7.0')
52
- androidTestImplementation('androidx.test.ext:junit:1.3.0')
53
- androidTestImplementation('androidx.test.ext:junit-ktx:1.3.0')
54
- androidTestImplementation('androidx.test:runner:1.7.0')
55
- androidTestImplementation('androidx.test:rules:1.7.0')
49
+ androidTestImplementation('androidx.test.espresso:espresso-core:3.6.1')
50
+ androidTestImplementation('androidx.test:core:1.6.1')
51
+ androidTestImplementation('androidx.test:core-ktx:1.6.1')
52
+ androidTestImplementation('androidx.test.ext:junit:1.2.1')
53
+ androidTestImplementation('androidx.test.ext:junit-ktx:1.2.1')
54
+ androidTestImplementation('androidx.test:runner:1.6.2')
55
+ androidTestImplementation('androidx.test:rules:1.6.1')
56
56
 
57
57
  androidTestImplementation 'org.webkit:android-jsc:+'
58
58
 
59
59
  androidTestImplementation "io.insert-koin:koin-test:3.1.2"
60
60
  androidTestImplementation "io.insert-koin:koin-test-junit4:3.1.2"
61
61
 
62
- androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2"
63
- androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
62
+ androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3"
63
+ androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1"
64
64
 
65
- androidTestImplementation "androidx.appcompat:appcompat:1.7.1"
65
+ androidTestImplementation "androidx.appcompat:appcompat:1.7.0"
66
66
 
67
+ androidTestImplementation "com.google.truth:truth:1.1.2"
67
68
  androidTestImplementation 'io.mockk:mockk-android:1.13.11'
68
- androidTestImplementation "com.google.truth:truth:1.4.5"
69
69
 
70
70
  // Fixes "e: java.lang.AssertionError: No such enum entry LIBRARY_GROUP_PREFIX in org.jetbrains.kotlin.ir.types.impl.IrSimpleTypeImpl@b254b575"
71
71
  // According to the https://stackoverflow.com/a/67736351
72
- implementation 'androidx.annotation:annotation:1.9.1'
72
+ implementation 'androidx.annotation:annotation:1.2.0'
73
73
  }
@@ -44,8 +44,7 @@
44
44
  self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
45
45
 
46
46
  EXDevLauncherController *controller = [EXDevLauncherController sharedInstance];
47
- [controller autoSetupPrepare:(id<EXDevLauncherControllerDelegate>)self launchOptions:launchOptions];
48
- [controller startWithWindow:self.window];
47
+ [controller startWithWindow:self.window delegate:(id<EXDevLauncherControllerDelegate>)self launchOptions:launchOptions];
49
48
 
50
49
  [super application:application didFinishLaunchingWithOptions:launchOptions];
51
50
 
@@ -91,11 +90,11 @@
91
90
  @end
92
91
 
93
92
  @implementation AppDelegate (EXDevLauncherControllerDelegate)
94
-
93
+
95
94
  - (void)devLauncherController:(EXDevLauncherController *)developmentClientController
96
95
  didStartWithSuccess:(BOOL)success
97
96
  {
98
97
  developmentClientController.appBridge = [self initializeReactNativeApp];
99
98
  }
100
-
99
+
101
100
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-dev-client",
3
- "version": "6.0.14-canary-20251009-9919e08",
3
+ "version": "6.0.15",
4
4
  "description": "Expo Development Client",
5
5
  "main": "build/DevClient.js",
6
6
  "types": "build/DevClient.d.ts",
@@ -32,20 +32,21 @@
32
32
  "license": "MIT",
33
33
  "homepage": "https://docs.expo.dev/versions/latest/sdk/dev-client/",
34
34
  "dependencies": {
35
- "expo-dev-launcher": "6.1.0-canary-20251009-9919e08",
36
- "expo-dev-menu": "7.0.14-canary-20251009-9919e08",
37
- "expo-dev-menu-interface": "2.0.1-canary-20251009-9919e08",
38
- "expo-manifests": "1.0.9-canary-20251009-9919e08",
39
- "expo-updates-interface": "2.0.1-canary-20251009-9919e08"
35
+ "expo-dev-launcher": "6.0.15",
36
+ "expo-dev-menu": "7.0.14",
37
+ "expo-dev-menu-interface": "2.0.0",
38
+ "expo-manifests": "~1.0.8",
39
+ "expo-updates-interface": "~2.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "expo-module-scripts": "5.0.8-canary-20251009-9919e08",
43
- "expo-test-runner": "0.3.8-canary-20251009-9919e08"
42
+ "expo-module-scripts": "^5.0.7",
43
+ "expo-test-runner": "0.3.7"
44
44
  },
45
45
  "peerDependencies": {
46
- "expo": "55.0.0-canary-20251009-9919e08"
46
+ "expo": "*"
47
47
  },
48
48
  "jest": {
49
49
  "preset": "expo-module-scripts"
50
- }
50
+ },
51
+ "gitHead": "31db53f92824d88be7fc14caabd60463d6253c53"
51
52
  }