@powerlines/nx 0.10.63 → 0.10.64
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/CHANGELOG.md +6 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.10.63](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.63) (12/08/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.31.0**
|
|
10
|
+
|
|
5
11
|
## [0.10.62](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.62) (12/08/2025)
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.64",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
"typings": "dist/index.d.ts",
|
|
183
183
|
"dependencies": {
|
|
184
|
-
"@nx/devkit": "^22.2.
|
|
184
|
+
"@nx/devkit": "^22.2.3",
|
|
185
185
|
"@storm-software/build-tools": "^0.158.65",
|
|
186
186
|
"@storm-software/config": "^1.134.65",
|
|
187
187
|
"@storm-software/config-tools": "^1.188.65",
|
|
@@ -195,13 +195,13 @@
|
|
|
195
195
|
"@stryke/type-checks": "^0.5.9",
|
|
196
196
|
"defu": "^6.1.4",
|
|
197
197
|
"jiti": "^2.6.1",
|
|
198
|
-
"nx": "^22.2.
|
|
199
|
-
"powerlines": "^0.31.
|
|
198
|
+
"nx": "^22.2.3",
|
|
199
|
+
"powerlines": "^0.31.1"
|
|
200
200
|
},
|
|
201
201
|
"devDependencies": {
|
|
202
|
-
"@nx/workspace": "^22.2.
|
|
202
|
+
"@nx/workspace": "^22.2.3",
|
|
203
203
|
"@storm-software/testing-tools": "^1.119.64",
|
|
204
|
-
"@types/node": "^24.10.
|
|
204
|
+
"@types/node": "^24.10.4",
|
|
205
205
|
"eslint-flat-config-utils": "^2.1.4",
|
|
206
206
|
"jsonc-eslint-parser": "^2.4.2",
|
|
207
207
|
"tsup": "8.4.0",
|
|
@@ -210,5 +210,5 @@
|
|
|
210
210
|
"publishConfig": { "access": "public" },
|
|
211
211
|
"executors": "./executors.json",
|
|
212
212
|
"generators": "./generators.json",
|
|
213
|
-
"gitHead": "
|
|
213
|
+
"gitHead": "970018c8e5c0c11f91527bdf8981930d6e05fcb2"
|
|
214
214
|
}
|