@clipboard-health/nx-plugin 0.4.9 → 0.6.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
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
# @clipboard-health/nx-plugin
|
|
1
|
+
# @clipboard-health/nx-plugin <!-- omit from toc -->
|
|
2
2
|
|
|
3
3
|
Clipboard Health's Nx plugin contains generators to manage libraries within an Nx workspace.
|
|
4
4
|
|
|
5
|
-
## Table of
|
|
5
|
+
## Table of contents <!-- omit from toc -->
|
|
6
6
|
|
|
7
|
-
- [Table of Contents](#table-of-contents)
|
|
8
7
|
- [Install](#install)
|
|
9
8
|
- [Usage](#usage)
|
|
10
9
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clipboard-health/nx-plugin",
|
|
3
3
|
"description": "Clipboard Health's Nx plugin contains generators to manage applications within an Nx workspace.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.6.0",
|
|
5
5
|
"bugs": "https://github.com/clipboardhealth/core-utils/issues",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@nx/devkit": "
|
|
8
|
-
"@nx/js": "
|
|
7
|
+
"@nx/devkit": "20.0.1",
|
|
8
|
+
"@nx/js": "20.0.1",
|
|
9
9
|
"tslib": "2.7.0"
|
|
10
10
|
},
|
|
11
11
|
"generators": "./generators.json",
|