@nx/workspace 18.1.0-beta.0 → 18.1.0-beta.1

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": "18.1.0-beta.0",
3
+ "version": "18.1.0-beta.1",
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": {
@@ -61,13 +61,13 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@nx/devkit": "18.1.0-beta.0",
64
+ "@nx/devkit": "18.1.0-beta.1",
65
65
  "chalk": "^4.1.0",
66
66
  "enquirer": "~2.3.6",
67
67
  "tslib": "^2.3.0",
68
68
  "yargs-parser": "21.1.1",
69
- "nx": "18.1.0-beta.0",
70
- "@nrwl/workspace": "18.1.0-beta.0"
69
+ "nx": "18.1.0-beta.1",
70
+ "@nrwl/workspace": "18.1.0-beta.1"
71
71
  },
72
72
  "publishConfig": {
73
73
  "access": "public"
@@ -33,7 +33,6 @@ async function createPreset(tree, options) {
33
33
  e2eTestRunner: options.e2eTestRunner ?? 'cypress',
34
34
  bundler: options.bundler,
35
35
  ssr: options.ssr,
36
- addPlugin,
37
36
  });
38
37
  }
39
38
  else if (options.preset === presets_1.Preset.AngularStandalone) {
@@ -50,7 +49,6 @@ async function createPreset(tree, options) {
50
49
  e2eTestRunner: options.e2eTestRunner ?? 'cypress',
51
50
  bundler: options.bundler,
52
51
  ssr: options.ssr,
53
- addPlugin,
54
52
  });
55
53
  }
56
54
  else if (options.preset === presets_1.Preset.ReactMonorepo) {
@@ -10,7 +10,7 @@ if (process.env.CI === 'true') {
10
10
  }
11
11
  class CLIOutput {
12
12
  constructor() {
13
- this.NX_PREFIX = `${chalk.cyan('>')} ${chalk.reset.inverse.bold.cyan(' NX ')}`;
13
+ this.NX_PREFIX = chalk.reset.inverse.bold.cyan(' NX ');
14
14
  /**
15
15
  * Longer dash character which forms more of a continuous line when place side to side
16
16
  * with itself, unlike the standard dash character
@@ -1,3 +1,3 @@
1
1
  export declare const nxVersion: any;
2
2
  export declare const typescriptVersion = "~5.3.2";
3
- export declare const angularCliVersion = "~17.1.0";
3
+ export declare const angularCliVersion = "~17.2.0";
@@ -5,4 +5,4 @@ exports.nxVersion = require('../../package.json').version;
5
5
  exports.typescriptVersion = '~5.3.2';
6
6
  // TODO: remove when preset generation is reworked and
7
7
  // deps are not installed from workspace
8
- exports.angularCliVersion = '~17.1.0';
8
+ exports.angularCliVersion = '~17.2.0';