@nx/workspace 16.1.3-beta.0 → 16.1.4
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/workspace",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
|
|
6
6
|
"repository": {
|
|
@@ -33,36 +33,36 @@
|
|
|
33
33
|
"requirements": {},
|
|
34
34
|
"migrations": "./migrations.json",
|
|
35
35
|
"packageGroup": {
|
|
36
|
-
"@nrwl/js": "16.1.
|
|
37
|
-
"@nrwl/jest": "16.1.
|
|
38
|
-
"@nrwl/linter": "16.1.
|
|
39
|
-
"@nrwl/angular": "16.1.
|
|
40
|
-
"@nrwl/cypress": "16.1.
|
|
41
|
-
"@nrwl/detox": "16.1.
|
|
42
|
-
"@nrwl/devkit": "16.1.
|
|
43
|
-
"@nrwl/esbuild": "16.1.
|
|
44
|
-
"@nrwl/eslint-plugin-nx": "16.1.
|
|
45
|
-
"@nrwl/expo": "16.1.
|
|
46
|
-
"@nrwl/express": "16.1.
|
|
47
|
-
"@nrwl/nest": "16.1.
|
|
48
|
-
"@nrwl/next": "16.1.
|
|
49
|
-
"@nrwl/node": "16.1.
|
|
36
|
+
"@nrwl/js": "16.1.4",
|
|
37
|
+
"@nrwl/jest": "16.1.4",
|
|
38
|
+
"@nrwl/linter": "16.1.4",
|
|
39
|
+
"@nrwl/angular": "16.1.4",
|
|
40
|
+
"@nrwl/cypress": "16.1.4",
|
|
41
|
+
"@nrwl/detox": "16.1.4",
|
|
42
|
+
"@nrwl/devkit": "16.1.4",
|
|
43
|
+
"@nrwl/esbuild": "16.1.4",
|
|
44
|
+
"@nrwl/eslint-plugin-nx": "16.1.4",
|
|
45
|
+
"@nrwl/expo": "16.1.4",
|
|
46
|
+
"@nrwl/express": "16.1.4",
|
|
47
|
+
"@nrwl/nest": "16.1.4",
|
|
48
|
+
"@nrwl/next": "16.1.4",
|
|
49
|
+
"@nrwl/node": "16.1.4",
|
|
50
50
|
"nx-cloud": "latest",
|
|
51
|
-
"@nrwl/nx-plugin": "16.1.
|
|
52
|
-
"@nrwl/react-native": "16.1.
|
|
53
|
-
"@nrwl/react": "16.1.
|
|
54
|
-
"@nrwl/rollup": "16.1.
|
|
55
|
-
"@nrwl/storybook": "16.1.
|
|
56
|
-
"@nrwl/tao": "16.1.
|
|
57
|
-
"@nrwl/vite": "16.1.
|
|
58
|
-
"@nrwl/web": "16.1.
|
|
59
|
-
"@nrwl/webpack": "16.1.
|
|
60
|
-
"nx": "16.1.
|
|
51
|
+
"@nrwl/nx-plugin": "16.1.4",
|
|
52
|
+
"@nrwl/react-native": "16.1.4",
|
|
53
|
+
"@nrwl/react": "16.1.4",
|
|
54
|
+
"@nrwl/rollup": "16.1.4",
|
|
55
|
+
"@nrwl/storybook": "16.1.4",
|
|
56
|
+
"@nrwl/tao": "16.1.4",
|
|
57
|
+
"@nrwl/vite": "16.1.4",
|
|
58
|
+
"@nrwl/web": "16.1.4",
|
|
59
|
+
"@nrwl/webpack": "16.1.4",
|
|
60
|
+
"nx": "16.1.4"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@nrwl/workspace": "16.1.
|
|
65
|
-
"@nx/devkit": "16.1.
|
|
64
|
+
"@nrwl/workspace": "16.1.4",
|
|
65
|
+
"@nx/devkit": "16.1.4",
|
|
66
66
|
"@parcel/watcher": "2.0.4",
|
|
67
67
|
"chalk": "^4.1.0",
|
|
68
68
|
"chokidar": "^3.5.1",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"ignore": "^5.0.4",
|
|
75
75
|
"minimatch": "3.0.5",
|
|
76
76
|
"npm-run-path": "^4.0.1",
|
|
77
|
-
"nx": "16.1.
|
|
77
|
+
"nx": "16.1.4",
|
|
78
78
|
"open": "^8.4.0",
|
|
79
79
|
"rxjs": "^7.8.0",
|
|
80
80
|
"tmp": "~0.2.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
88
|
"types": "./index.d.ts",
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "16f098804653374057eff7e2f9565fb4c7a90b29"
|
|
90
90
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
3
|
"$id": "SchematicsConvertToNxProject",
|
|
4
|
-
"title": "@
|
|
4
|
+
"title": "@nx/workspace:fix-configuration",
|
|
5
5
|
"description": "Migrates v1 config to v2 standalone configuration.",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"cli": "nx",
|
|
8
8
|
"examples": [
|
|
9
9
|
{
|
|
10
|
-
"command": "nx g @
|
|
10
|
+
"command": "nx g @nx/workspace:convert-to-nx-project --project my-feature-lib",
|
|
11
11
|
"description": "Convert the `my-feature-lib` project to use `project.json` file instead of `workspace.json`"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"command": "nx g @
|
|
14
|
+
"command": "nx g @nx/workspace:convert-to-nx-project --all",
|
|
15
15
|
"description": "Convert all projects in `workspace.json` to separate `project.json` files"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"type": "object",
|
|
8
8
|
"examples": [
|
|
9
9
|
{
|
|
10
|
-
"command": "nx g @
|
|
10
|
+
"command": "nx g @nx/workspace:move --project my-feature-lib --destination shared/my-feature-lib",
|
|
11
11
|
"description": "Move `libs/my-feature-lib` to `libs/shared/my-feature-lib`"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
"type": "object",
|
|
8
8
|
"examples": [
|
|
9
9
|
{
|
|
10
|
-
"command": "nx g @
|
|
10
|
+
"command": "nx g @nx/workspace:remove my-feature-lib",
|
|
11
11
|
"description": "Remove `my-feature-lib` from the workspace"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
"command": "nx g @
|
|
14
|
+
"command": "nx g @nx/workspace:remove my-feature-lib --forceRemove",
|
|
15
15
|
"description": "Force removal of `my-feature-lib` from the workspace"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"cli": "nx",
|
|
8
8
|
"examples": [
|
|
9
9
|
{
|
|
10
|
-
"command": "nx g @
|
|
10
|
+
"command": "nx g @nx/workspace:run-commands printhello --project my-feature-lib --command 'echo hello'",
|
|
11
11
|
"description": "Add the `printhello` target to `my-feature-lib`"
|
|
12
12
|
}
|
|
13
13
|
],
|