@nx/expo 19.0.0 → 19.0.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/expo",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2",
|
|
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.js",
|
|
27
27
|
"types": "index.d.ts",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nx/devkit": "19.0.
|
|
29
|
+
"@nx/devkit": "19.0.2",
|
|
30
30
|
"chalk": "^4.1.0",
|
|
31
31
|
"enhanced-resolve": "^5.8.3",
|
|
32
32
|
"fs-extra": "^11.1.0",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"node-fetch": "^2.6.7",
|
|
36
36
|
"tslib": "^2.3.0",
|
|
37
37
|
"tsconfig-paths": "^4.1.2",
|
|
38
|
-
"@nx/jest": "19.0.
|
|
39
|
-
"@nx/js": "19.0.
|
|
40
|
-
"@nx/eslint": "19.0.
|
|
41
|
-
"@nx/react": "19.0.
|
|
42
|
-
"@nx/web": "19.0.
|
|
43
|
-
"@nx/webpack": "19.0.
|
|
44
|
-
"@nrwl/expo": "19.0.
|
|
38
|
+
"@nx/jest": "19.0.2",
|
|
39
|
+
"@nx/js": "19.0.2",
|
|
40
|
+
"@nx/eslint": "19.0.2",
|
|
41
|
+
"@nx/react": "19.0.2",
|
|
42
|
+
"@nx/web": "19.0.2",
|
|
43
|
+
"@nx/webpack": "19.0.2",
|
|
44
|
+
"@nrwl/expo": "19.0.2"
|
|
45
45
|
},
|
|
46
46
|
"executors": "./executors.json",
|
|
47
47
|
"ng-update": {
|
|
@@ -3,7 +3,7 @@ export interface ExpoEnsureSymlinkOutput {
|
|
|
3
3
|
success: boolean;
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
|
-
* TODO (@xiongemi): remove this function in
|
|
6
|
+
* TODO (@xiongemi): remove this function in v20.
|
|
7
7
|
* @deprecated It is no longer needed for react native 73.
|
|
8
8
|
*/
|
|
9
9
|
export default function ensureSymlinkExecutor(_: any, context: ExecutorContext): AsyncGenerator<ExpoEnsureSymlinkOutput>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const ensure_node_modules_symlink_1 = require("../../utils/ensure-node-modules-symlink");
|
|
4
4
|
/**
|
|
5
|
-
* TODO (@xiongemi): remove this function in
|
|
5
|
+
* TODO (@xiongemi): remove this function in v20.
|
|
6
6
|
* @deprecated It is no longer needed for react native 73.
|
|
7
7
|
*/
|
|
8
8
|
async function* ensureSymlinkExecutor(_, context) {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
export interface Schema {
|
|
5
5
|
name: string;
|
|
6
6
|
/**
|
|
7
|
-
* @deprecated Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx
|
|
7
|
+
* @deprecated Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v20.
|
|
8
8
|
*/
|
|
9
9
|
project: string;
|
|
10
10
|
directory?: string;
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"$default": {
|
|
23
23
|
"$source": "projectName"
|
|
24
24
|
},
|
|
25
|
-
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx
|
|
25
|
+
"x-deprecated": "Provide the `directory` option instead and use the `as-provided` format. The project will be determined from the directory provided. It will be removed in Nx v20."
|
|
26
26
|
},
|
|
27
27
|
"name": {
|
|
28
28
|
"type": "string",
|