@nrwl/nx-plugin 16.3.1 → 16.3.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/generators.js +0 -1
- package/index.js +0 -1
- package/package.json +3 -3
- package/testing.js +0 -1
- package/generators.js.map +0 -1
- package/index.js.map +0 -1
- package/testing.js.map +0 -1
package/generators.js
CHANGED
package/index.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/nx-plugin",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.2",
|
|
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": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"schematics": "./generators.json",
|
|
25
25
|
"builders": "./executors.json",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@nx/plugin": "16.3.
|
|
27
|
+
"@nx/plugin": "16.3.2"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"nx-migrations": {
|
|
33
33
|
"migrations": "@nx/plugin/migrations.json"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "097c1ca05f2fd825a6d7c70659350acd8455e144"
|
|
36
36
|
}
|
package/testing.js
CHANGED
package/generators.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generators.js","sourceRoot":"","sources":["../../../packages-legacy/nx-plugin/generators.ts"],"names":[],"mappings":";;;AAAA,gEAAsC"}
|
package/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages-legacy/nx-plugin/index.ts"],"names":[],"mappings":""}
|
package/testing.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"testing.js","sourceRoot":"","sources":["../../../packages-legacy/nx-plugin/testing.ts"],"names":[],"mappings":";;;AAAA,6DAAmC"}
|