@powerlines/nx 0.13.45 → 0.13.47

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.45",
3
+ "version": "0.13.47",
4
4
  "private": false,
5
5
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
6
6
  "repository": {
@@ -197,7 +197,7 @@
197
197
  "eslint-flat-config-utils": "^2.1.4",
198
198
  "jsonc-eslint-parser": "^2.4.2",
199
199
  "nx": "22.7.1",
200
- "powerlines": "^0.47.9",
200
+ "powerlines": "^0.47.11",
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": "d4a8d246daab3521b23879104d876fabbdbfecc7"
211
+ "gitHead": "b0ba6a6e2e6309d48ad8f6a49dfffc83e3df92c3"
212
212
  }