@nrwl/expo 16.1.4 → 16.2.0-beta.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/README.md +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## @nrwl/expo has been
|
|
1
|
+
## @nrwl/expo has been renamed to @nx/expo!
|
|
2
2
|
|
|
3
|
-
@nrwl/expo has been
|
|
3
|
+
@nrwl/expo has been renamed to [@nx/expo](https://www.npmjs.com/package/@nx/expo). Please use that instead.
|
|
4
|
+
|
|
5
|
+
[Read more here](https://nx.dev/recipes/other/rescope)
|
|
4
6
|
|
|
5
7
|
@nrwl/expo will no longer be published in Nx v17.
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/expo",
|
|
3
|
-
"version": "16.1
|
|
3
|
+
"version": "16.2.0-beta.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.",
|
|
6
6
|
"keywords": [
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"main": "./index",
|
|
27
27
|
"types": "index.d.ts",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nx/expo": "16.1
|
|
29
|
+
"@nx/expo": "16.2.0-beta.1"
|
|
30
30
|
},
|
|
31
31
|
"builders": "./executors.json",
|
|
32
32
|
"schematics": "./generators.json",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"nx-migrations": {
|
|
37
37
|
"migrations": "@nx/expo/migrations.json"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "79fa3fb0ead486e33a7e00b5c13a0f2545278202"
|
|
40
40
|
}
|