@nx/workspace 18.1.0-canary.20240217-5b6d1b4 → 18.1.0-canary.20240221-abc0cf8

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-canary.20240217-5b6d1b4",
3
+ "version": "18.1.0-canary.20240221-abc0cf8",
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-canary.20240217-5b6d1b4",
64
+ "@nx/devkit": "18.1.0-canary.20240221-abc0cf8",
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-canary.20240217-5b6d1b4",
70
- "@nrwl/workspace": "18.1.0-canary.20240217-5b6d1b4"
69
+ "nx": "18.1.0-canary.20240221-abc0cf8",
70
+ "@nrwl/workspace": "18.1.0-canary.20240221-abc0cf8"
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