@powerlines/nx 0.13.100 → 0.13.102
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.102",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
6
6
|
"repository": {
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"migrations.json"
|
|
174
174
|
],
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@nx/devkit": "^22.7.
|
|
176
|
+
"@nx/devkit": "^22.7.3",
|
|
177
177
|
"@storm-software/build-tools": "^0.158.189",
|
|
178
178
|
"@storm-software/config": "^1.137.61",
|
|
179
179
|
"@storm-software/config-tools": "^1.190.29",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"@stryke/path": "^0.29.3",
|
|
186
186
|
"@stryke/string-format": "^0.17.18",
|
|
187
187
|
"@stryke/type-checks": "^0.6.9",
|
|
188
|
-
"powerlines": "^0.47.
|
|
188
|
+
"powerlines": "^0.47.64",
|
|
189
189
|
"defu": "^6.1.7",
|
|
190
190
|
"jiti": "^2.7.0"
|
|
191
191
|
},
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
206
|
"executors": "./executors.json",
|
|
207
207
|
"generators": "./generators.json",
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "366a6ca74840649eed94707526ec6fdb62db55c1"
|
|
209
209
|
}
|