@powerlines/nx 0.11.295 → 0.11.296
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.296",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
@@ -173,11 +173,11 @@
|
|
|
173
173
|
"module": "./dist/src/index.mjs",
|
|
174
174
|
"typings": "./dist/src/index.d.ts",
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@nx/devkit": "^22.6.
|
|
177
|
-
"@storm-software/build-tools": "^0.158.
|
|
178
|
-
"@storm-software/config": "^1.136.
|
|
179
|
-
"@storm-software/config-tools": "^1.189.
|
|
180
|
-
"@storm-software/workspace-tools": "^1.295.
|
|
176
|
+
"@nx/devkit": "^22.6.1",
|
|
177
|
+
"@storm-software/build-tools": "^0.158.126",
|
|
178
|
+
"@storm-software/config": "^1.136.4",
|
|
179
|
+
"@storm-software/config-tools": "^1.189.45",
|
|
180
|
+
"@storm-software/workspace-tools": "^1.295.21",
|
|
181
181
|
"@stryke/env": "^0.20.80",
|
|
182
182
|
"@stryke/fs": "^0.33.63",
|
|
183
183
|
"@stryke/hash": "^0.13.16",
|
|
@@ -188,15 +188,15 @@
|
|
|
188
188
|
"jiti": "^2.6.1"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
|
-
"@nx/workspace": "22.
|
|
192
|
-
"@storm-software/testing-tools": "^1.119.
|
|
193
|
-
"@storm-software/tsup": "^0.2.
|
|
194
|
-
"@storm-software/untyped": "^0.24.
|
|
191
|
+
"@nx/workspace": "22.6.0",
|
|
192
|
+
"@storm-software/testing-tools": "^1.119.120",
|
|
193
|
+
"@storm-software/tsup": "^0.2.124",
|
|
194
|
+
"@storm-software/untyped": "^0.24.108",
|
|
195
195
|
"@types/node": "^25.5.0",
|
|
196
196
|
"eslint-flat-config-utils": "^2.1.4",
|
|
197
197
|
"jsonc-eslint-parser": "^2.4.2",
|
|
198
|
-
"nx": "22.
|
|
199
|
-
"powerlines": "^0.42.
|
|
198
|
+
"nx": "22.6.0",
|
|
199
|
+
"powerlines": "^0.42.9",
|
|
200
200
|
"untyped": "^1.5.2"
|
|
201
201
|
},
|
|
202
202
|
"peerDependencies": { "nx": ">=22.5.0", "powerlines": ">=0.39.2" },
|
|
@@ -207,5 +207,5 @@
|
|
|
207
207
|
"publishConfig": { "access": "public" },
|
|
208
208
|
"executors": "./executors.json",
|
|
209
209
|
"generators": "./generators.json",
|
|
210
|
-
"gitHead": "
|
|
210
|
+
"gitHead": "03c8e761324922a940d51b2a8d5db5e74e085834"
|
|
211
211
|
}
|