expo-dev-client 2.2.1 → 2.3.0
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/.detoxrc.js +1 -1
- package/CHANGELOG.md +3 -13
- package/README.md +1 -1
- package/android/build.gradle +1 -1
- package/e2e/android/MainApplication.java +1 -1
- package/package.json +7 -7
package/.detoxrc.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -10,21 +10,11 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
-
## 2.
|
|
13
|
+
## 2.3.0 — 2023-05-08
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## 2.2.0 — 2023-04-13
|
|
18
|
-
|
|
19
|
-
_This version does not introduce any user-facing changes._
|
|
20
|
-
|
|
21
|
-
## 2.1.6 — 2023-03-20
|
|
22
|
-
|
|
23
|
-
_This version does not introduce any user-facing changes._
|
|
24
|
-
|
|
25
|
-
## 2.1.5 — 2023-03-03
|
|
15
|
+
### 💡 Others
|
|
26
16
|
|
|
27
|
-
|
|
17
|
+
- Update e2e tests to use custom entry file system. ([#21643](https://github.com/expo/expo/pull/21643) by [@EvanBacon](https://github.com/EvanBacon))
|
|
28
18
|
|
|
29
19
|
## 2.1.4 — 2023-02-28
|
|
30
20
|
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ next time you need to upgrade, install a new module, or otherwise change the nat
|
|
|
5
5
|
|
|
6
6
|
## Documentation
|
|
7
7
|
|
|
8
|
-
You can find
|
|
8
|
+
You can find more information in the [Expo documentation](https://docs.expo.dev/home/develop/development-builds/introduction).
|
|
9
9
|
|
|
10
10
|
## Issues
|
|
11
11
|
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-dev-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Expo Development Client",
|
|
5
5
|
"main": "build/DevClient.js",
|
|
6
6
|
"types": "build/DevClient.d.ts",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"homepage": "https://docs.expo.dev/clients/introduction/",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"expo-dev-launcher": "2.
|
|
36
|
-
"expo-dev-menu": "
|
|
37
|
-
"expo-dev-menu-interface": "1.
|
|
38
|
-
"expo-manifests": "~0.
|
|
35
|
+
"expo-dev-launcher": "2.3.0",
|
|
36
|
+
"expo-dev-menu": "3.0.0",
|
|
37
|
+
"expo-dev-menu-interface": "1.2.0",
|
|
38
|
+
"expo-manifests": "~0.6.0",
|
|
39
39
|
"expo-updates-interface": "~0.9.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"expo-module-scripts": "^3.0.0",
|
|
43
|
-
"expo-test-runner": "0.0.
|
|
43
|
+
"expo-test-runner": "0.0.14"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"expo": "*"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"jest": {
|
|
49
49
|
"preset": "expo-module-scripts"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78"
|
|
52
52
|
}
|