nx 16.7.0-rc.1 → 16.7.0

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": "16.7.0-rc.1",
3
+ "version": "16.7.0",
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": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://nx.dev",
34
34
  "dependencies": {
35
- "@nrwl/tao": "16.7.0-rc.1",
35
+ "@nrwl/tao": "16.7.0",
36
36
  "@parcel/watcher": "2.0.4",
37
37
  "@yarnpkg/lockfile": "^1.1.0",
38
38
  "@yarnpkg/parsers": "3.0.0-rc.46",
@@ -81,16 +81,16 @@
81
81
  }
82
82
  },
83
83
  "optionalDependencies": {
84
- "@nx/nx-darwin-arm64": "16.7.0-rc.1",
85
- "@nx/nx-darwin-x64": "16.7.0-rc.1",
86
- "@nx/nx-freebsd-x64": "16.7.0-rc.1",
87
- "@nx/nx-linux-arm-gnueabihf": "16.7.0-rc.1",
88
- "@nx/nx-linux-arm64-gnu": "16.7.0-rc.1",
89
- "@nx/nx-linux-arm64-musl": "16.7.0-rc.1",
90
- "@nx/nx-linux-x64-gnu": "16.7.0-rc.1",
91
- "@nx/nx-linux-x64-musl": "16.7.0-rc.1",
92
- "@nx/nx-win32-arm64-msvc": "16.7.0-rc.1",
93
- "@nx/nx-win32-x64-msvc": "16.7.0-rc.1"
84
+ "@nx/nx-darwin-arm64": "16.7.0",
85
+ "@nx/nx-darwin-x64": "16.7.0",
86
+ "@nx/nx-freebsd-x64": "16.7.0",
87
+ "@nx/nx-linux-arm-gnueabihf": "16.7.0",
88
+ "@nx/nx-linux-arm64-gnu": "16.7.0",
89
+ "@nx/nx-linux-arm64-musl": "16.7.0",
90
+ "@nx/nx-linux-x64-gnu": "16.7.0",
91
+ "@nx/nx-linux-x64-musl": "16.7.0",
92
+ "@nx/nx-win32-arm64-msvc": "16.7.0",
93
+ "@nx/nx-win32-x64-msvc": "16.7.0"
94
94
  },
95
95
  "nx-migrations": {
96
96
  "migrations": "./migrations.json",
@@ -177,5 +177,5 @@
177
177
  },
178
178
  "main": "./bin/nx.js",
179
179
  "type": "commonjs",
180
- "gitHead": "6693db1d8b17ed90440f697aeb83a64306008505"
180
+ "gitHead": "37fd20b7063be8fe23a45892f5a21c2703bc53a6"
181
181
  }
@@ -6,7 +6,8 @@
6
6
  "properties": {
7
7
  "implicitDependencies": {
8
8
  "type": "object",
9
- "description": "Map of files to projects that implicitly depend on them."
9
+ "description": "Map of files to projects that implicitly depend on them.",
10
+ "deprecated": "Use named inputs instead. See https://nx.dev/deprecated/global-implicit-dependencies"
10
11
  },
11
12
  "affected": {
12
13
  "type": "object",
@@ -199,7 +200,7 @@
199
200
  },
200
201
  "defaultCollection": {
201
202
  "type": "string",
202
- "description": "The default schematics collection to use."
203
+ "description": "The default generator collection to use."
203
204
  }
204
205
  }
205
206
  },