@nrwl/nx-plugin 13.10.0 → 14.0.0-beta.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/README.md CHANGED
@@ -83,6 +83,6 @@ A few links to help you get started:
83
83
  - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
84
84
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
85
85
 
86
- <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
86
+ <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
87
87
  width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
88
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/nx-plugin",
3
- "version": "13.10.0",
3
+ "version": "14.0.0-beta.0",
4
4
  "description": "Plugin for creating plugins for Nx :)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,10 +27,10 @@
27
27
  "migrations": "./migrations.json"
28
28
  },
29
29
  "dependencies": {
30
- "@nrwl/devkit": "13.10.0",
31
- "@nrwl/jest": "13.10.0",
32
- "@nrwl/linter": "13.10.0",
33
- "@nrwl/js": "13.10.0",
30
+ "@nrwl/devkit": "14.0.0-beta.0",
31
+ "@nrwl/jest": "14.0.0-beta.0",
32
+ "@nrwl/linter": "14.0.0-beta.0",
33
+ "@nrwl/js": "14.0.0-beta.0",
34
34
  "fs-extra": "^9.1.0",
35
35
  "rxjs": "^6.5.4",
36
36
  "tslib": "^2.3.0"
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.nxVersion = void 0;
4
- exports.nxVersion = '13.10.0';
4
+ exports.nxVersion = '14.0.0-beta.0';
5
5
  //# sourceMappingURL=versions.js.map