@nrwl/nx-plugin 14.7.6 → 14.7.8
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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [14.7.
|
|
6
|
+
## [14.7.8](https://github.com/nrwl/nx/compare/14.7.7...14.7.8) (2022-09-20)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @nrwl/nx-plugin
|
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ npx add-nx-to-monorepo@latest
|
|
|
79
79
|
A few links to help you get started:
|
|
80
80
|
|
|
81
81
|
- [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
|
|
82
|
-
- [Tutorial: Adding Nx to an Existing Monorepo](
|
|
82
|
+
- [Tutorial: Adding Nx to an Existing Monorepo](/recipe/adding-to-monorepo)
|
|
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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/nx-plugin",
|
|
3
|
-
"version": "14.7.
|
|
3
|
+
"version": "14.7.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
|
|
6
6
|
"repository": {
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"migrations": "./migrations.json"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@nrwl/devkit": "14.7.
|
|
32
|
-
"@nrwl/jest": "14.7.
|
|
33
|
-
"@nrwl/js": "14.7.
|
|
34
|
-
"@nrwl/linter": "14.7.
|
|
31
|
+
"@nrwl/devkit": "14.7.8",
|
|
32
|
+
"@nrwl/jest": "14.7.8",
|
|
33
|
+
"@nrwl/js": "14.7.8",
|
|
34
|
+
"@nrwl/linter": "14.7.8",
|
|
35
35
|
"dotenv": "~10.0.0",
|
|
36
36
|
"fs-extra": "^10.1.0",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
42
|
"typings": "./index.d.ts",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "2c1d70ff318aecaa9c38c85b9f6729b489396878"
|
|
44
44
|
}
|