nx 19.0.5 → 19.0.6

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.0.5",
3
+ "version": "19.0.6",
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": {
@@ -65,7 +65,7 @@
65
65
  "yargs-parser": "21.1.1",
66
66
  "node-machine-id": "1.1.12",
67
67
  "ora": "5.3.0",
68
- "@nrwl/tao": "19.0.5"
68
+ "@nrwl/tao": "19.0.6"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@swc-node/register": "^1.8.0",
@@ -80,16 +80,16 @@
80
80
  }
81
81
  },
82
82
  "optionalDependencies": {
83
- "@nx/nx-darwin-x64": "19.0.5",
84
- "@nx/nx-darwin-arm64": "19.0.5",
85
- "@nx/nx-linux-x64-gnu": "19.0.5",
86
- "@nx/nx-linux-x64-musl": "19.0.5",
87
- "@nx/nx-win32-x64-msvc": "19.0.5",
88
- "@nx/nx-linux-arm64-gnu": "19.0.5",
89
- "@nx/nx-linux-arm64-musl": "19.0.5",
90
- "@nx/nx-linux-arm-gnueabihf": "19.0.5",
91
- "@nx/nx-win32-arm64-msvc": "19.0.5",
92
- "@nx/nx-freebsd-x64": "19.0.5"
83
+ "@nx/nx-darwin-x64": "19.0.6",
84
+ "@nx/nx-darwin-arm64": "19.0.6",
85
+ "@nx/nx-linux-x64-gnu": "19.0.6",
86
+ "@nx/nx-linux-x64-musl": "19.0.6",
87
+ "@nx/nx-win32-x64-msvc": "19.0.6",
88
+ "@nx/nx-linux-arm64-gnu": "19.0.6",
89
+ "@nx/nx-linux-arm64-musl": "19.0.6",
90
+ "@nx/nx-linux-arm-gnueabihf": "19.0.6",
91
+ "@nx/nx-win32-arm64-msvc": "19.0.6",
92
+ "@nx/nx-freebsd-x64": "19.0.6"
93
93
  },
94
94
  "nx-migrations": {
95
95
  "migrations": "./migrations.json",
@@ -109,6 +109,7 @@ export interface ProjectMetadata {
109
109
  targetGroups?: Record<string, string[]>;
110
110
  }
111
111
  export interface TargetMetadata {
112
+ [k: string]: any;
112
113
  description?: string;
113
114
  technologies?: string[];
114
115
  }