@powerlines/nx 0.13.167 → 0.13.169

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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.13.167",
3
+ "version": "0.13.169",
4
4
  "private": false,
5
5
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
6
6
  "repository": {
@@ -174,10 +174,10 @@
174
174
  ],
175
175
  "dependencies": {
176
176
  "@nx/devkit": "^22.7.5",
177
- "@storm-software/build-tools": "^0.158.200",
178
- "@storm-software/config": "^1.137.72",
179
- "@storm-software/config-tools": "^1.190.40",
180
- "@storm-software/workspace-tools": "^1.296.18",
177
+ "@storm-software/build-tools": "^0.158.206",
178
+ "@storm-software/config": "^1.137.78",
179
+ "@storm-software/config-tools": "^1.190.46",
180
+ "@storm-software/workspace-tools": "^1.296.24",
181
181
  "@stryke/env": "^0.20.102",
182
182
  "@stryke/fs": "^0.33.85",
183
183
  "@stryke/hash": "^0.13.38",
@@ -187,13 +187,13 @@
187
187
  "@stryke/type-checks": "^0.6.17",
188
188
  "defu": "^6.1.7",
189
189
  "jiti": "^2.7.0",
190
- "powerlines": "^0.47.128"
190
+ "powerlines": "^0.47.130"
191
191
  },
192
192
  "devDependencies": {
193
193
  "@nx/workspace": "22.7.5",
194
- "@storm-software/testing-tools": "^1.119.193",
195
- "@storm-software/tsup": "^0.2.198",
196
- "@storm-software/untyped": "^0.24.182",
194
+ "@storm-software/testing-tools": "^1.119.199",
195
+ "@storm-software/tsup": "^0.2.204",
196
+ "@storm-software/untyped": "^0.24.188",
197
197
  "@stryke/types": "^0.12.12",
198
198
  "@types/node": "^25.9.2",
199
199
  "eslint-flat-config-utils": "^2.1.4",
@@ -206,5 +206,5 @@
206
206
  "publishConfig": { "access": "public" },
207
207
  "executors": "./executors.json",
208
208
  "generators": "./generators.json",
209
- "gitHead": "c5d53659563ee53a4d919ab56b16cd18b0c9090b"
209
+ "gitHead": "3090a7dd06299e0448f7c76758390eba7643fc95"
210
210
  }