@webpieces/nx-webpieces-rules 0.2.121 → 0.2.123
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webpieces/nx-webpieces-rules",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.123",
|
|
4
4
|
"description": "Nx-specific webpieces validation rules and graph tooling. Bundles all @webpieces rule packages with Nx graph validators and an inference plugin.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"README.md"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@webpieces/ai-hook-rules": "0.2.
|
|
22
|
-
"@webpieces/code-rules": "0.2.
|
|
23
|
-
"@webpieces/eslint-rules": "0.2.
|
|
24
|
-
"@webpieces/rules-config": "0.2.
|
|
21
|
+
"@webpieces/ai-hook-rules": "0.2.123",
|
|
22
|
+
"@webpieces/code-rules": "0.2.123",
|
|
23
|
+
"@webpieces/eslint-rules": "0.2.123",
|
|
24
|
+
"@webpieces/rules-config": "0.2.123"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@nx/devkit": ">=18.0.0"
|