@nx/workspace 16.8.0-beta.2 → 16.8.0-beta.3
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.8.0-beta.
|
|
3
|
+
"version": "16.8.0-beta.3",
|
|
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,39 +33,39 @@
|
|
|
33
33
|
"requirements": {},
|
|
34
34
|
"migrations": "./migrations.json",
|
|
35
35
|
"packageGroup": {
|
|
36
|
-
"@nrwl/js": "16.8.0-beta.
|
|
37
|
-
"@nrwl/jest": "16.8.0-beta.
|
|
38
|
-
"@nrwl/linter": "16.8.0-beta.
|
|
39
|
-
"@nrwl/angular": "16.8.0-beta.
|
|
40
|
-
"@nrwl/cypress": "16.8.0-beta.
|
|
41
|
-
"@nrwl/detox": "16.8.0-beta.
|
|
42
|
-
"@nrwl/devkit": "16.8.0-beta.
|
|
43
|
-
"@nrwl/esbuild": "16.8.0-beta.
|
|
44
|
-
"@nrwl/eslint-plugin-nx": "16.8.0-beta.
|
|
45
|
-
"@nrwl/expo": "16.8.0-beta.
|
|
46
|
-
"@nrwl/express": "16.8.0-beta.
|
|
47
|
-
"@nrwl/nest": "16.8.0-beta.
|
|
48
|
-
"@nrwl/next": "16.8.0-beta.
|
|
49
|
-
"@nrwl/node": "16.8.0-beta.
|
|
36
|
+
"@nrwl/js": "16.8.0-beta.3",
|
|
37
|
+
"@nrwl/jest": "16.8.0-beta.3",
|
|
38
|
+
"@nrwl/linter": "16.8.0-beta.3",
|
|
39
|
+
"@nrwl/angular": "16.8.0-beta.3",
|
|
40
|
+
"@nrwl/cypress": "16.8.0-beta.3",
|
|
41
|
+
"@nrwl/detox": "16.8.0-beta.3",
|
|
42
|
+
"@nrwl/devkit": "16.8.0-beta.3",
|
|
43
|
+
"@nrwl/esbuild": "16.8.0-beta.3",
|
|
44
|
+
"@nrwl/eslint-plugin-nx": "16.8.0-beta.3",
|
|
45
|
+
"@nrwl/expo": "16.8.0-beta.3",
|
|
46
|
+
"@nrwl/express": "16.8.0-beta.3",
|
|
47
|
+
"@nrwl/nest": "16.8.0-beta.3",
|
|
48
|
+
"@nrwl/next": "16.8.0-beta.3",
|
|
49
|
+
"@nrwl/node": "16.8.0-beta.3",
|
|
50
50
|
"nx-cloud": "latest",
|
|
51
|
-
"@nrwl/nx-plugin": "16.8.0-beta.
|
|
52
|
-
"@nrwl/react-native": "16.8.0-beta.
|
|
53
|
-
"@nrwl/react": "16.8.0-beta.
|
|
54
|
-
"@nrwl/rollup": "16.8.0-beta.
|
|
55
|
-
"@nrwl/storybook": "16.8.0-beta.
|
|
56
|
-
"@nrwl/tao": "16.8.0-beta.
|
|
57
|
-
"@nrwl/vite": "16.8.0-beta.
|
|
58
|
-
"@nrwl/web": "16.8.0-beta.
|
|
59
|
-
"@nrwl/webpack": "16.8.0-beta.
|
|
60
|
-
"nx": "16.8.0-beta.
|
|
51
|
+
"@nrwl/nx-plugin": "16.8.0-beta.3",
|
|
52
|
+
"@nrwl/react-native": "16.8.0-beta.3",
|
|
53
|
+
"@nrwl/react": "16.8.0-beta.3",
|
|
54
|
+
"@nrwl/rollup": "16.8.0-beta.3",
|
|
55
|
+
"@nrwl/storybook": "16.8.0-beta.3",
|
|
56
|
+
"@nrwl/tao": "16.8.0-beta.3",
|
|
57
|
+
"@nrwl/vite": "16.8.0-beta.3",
|
|
58
|
+
"@nrwl/web": "16.8.0-beta.3",
|
|
59
|
+
"@nrwl/webpack": "16.8.0-beta.3",
|
|
60
|
+
"nx": "16.8.0-beta.3"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@nrwl/workspace": "16.8.0-beta.
|
|
65
|
-
"@nx/devkit": "16.8.0-beta.
|
|
64
|
+
"@nrwl/workspace": "16.8.0-beta.3",
|
|
65
|
+
"@nx/devkit": "16.8.0-beta.3",
|
|
66
66
|
"chalk": "^4.1.0",
|
|
67
67
|
"ignore": "^5.0.4",
|
|
68
|
-
"nx": "16.8.0-beta.
|
|
68
|
+
"nx": "16.8.0-beta.3",
|
|
69
69
|
"rxjs": "^7.8.0",
|
|
70
70
|
"tslib": "^2.3.0",
|
|
71
71
|
"yargs-parser": "21.1.1"
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"type": "commonjs",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "dcd48165a485bc8db57a1fb02b96a0772de3b7e9"
|
|
78
78
|
}
|
|
@@ -4,6 +4,7 @@ exports.ciWorkflowGenerator = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const devkit_1 = require("@nx/devkit");
|
|
6
6
|
const default_base_1 = require("../../utilities/default-base");
|
|
7
|
+
const path_1 = require("path");
|
|
7
8
|
function ciWorkflowGenerator(host, schema) {
|
|
8
9
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
9
10
|
const ci = schema.ci;
|
|
@@ -16,7 +17,7 @@ function ciWorkflowGenerator(host, schema) {
|
|
|
16
17
|
if (ci === 'bitbucket-pipelines' && defaultBranchNeedsOriginPrefix(nxJson)) {
|
|
17
18
|
(0, devkit_1.writeJson)(host, 'nx.json', appendOriginPrefix(nxJson));
|
|
18
19
|
}
|
|
19
|
-
(0, devkit_1.generateFiles)(host, (0,
|
|
20
|
+
(0, devkit_1.generateFiles)(host, (0, path_1.join)(__dirname, 'files', ci), '', options);
|
|
20
21
|
yield (0, devkit_1.formatFiles)(host);
|
|
21
22
|
});
|
|
22
23
|
}
|