@powerlines/nx 0.11.31 → 0.11.32

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.31](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.31) (12/23/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.36.5**
10
+
5
11
  ## [0.11.30](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.30) (12/23/2025)
6
12
 
7
13
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.31",
3
+ "version": "0.11.32",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -182,12 +182,12 @@
182
182
  "typings": "dist/index.d.ts",
183
183
  "dependencies": {
184
184
  "@nx/devkit": "^22.3.3",
185
- "@storm-software/build-tools": "^0.158.73",
186
- "@storm-software/config": "^1.134.73",
187
- "@storm-software/config-tools": "^1.188.73",
188
- "@storm-software/esbuild": "^0.53.73",
189
- "@storm-software/unbuild": "^0.57.73",
190
- "@storm-software/workspace-tools": "^1.294.19",
185
+ "@storm-software/build-tools": "^0.158.74",
186
+ "@storm-software/config": "^1.134.74",
187
+ "@storm-software/config-tools": "^1.188.74",
188
+ "@storm-software/esbuild": "^0.53.74",
189
+ "@storm-software/unbuild": "^0.57.74",
190
+ "@storm-software/workspace-tools": "^1.294.20",
191
191
  "@stryke/fs": "^0.33.26",
192
192
  "@stryke/hash": "^0.12.32",
193
193
  "@stryke/path": "^0.24.0",
@@ -196,11 +196,11 @@
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "^22.3.3",
199
- "powerlines": "^0.36.5"
199
+ "powerlines": "^0.36.6"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.3.3",
203
- "@storm-software/testing-tools": "^1.119.72",
203
+ "@storm-software/testing-tools": "^1.119.73",
204
204
  "@types/node": "^24.10.4",
205
205
  "eslint-flat-config-utils": "^2.1.4",
206
206
  "jsonc-eslint-parser": "^2.4.2",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "c41f638b197fc405bae6c2f6e47d7d6c36e52ac6"
213
+ "gitHead": "2175eec0f5ee1cd6cefd06526262dcdac0ddab09"
214
214
  }