nx 19.4.0-canary.20240614-fbd7f80 → 19.4.0-canary.20240615-f431d0a

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",
3
- "version": "19.4.0-canary.20240614-fbd7f80",
3
+ "version": "19.4.0-canary.20240615-f431d0a",
4
4
  "private": false,
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
6
6
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "yargs-parser": "21.1.1",
71
71
  "node-machine-id": "1.1.12",
72
72
  "ora": "5.3.0",
73
- "@nrwl/tao": "19.4.0-canary.20240614-fbd7f80"
73
+ "@nrwl/tao": "19.4.0-canary.20240615-f431d0a"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@swc-node/register": "^1.8.0",
@@ -85,16 +85,16 @@
85
85
  }
86
86
  },
87
87
  "optionalDependencies": {
88
- "@nx/nx-darwin-x64": "19.4.0-canary.20240614-fbd7f80",
89
- "@nx/nx-darwin-arm64": "19.4.0-canary.20240614-fbd7f80",
90
- "@nx/nx-linux-x64-gnu": "19.4.0-canary.20240614-fbd7f80",
91
- "@nx/nx-linux-x64-musl": "19.4.0-canary.20240614-fbd7f80",
92
- "@nx/nx-win32-x64-msvc": "19.4.0-canary.20240614-fbd7f80",
93
- "@nx/nx-linux-arm64-gnu": "19.4.0-canary.20240614-fbd7f80",
94
- "@nx/nx-linux-arm64-musl": "19.4.0-canary.20240614-fbd7f80",
95
- "@nx/nx-linux-arm-gnueabihf": "19.4.0-canary.20240614-fbd7f80",
96
- "@nx/nx-win32-arm64-msvc": "19.4.0-canary.20240614-fbd7f80",
97
- "@nx/nx-freebsd-x64": "19.4.0-canary.20240614-fbd7f80"
88
+ "@nx/nx-darwin-x64": "19.4.0-canary.20240615-f431d0a",
89
+ "@nx/nx-darwin-arm64": "19.4.0-canary.20240615-f431d0a",
90
+ "@nx/nx-linux-x64-gnu": "19.4.0-canary.20240615-f431d0a",
91
+ "@nx/nx-linux-x64-musl": "19.4.0-canary.20240615-f431d0a",
92
+ "@nx/nx-win32-x64-msvc": "19.4.0-canary.20240615-f431d0a",
93
+ "@nx/nx-linux-arm64-gnu": "19.4.0-canary.20240615-f431d0a",
94
+ "@nx/nx-linux-arm64-musl": "19.4.0-canary.20240615-f431d0a",
95
+ "@nx/nx-linux-arm-gnueabihf": "19.4.0-canary.20240615-f431d0a",
96
+ "@nx/nx-win32-arm64-msvc": "19.4.0-canary.20240615-f431d0a",
97
+ "@nx/nx-freebsd-x64": "19.4.0-canary.20240615-f431d0a"
98
98
  },
99
99
  "nx-migrations": {
100
100
  "migrations": "./migrations.json",
@@ -105,6 +105,7 @@ export interface ProjectConfiguration {
105
105
  metadata?: ProjectMetadata;
106
106
  }
107
107
  export interface ProjectMetadata {
108
+ description?: string;
108
109
  technologies?: string[];
109
110
  targetGroups?: Record<string, string[]>;
110
111
  }