@nx/workspace 21.2.0-beta.1 → 21.2.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/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # Nx: Smart Repos · Fast Builds
24
24
 
25
- Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
25
+ An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
26
26
 
27
27
  ## Getting Started
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "21.2.0-beta.1",
3
+ "version": "21.2.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": {
@@ -38,14 +38,14 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@nx/devkit": "21.2.0-beta.1",
41
+ "@nx/devkit": "21.2.0-beta.3",
42
42
  "@zkochan/js-yaml": "0.0.7",
43
43
  "chalk": "^4.1.0",
44
44
  "enquirer": "~2.3.6",
45
45
  "picomatch": "4.0.2",
46
46
  "tslib": "^2.3.0",
47
47
  "yargs-parser": "21.1.1",
48
- "nx": "21.2.0-beta.1"
48
+ "nx": "21.2.0-beta.3"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -87,7 +87,7 @@ npx nx release
87
87
 
88
88
  Pass `--dry-run` to see what would happen without actually releasing the library.
89
89
 
90
- [Learn more about Nx release »](hhttps://nx.dev/features/manage-releases?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
90
+ [Learn more about Nx release »](https://nx.dev/features/manage-releases?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
91
91
  <% } %><% if (isTsPreset && isUsingNewTsSolutionSetup) { %>
92
92
  ## Keep TypeScript project references up to date
93
93
 
@@ -1,4 +1,4 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const typescriptVersion = "~5.8.2";
3
- export declare const angularCliVersion = "20.0.0-rc.3";
4
- export declare const angularRspackVersion = "^21.0.1";
3
+ export declare const angularCliVersion = "~20.0.0";
4
+ export declare const angularRspackVersion = "^21.1.0";
@@ -5,5 +5,5 @@ exports.nxVersion = require('../../package.json').version;
5
5
  exports.typescriptVersion = '~5.8.2';
6
6
  // TODO: remove when preset generation is reworked and
7
7
  // deps are not installed from workspace
8
- exports.angularCliVersion = '20.0.0-rc.3';
9
- exports.angularRspackVersion = '^21.0.1';
8
+ exports.angularCliVersion = '~20.0.0';
9
+ exports.angularRspackVersion = '^21.1.0';