@powerlines/nx 0.11.72 → 0.11.73

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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.72](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.72) (01/08/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.37.16**
10
+
5
11
  ## [0.11.71](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.71) (01/08/2026)
6
12
 
7
13
  ### Updated Dependencies
package/dist/executors.js CHANGED
@@ -4,8 +4,8 @@ require('./chunk-XO62WWX4.js');
4
4
  var chunk3SRZWXCT_js = require('./chunk-3SRZWXCT.js');
5
5
  var chunkUKKLAXDG_js = require('./chunk-UKKLAXDG.js');
6
6
  var chunkAYGXNQGB_js = require('./chunk-AYGXNQGB.js');
7
- var chunkMI5T7NZJ_js = require('./chunk-MI5T7NZJ.js');
8
7
  var chunkXL7MEWV2_js = require('./chunk-XL7MEWV2.js');
8
+ var chunkMI5T7NZJ_js = require('./chunk-MI5T7NZJ.js');
9
9
  require('./chunk-KNDMIAUZ.js');
10
10
  require('./chunk-DQI2I5KK.js');
11
11
  require('./chunk-SHUYVCID.js');
@@ -24,11 +24,11 @@ Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
25
  get: function () { return chunkAYGXNQGB_js.executor_default; }
26
26
  });
27
- Object.defineProperty(exports, "clean", {
28
- enumerable: true,
29
- get: function () { return chunkMI5T7NZJ_js.executor_default; }
30
- });
31
27
  Object.defineProperty(exports, "docs", {
32
28
  enumerable: true,
33
29
  get: function () { return chunkXL7MEWV2_js.executor_default; }
34
30
  });
31
+ Object.defineProperty(exports, "clean", {
32
+ enumerable: true,
33
+ get: function () { return chunkMI5T7NZJ_js.executor_default; }
34
+ });
@@ -2,8 +2,8 @@ import './chunk-UV4HQO3Y.mjs';
2
2
  export { executor_default as lint } from './chunk-JREFWTJF.mjs';
3
3
  export { executor_default as prepare } from './chunk-DW3P4GBC.mjs';
4
4
  export { executor_default as build } from './chunk-YHH2JOTO.mjs';
5
- export { executor_default as clean } from './chunk-IBJUAOHM.mjs';
6
5
  export { executor_default as docs } from './chunk-VRJB5NB7.mjs';
6
+ export { executor_default as clean } from './chunk-IBJUAOHM.mjs';
7
7
  import './chunk-VAZX63ZJ.mjs';
8
8
  import './chunk-OVX2CEXQ.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -5,8 +5,8 @@ require('./chunk-XO62WWX4.js');
5
5
  var chunk3SRZWXCT_js = require('./chunk-3SRZWXCT.js');
6
6
  var chunkUKKLAXDG_js = require('./chunk-UKKLAXDG.js');
7
7
  var chunkAYGXNQGB_js = require('./chunk-AYGXNQGB.js');
8
- var chunkMI5T7NZJ_js = require('./chunk-MI5T7NZJ.js');
9
8
  var chunkXL7MEWV2_js = require('./chunk-XL7MEWV2.js');
9
+ var chunkMI5T7NZJ_js = require('./chunk-MI5T7NZJ.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
12
  require('./chunk-KNDMIAUZ.js');
@@ -33,14 +33,14 @@ Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
34
  get: function () { return chunkAYGXNQGB_js.executor_default; }
35
35
  });
36
- Object.defineProperty(exports, "clean", {
37
- enumerable: true,
38
- get: function () { return chunkMI5T7NZJ_js.executor_default; }
39
- });
40
36
  Object.defineProperty(exports, "docs", {
41
37
  enumerable: true,
42
38
  get: function () { return chunkXL7MEWV2_js.executor_default; }
43
39
  });
40
+ Object.defineProperty(exports, "clean", {
41
+ enumerable: true,
42
+ get: function () { return chunkMI5T7NZJ_js.executor_default; }
43
+ });
44
44
  Object.defineProperty(exports, "sync", {
45
45
  enumerable: true,
46
46
  get: function () { return chunkWUJKJGEW_js.generator_default; }
package/dist/index.mjs CHANGED
@@ -3,8 +3,8 @@ import './chunk-UV4HQO3Y.mjs';
3
3
  export { executor_default as lint } from './chunk-JREFWTJF.mjs';
4
4
  export { executor_default as prepare } from './chunk-DW3P4GBC.mjs';
5
5
  export { executor_default as build } from './chunk-YHH2JOTO.mjs';
6
- export { executor_default as clean } from './chunk-IBJUAOHM.mjs';
7
6
  export { executor_default as docs } from './chunk-VRJB5NB7.mjs';
7
+ export { executor_default as clean } from './chunk-IBJUAOHM.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
10
  import './chunk-VAZX63ZJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.72",
3
+ "version": "0.11.73",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -196,12 +196,12 @@
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "^22.3.3",
199
- "powerlines": "^0.37.16"
199
+ "powerlines": "^0.37.17"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.3.3",
203
203
  "@storm-software/testing-tools": "^1.119.74",
204
- "@types/node": "^24.10.4",
204
+ "@types/node": "^24.10.7",
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": "27875553b7cd84f627473c80e50ff6946e8d6cd0"
213
+ "gitHead": "a79fd1544ec0410f9b6a2122bddf0edf2bf2e4c2"
214
214
  }