@nx/devkit 16.0.0-beta.1 → 16.0.0-beta.2

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/devkit",
3
- "version": "16.0.0-beta.1",
3
+ "version": "16.0.0-beta.2",
4
4
  "private": false,
5
5
  "description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "homepage": "https://nx.dev",
30
30
  "dependencies": {
31
- "@nrwl/devkit": "16.0.0-beta.1",
31
+ "@nrwl/devkit": "16.0.0-beta.2",
32
32
  "ejs": "^3.1.7",
33
33
  "ignore": "^5.0.4",
34
34
  "semver": "7.3.4",
@@ -45,5 +45,5 @@
45
45
  "migrations": "./migrations.json"
46
46
  },
47
47
  "types": "./index.d.ts",
48
- "gitHead": "abf534c265f5aa3aac146e55bb31de598ea281d7"
48
+ "gitHead": "0d7dbbc5254390f53a28d94de536da916ed06a70"
49
49
  }
package/public-api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * Note to developers: STOP! This is the Public API of @nrwl/devkit.
3
- * @nrwl/devkit should be compatible with versions of Nx 1 major version prior.
4
- * This is so that plugins can use the latest @nrwl/devkit while their users may use versions +/- 1 of Nx.
2
+ * Note to developers: STOP! This is the Public API of @nx/devkit.
3
+ * @nx/devkit should be compatible with versions of Nx 1 major version prior.
4
+ * This is so that plugins can use the latest @nx/devkit while their users may use versions +/- 1 of Nx.
5
5
  *
6
6
  * 1. Try hard to not add to this API to reduce the surface area we need to maintain.
7
7
  * 2. Do not add newly created paths from the nx package to this file as they will not be available in older versions of Nx.
package/public-api.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  /**
3
- * Note to developers: STOP! This is the Public API of @nrwl/devkit.
4
- * @nrwl/devkit should be compatible with versions of Nx 1 major version prior.
5
- * This is so that plugins can use the latest @nrwl/devkit while their users may use versions +/- 1 of Nx.
3
+ * Note to developers: STOP! This is the Public API of @nx/devkit.
4
+ * @nx/devkit should be compatible with versions of Nx 1 major version prior.
5
+ * This is so that plugins can use the latest @nx/devkit while their users may use versions +/- 1 of Nx.
6
6
  *
7
7
  * 1. Try hard to not add to this API to reduce the surface area we need to maintain.
8
8
  * 2. Do not add newly created paths from the nx package to this file as they will not be available in older versions of Nx.