@powerlines/nx 0.13.58 → 0.13.59

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.13.58",
3
+ "version": "0.13.59",
4
4
  "private": false,
5
5
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
6
6
  "repository": {
@@ -185,6 +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.23",
188
189
  "defu": "^6.1.7",
189
190
  "jiti": "^2.7.0"
190
191
  },
@@ -197,7 +198,6 @@
197
198
  "eslint-flat-config-utils": "^2.1.4",
198
199
  "jsonc-eslint-parser": "^2.4.2",
199
200
  "nx": "22.7.1",
200
- "powerlines": "^0.47.22",
201
201
  "untyped": "^1.5.2"
202
202
  },
203
203
  "peerDependencies": { "nx": ">=22.7.0", "powerlines": "*" },
@@ -208,5 +208,5 @@
208
208
  "publishConfig": { "access": "public" },
209
209
  "executors": "./executors.json",
210
210
  "generators": "./generators.json",
211
- "gitHead": "c4aaa370bc05ef2f3813ab165af0ae347657c63d"
211
+ "gitHead": "a24d899629200556d776cd7971bf06d0b15fb541"
212
212
  }