@nx/workspace 16.0.0-rc.0 → 16.0.0

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.0.0-rc.0",
3
+ "version": "16.0.0",
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.0.0-rc.0",
37
- "@nrwl/jest": "16.0.0-rc.0",
38
- "@nrwl/linter": "16.0.0-rc.0",
39
- "@nrwl/angular": "16.0.0-rc.0",
40
- "@nrwl/cypress": "16.0.0-rc.0",
41
- "@nrwl/detox": "16.0.0-rc.0",
42
- "@nrwl/devkit": "16.0.0-rc.0",
43
- "@nrwl/esbuild": "16.0.0-rc.0",
44
- "@nrwl/eslint-plugin-nx": "16.0.0-rc.0",
45
- "@nrwl/expo": "16.0.0-rc.0",
46
- "@nrwl/express": "16.0.0-rc.0",
47
- "@nrwl/nest": "16.0.0-rc.0",
48
- "@nrwl/next": "16.0.0-rc.0",
49
- "@nrwl/node": "16.0.0-rc.0",
36
+ "@nrwl/js": "16.0.0",
37
+ "@nrwl/jest": "16.0.0",
38
+ "@nrwl/linter": "16.0.0",
39
+ "@nrwl/angular": "16.0.0",
40
+ "@nrwl/cypress": "16.0.0",
41
+ "@nrwl/detox": "16.0.0",
42
+ "@nrwl/devkit": "16.0.0",
43
+ "@nrwl/esbuild": "16.0.0",
44
+ "@nrwl/eslint-plugin-nx": "16.0.0",
45
+ "@nrwl/expo": "16.0.0",
46
+ "@nrwl/express": "16.0.0",
47
+ "@nrwl/nest": "16.0.0",
48
+ "@nrwl/next": "16.0.0",
49
+ "@nrwl/node": "16.0.0",
50
50
  "nx-cloud": "latest",
51
- "@nrwl/nx-plugin": "16.0.0-rc.0",
52
- "@nrwl/react-native": "16.0.0-rc.0",
53
- "@nrwl/react": "16.0.0-rc.0",
54
- "@nrwl/rollup": "16.0.0-rc.0",
55
- "@nrwl/storybook": "16.0.0-rc.0",
56
- "@nrwl/tao": "16.0.0-rc.0",
57
- "@nrwl/vite": "16.0.0-rc.0",
58
- "@nrwl/web": "16.0.0-rc.0",
59
- "@nrwl/webpack": "16.0.0-rc.0",
60
- "nx": "16.0.0-rc.0"
51
+ "@nrwl/nx-plugin": "16.0.0",
52
+ "@nrwl/react-native": "16.0.0",
53
+ "@nrwl/react": "16.0.0",
54
+ "@nrwl/rollup": "16.0.0",
55
+ "@nrwl/storybook": "16.0.0",
56
+ "@nrwl/tao": "16.0.0",
57
+ "@nrwl/vite": "16.0.0",
58
+ "@nrwl/web": "16.0.0",
59
+ "@nrwl/webpack": "16.0.0",
60
+ "nx": "16.0.0"
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@nrwl/workspace": "16.0.0-rc.0",
65
- "@nx/devkit": "16.0.0-rc.0",
64
+ "@nrwl/workspace": "16.0.0",
65
+ "@nx/devkit": "16.0.0",
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.0.0-rc.0",
77
+ "nx": "16.0.0",
78
78
  "open": "^8.4.0",
79
79
  "rxjs": "^6.5.4",
80
80
  "tmp": "~0.2.1",
@@ -86,5 +86,5 @@
86
86
  "access": "public"
87
87
  },
88
88
  "types": "./index.d.ts",
89
- "gitHead": "19e34df1cd3e286cacc9e73781cbb8fbbcd6fc69"
89
+ "gitHead": "f537a4caebbf6f65f5f5733fb9ad9c9167d4b504"
90
90
  }
@@ -28,7 +28,7 @@ pipelines:
28
28
  <% } %>
29
29
  - <%= packageManagerInstall %>
30
30
  - <%= packageManagerPrefix %> nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
31
- - <%= packageManagerPrefix %> nx-cloud record -- yarn nx format:check
31
+ - <%= packageManagerPrefix %> nx-cloud record -- <%= packageManagerPrefix %> nx format:check
32
32
  - <%= packageManagerPrefix %> nx affected --target=lint & <%= packageManagerPrefix %> nx affected --target=test & <%= packageManagerPrefix %> nx affected --target=build
33
33
  - <%= packageManagerPrefix %> nx-cloud stop-all-agents
34
34
  - step: *agent