expo-module-scripts 3.0.6 → 3.0.8
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 +8 -0
- package/package.json +4 -4
- package/templates/README.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,14 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 3.0.8 — 2023-05-08
|
|
14
|
+
|
|
15
|
+
_This version does not introduce any user-facing changes._
|
|
16
|
+
|
|
17
|
+
## 3.0.7 — 2023-02-09
|
|
18
|
+
|
|
19
|
+
_This version does not introduce any user-facing changes._
|
|
20
|
+
|
|
13
21
|
## 3.0.6 — 2023-02-03
|
|
14
22
|
|
|
15
23
|
### 📚 3rd party library updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-module-scripts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "A private package for various tasks for Expo module packages like compiling and testing",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"@testing-library/react-hooks": "^7.0.1",
|
|
32
32
|
"@tsconfig/node14": "^1.0.3",
|
|
33
33
|
"@types/jest": "^29.2.1",
|
|
34
|
-
"babel-preset-expo": "~9.
|
|
34
|
+
"babel-preset-expo": "~9.4.0",
|
|
35
35
|
"commander": "^2.19.0",
|
|
36
36
|
"eslint-config-universe": "^11.1.1",
|
|
37
37
|
"find-yarn-workspace-root": "^2.0.0",
|
|
38
38
|
"glob": "^7.1.7",
|
|
39
|
-
"jest-expo": "~
|
|
39
|
+
"jest-expo": "~49.0.0-alpha.1",
|
|
40
40
|
"jest-watch-typeahead": "2.2.1",
|
|
41
41
|
"ts-jest": "~29.0.4",
|
|
42
42
|
"typescript": "^4.9.4"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78"
|
|
45
45
|
}
|
package/templates/README.md
CHANGED
|
@@ -11,7 +11,7 @@ ${description}
|
|
|
11
11
|
<!--- end remove for interfaces --->
|
|
12
12
|
# Installation in managed Expo projects
|
|
13
13
|
|
|
14
|
-
For [managed](https://docs.expo.dev/
|
|
14
|
+
For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#api-documentation). If you follow the link and there is no documentation available then this library is not yet usable within managed projects — it is likely to be included in an upcoming Expo SDK release.
|
|
15
15
|
|
|
16
16
|
# Installation in bare React Native projects
|
|
17
17
|
|