@powerlines/nx 0.11.143 → 0.11.145

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 (30) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{chunk-IGJOQZXO.js → chunk-3HD4JIA7.js} +2 -2
  3. package/dist/{chunk-QMEBI26M.mjs → chunk-6GMCS7UR.mjs} +1 -1
  4. package/dist/{chunk-DDVYVHJL.mjs → chunk-GHAQPFUR.mjs} +1 -1
  5. package/dist/{chunk-4NBBBYHG.js → chunk-HIEWAGEQ.js} +2 -2
  6. package/dist/{chunk-DJ76MMNJ.mjs → chunk-I5XWDKPU.mjs} +1 -1
  7. package/dist/{chunk-ZLIDPTD4.js → chunk-IYMHUKYW.js} +2 -2
  8. package/dist/{chunk-5GI2JICR.mjs → chunk-KHPZ65AL.mjs} +1 -1
  9. package/dist/{chunk-EYUGNB3F.js → chunk-QKDFP4GM.js} +2 -2
  10. package/dist/{chunk-KVVQUYJY.mjs → chunk-RJ3X4GW4.mjs} +1 -1
  11. package/dist/{chunk-PH6WPILG.mjs → chunk-U4P6FPOT.mjs} +4 -4
  12. package/dist/{chunk-LZLC5GGN.js → chunk-XJZMKPER.js} +2 -2
  13. package/dist/{chunk-VBWZ5OQ5.js → chunk-YZGPEZGL.js} +4 -4
  14. package/dist/executors.js +11 -11
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +11 -11
  17. package/dist/index.mjs +6 -6
  18. package/dist/src/base/base-executor.js +2 -2
  19. package/dist/src/base/base-executor.mjs +1 -1
  20. package/dist/src/executors/build/executor.js +4 -4
  21. package/dist/src/executors/build/executor.mjs +2 -2
  22. package/dist/src/executors/clean/executor.js +4 -4
  23. package/dist/src/executors/clean/executor.mjs +2 -2
  24. package/dist/src/executors/docs/executor.js +4 -4
  25. package/dist/src/executors/docs/executor.mjs +2 -2
  26. package/dist/src/executors/lint/executor.js +4 -4
  27. package/dist/src/executors/lint/executor.mjs +2 -2
  28. package/dist/src/executors/prepare/executor.js +4 -4
  29. package/dist/src/executors/prepare/executor.mjs +2 -2
  30. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.144](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.144) (01/23/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.37.87**
10
+
11
+ ## [0.11.143](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.143) (01/23/2026)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.37.86**
16
+
5
17
  ## [0.11.142](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.142) (01/23/2026)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkVBWZ5OQ5_js = require('./chunk-VBWZ5OQ5.js');
3
+ var chunkYZGPEZGL_js = require('./chunk-YZGPEZGL.js');
4
4
  var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
5
5
  var defu = require('defu');
6
6
 
@@ -19,7 +19,7 @@ async function executorFn(context, api) {
19
19
  };
20
20
  }
21
21
  chunkSHUYVCID_js.__name(executorFn, "executorFn");
22
- var executor = chunkVBWZ5OQ5_js.withExecutor("build", executorFn);
22
+ var executor = chunkYZGPEZGL_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-PH6WPILG.mjs';
1
+ import { withExecutor } from './chunk-U4P6FPOT.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-PH6WPILG.mjs';
1
+ import { withExecutor } from './chunk-U4P6FPOT.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkVBWZ5OQ5_js = require('./chunk-VBWZ5OQ5.js');
3
+ var chunkYZGPEZGL_js = require('./chunk-YZGPEZGL.js');
4
4
  var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
5
5
 
6
6
  // src/executors/docs/executor.ts
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
11
11
  };
12
12
  }
13
13
  chunkSHUYVCID_js.__name(executorFn, "executorFn");
14
- var executor = chunkVBWZ5OQ5_js.withExecutor("docs", executorFn);
14
+ var executor = chunkYZGPEZGL_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-PH6WPILG.mjs';
1
+ import { withExecutor } from './chunk-U4P6FPOT.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkVBWZ5OQ5_js = require('./chunk-VBWZ5OQ5.js');
3
+ var chunkYZGPEZGL_js = require('./chunk-YZGPEZGL.js');
4
4
  var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
5
5
 
6
6
  // src/executors/clean/executor.ts
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
11
11
  };
12
12
  }
13
13
  chunkSHUYVCID_js.__name(executorFn, "executorFn");
14
- var executor = chunkVBWZ5OQ5_js.withExecutor("clean", executorFn);
14
+ var executor = chunkYZGPEZGL_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-PH6WPILG.mjs';
1
+ import { withExecutor } from './chunk-U4P6FPOT.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/clean/executor.ts
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkVBWZ5OQ5_js = require('./chunk-VBWZ5OQ5.js');
3
+ var chunkYZGPEZGL_js = require('./chunk-YZGPEZGL.js');
4
4
  var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
5
5
 
6
6
  // src/executors/lint/executor.ts
@@ -11,7 +11,7 @@ async function executorFn(context, api) {
11
11
  };
12
12
  }
13
13
  chunkSHUYVCID_js.__name(executorFn, "executorFn");
14
- var executor = chunkVBWZ5OQ5_js.withExecutor("lint", executorFn);
14
+ var executor = chunkYZGPEZGL_js.withExecutor("lint", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-PH6WPILG.mjs';
1
+ import { withExecutor } from './chunk-U4P6FPOT.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -78,7 +78,7 @@ import { resolve } from 'node:path';
78
78
 
79
79
  // ../powerlines/package.json
80
80
  var package_default = {
81
- version: "0.37.85"};
81
+ version: "0.37.87"};
82
82
 
83
83
  // ../powerlines/src/plugin-utils/modules.ts
84
84
  function isBuiltinModule(context, moduleName) {
@@ -1236,7 +1236,7 @@ var extendLog = /* @__PURE__ */ __name((logFn, name) => {
1236
1236
  return (type, ...args) => logFn(type, ` ${chalk5.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${titleCase(name)} `)} ${args.join(" ")} `);
1237
1237
  }, "extendLog");
1238
1238
  async function format(context, path, data, force = false) {
1239
- if (!force && (isParentPath(path, context.config.output.outputPath) || isParentPath(path, context.config.output.buildPath))) {
1239
+ if (!force && (isParentPath(path, appendPath(context.config.output.outputPath, context.workspaceConfig.workspaceRoot)) || isParentPath(path, appendPath(context.config.output.buildPath, context.workspaceConfig.workspaceRoot)))) {
1240
1240
  return data;
1241
1241
  }
1242
1242
  let code = data;
@@ -1251,9 +1251,9 @@ async function format(context, path, data, force = false) {
1251
1251
  }
1252
1252
  __name(format, "format");
1253
1253
  async function formatFolder(context, path) {
1254
- if (!isParentPath(path, context.config.output.outputPath) && !isParentPath(path, context.config.output.buildPath)) {
1254
+ if (!isParentPath(path, appendPath(context.config.output.outputPath, context.workspaceConfig.workspaceRoot)) && !isParentPath(path, appendPath(context.config.output.buildPath, context.workspaceConfig.workspaceRoot))) {
1255
1255
  await Promise.allSettled((await listFiles(path)).map(async (file) => {
1256
- if (!isParentPath(file, context.config.output.outputPath) && !isParentPath(file, context.config.output.buildPath)) {
1256
+ if (!isParentPath(file, appendPath(context.config.output.outputPath, context.workspaceConfig.workspaceRoot)) && !isParentPath(file, appendPath(context.config.output.buildPath, context.workspaceConfig.workspaceRoot))) {
1257
1257
  const data = await context.fs.read(file);
1258
1258
  if (data) {
1259
1259
  const formatted = await format(context, file, data);
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkVBWZ5OQ5_js = require('./chunk-VBWZ5OQ5.js');
3
+ var chunkYZGPEZGL_js = require('./chunk-YZGPEZGL.js');
4
4
  var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
5
5
  var defu = require('defu');
6
6
 
@@ -19,7 +19,7 @@ async function executorFn(context, api) {
19
19
  };
20
20
  }
21
21
  chunkSHUYVCID_js.__name(executorFn, "executorFn");
22
- var executor = chunkVBWZ5OQ5_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkYZGPEZGL_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -107,7 +107,7 @@ var $__namespace = /*#__PURE__*/_interopNamespace($);
107
107
 
108
108
  // ../powerlines/package.json
109
109
  var package_default = {
110
- version: "0.37.85"};
110
+ version: "0.37.87"};
111
111
 
112
112
  // ../powerlines/src/plugin-utils/modules.ts
113
113
  function isBuiltinModule(context, moduleName) {
@@ -1265,7 +1265,7 @@ var extendLog = /* @__PURE__ */ chunkSHUYVCID_js.__name((logFn, name) => {
1265
1265
  return (type, ...args) => logFn(type, ` ${chalk5__default.default.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${titleCase.titleCase(name)} `)} ${args.join(" ")} `);
1266
1266
  }, "extendLog");
1267
1267
  async function format(context, path, data, force = false) {
1268
- if (!force && (isParentPath.isParentPath(path, context.config.output.outputPath) || isParentPath.isParentPath(path, context.config.output.buildPath))) {
1268
+ if (!force && (isParentPath.isParentPath(path, append.appendPath(context.config.output.outputPath, context.workspaceConfig.workspaceRoot)) || isParentPath.isParentPath(path, append.appendPath(context.config.output.buildPath, context.workspaceConfig.workspaceRoot)))) {
1269
1269
  return data;
1270
1270
  }
1271
1271
  let code = data;
@@ -1280,9 +1280,9 @@ async function format(context, path, data, force = false) {
1280
1280
  }
1281
1281
  chunkSHUYVCID_js.__name(format, "format");
1282
1282
  async function formatFolder(context, path) {
1283
- if (!isParentPath.isParentPath(path, context.config.output.outputPath) && !isParentPath.isParentPath(path, context.config.output.buildPath)) {
1283
+ if (!isParentPath.isParentPath(path, append.appendPath(context.config.output.outputPath, context.workspaceConfig.workspaceRoot)) && !isParentPath.isParentPath(path, append.appendPath(context.config.output.buildPath, context.workspaceConfig.workspaceRoot))) {
1284
1284
  await Promise.allSettled((await listFiles.listFiles(path)).map(async (file) => {
1285
- if (!isParentPath.isParentPath(file, context.config.output.outputPath) && !isParentPath.isParentPath(file, context.config.output.buildPath)) {
1285
+ if (!isParentPath.isParentPath(file, append.appendPath(context.config.output.outputPath, context.workspaceConfig.workspaceRoot)) && !isParentPath.isParentPath(file, append.appendPath(context.config.output.buildPath, context.workspaceConfig.workspaceRoot))) {
1286
1286
  const data = await context.fs.read(file);
1287
1287
  if (data) {
1288
1288
  const formatted = await format(context, file, data);
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkEYUGNB3F_js = require('./chunk-EYUGNB3F.js');
5
- var chunkLZLC5GGN_js = require('./chunk-LZLC5GGN.js');
6
- var chunkIGJOQZXO_js = require('./chunk-IGJOQZXO.js');
7
- var chunkZLIDPTD4_js = require('./chunk-ZLIDPTD4.js');
8
- var chunk4NBBBYHG_js = require('./chunk-4NBBBYHG.js');
9
- require('./chunk-VBWZ5OQ5.js');
4
+ var chunkQKDFP4GM_js = require('./chunk-QKDFP4GM.js');
5
+ var chunkXJZMKPER_js = require('./chunk-XJZMKPER.js');
6
+ var chunk3HD4JIA7_js = require('./chunk-3HD4JIA7.js');
7
+ var chunkIYMHUKYW_js = require('./chunk-IYMHUKYW.js');
8
+ var chunkHIEWAGEQ_js = require('./chunk-HIEWAGEQ.js');
9
+ require('./chunk-YZGPEZGL.js');
10
10
  require('./chunk-NU3VTAH5.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
14
14
 
15
15
  Object.defineProperty(exports, "lint", {
16
16
  enumerable: true,
17
- get: function () { return chunkEYUGNB3F_js.executor_default; }
17
+ get: function () { return chunkQKDFP4GM_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunkLZLC5GGN_js.executor_default; }
21
+ get: function () { return chunkXJZMKPER_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunkIGJOQZXO_js.executor_default; }
25
+ get: function () { return chunk3HD4JIA7_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkZLIDPTD4_js.executor_default; }
29
+ get: function () { return chunkIYMHUKYW_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunk4NBBBYHG_js.executor_default; }
33
+ get: function () { return chunkHIEWAGEQ_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-DJ76MMNJ.mjs';
3
- export { executor_default as prepare } from './chunk-QMEBI26M.mjs';
4
- export { executor_default as build } from './chunk-KVVQUYJY.mjs';
5
- export { executor_default as clean } from './chunk-5GI2JICR.mjs';
6
- export { executor_default as docs } from './chunk-DDVYVHJL.mjs';
7
- import './chunk-PH6WPILG.mjs';
2
+ export { executor_default as lint } from './chunk-I5XWDKPU.mjs';
3
+ export { executor_default as prepare } from './chunk-6GMCS7UR.mjs';
4
+ export { executor_default as build } from './chunk-RJ3X4GW4.mjs';
5
+ export { executor_default as clean } from './chunk-KHPZ65AL.mjs';
6
+ export { executor_default as docs } from './chunk-GHAQPFUR.mjs';
7
+ import './chunk-U4P6FPOT.mjs';
8
8
  import './chunk-AGZ4P3AS.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  var chunkG4H2HOVQ_js = require('./chunk-G4H2HOVQ.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkEYUGNB3F_js = require('./chunk-EYUGNB3F.js');
6
- var chunkLZLC5GGN_js = require('./chunk-LZLC5GGN.js');
7
- var chunkIGJOQZXO_js = require('./chunk-IGJOQZXO.js');
8
- var chunkZLIDPTD4_js = require('./chunk-ZLIDPTD4.js');
9
- var chunk4NBBBYHG_js = require('./chunk-4NBBBYHG.js');
5
+ var chunkQKDFP4GM_js = require('./chunk-QKDFP4GM.js');
6
+ var chunkXJZMKPER_js = require('./chunk-XJZMKPER.js');
7
+ var chunk3HD4JIA7_js = require('./chunk-3HD4JIA7.js');
8
+ var chunkIYMHUKYW_js = require('./chunk-IYMHUKYW.js');
9
+ var chunkHIEWAGEQ_js = require('./chunk-HIEWAGEQ.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-VBWZ5OQ5.js');
12
+ require('./chunk-YZGPEZGL.js');
13
13
  require('./chunk-K47ZSAOM.js');
14
14
  require('./chunk-NU3VTAH5.js');
15
15
  require('./chunk-IQVSZEQ6.js');
@@ -23,23 +23,23 @@ Object.defineProperty(exports, "createNodesV2", {
23
23
  });
24
24
  Object.defineProperty(exports, "lint", {
25
25
  enumerable: true,
26
- get: function () { return chunkEYUGNB3F_js.executor_default; }
26
+ get: function () { return chunkQKDFP4GM_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunkLZLC5GGN_js.executor_default; }
30
+ get: function () { return chunkXJZMKPER_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunkIGJOQZXO_js.executor_default; }
34
+ get: function () { return chunk3HD4JIA7_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkZLIDPTD4_js.executor_default; }
38
+ get: function () { return chunkIYMHUKYW_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunk4NBBBYHG_js.executor_default; }
42
+ get: function () { return chunkHIEWAGEQ_js.executor_default; }
43
43
  });
44
44
  Object.defineProperty(exports, "sync", {
45
45
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  export { createNodesV2 } from './chunk-KUZFN4R7.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-DJ76MMNJ.mjs';
4
- export { executor_default as prepare } from './chunk-QMEBI26M.mjs';
5
- export { executor_default as build } from './chunk-KVVQUYJY.mjs';
6
- export { executor_default as clean } from './chunk-5GI2JICR.mjs';
7
- export { executor_default as docs } from './chunk-DDVYVHJL.mjs';
3
+ export { executor_default as lint } from './chunk-I5XWDKPU.mjs';
4
+ export { executor_default as prepare } from './chunk-6GMCS7UR.mjs';
5
+ export { executor_default as build } from './chunk-RJ3X4GW4.mjs';
6
+ export { executor_default as clean } from './chunk-KHPZ65AL.mjs';
7
+ export { executor_default as docs } from './chunk-GHAQPFUR.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-PH6WPILG.mjs';
10
+ import './chunk-U4P6FPOT.mjs';
11
11
  import './chunk-35MFJYOO.mjs';
12
12
  import './chunk-AGZ4P3AS.mjs';
13
13
  import './chunk-IC47MFKB.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkVBWZ5OQ5_js = require('../../chunk-VBWZ5OQ5.js');
3
+ var chunkYZGPEZGL_js = require('../../chunk-YZGPEZGL.js');
4
4
  require('../../chunk-NU3VTAH5.js');
5
5
  require('../../chunk-SHUYVCID.js');
6
6
 
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
8
8
 
9
9
  Object.defineProperty(exports, "withExecutor", {
10
10
  enumerable: true,
11
- get: function () { return chunkVBWZ5OQ5_js.withExecutor; }
11
+ get: function () { return chunkYZGPEZGL_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-PH6WPILG.mjs';
1
+ export { withExecutor } from '../../chunk-U4P6FPOT.mjs';
2
2
  import '../../chunk-AGZ4P3AS.mjs';
3
3
  import '../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkIGJOQZXO_js = require('../../../chunk-IGJOQZXO.js');
6
- require('../../../chunk-VBWZ5OQ5.js');
5
+ var chunk3HD4JIA7_js = require('../../../chunk-3HD4JIA7.js');
6
+ require('../../../chunk-YZGPEZGL.js');
7
7
  require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkIGJOQZXO_js.executor_default; }
14
+ get: function () { return chunk3HD4JIA7_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkIGJOQZXO_js.executorFn; }
18
+ get: function () { return chunk3HD4JIA7_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-KVVQUYJY.mjs';
2
- import '../../../chunk-PH6WPILG.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-RJ3X4GW4.mjs';
2
+ import '../../../chunk-U4P6FPOT.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkZLIDPTD4_js = require('../../../chunk-ZLIDPTD4.js');
6
- require('../../../chunk-VBWZ5OQ5.js');
5
+ var chunkIYMHUKYW_js = require('../../../chunk-IYMHUKYW.js');
6
+ require('../../../chunk-YZGPEZGL.js');
7
7
  require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkZLIDPTD4_js.executor_default; }
14
+ get: function () { return chunkIYMHUKYW_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkZLIDPTD4_js.executorFn; }
18
+ get: function () { return chunkIYMHUKYW_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-5GI2JICR.mjs';
2
- import '../../../chunk-PH6WPILG.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-KHPZ65AL.mjs';
2
+ import '../../../chunk-U4P6FPOT.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk4NBBBYHG_js = require('../../../chunk-4NBBBYHG.js');
6
- require('../../../chunk-VBWZ5OQ5.js');
5
+ var chunkHIEWAGEQ_js = require('../../../chunk-HIEWAGEQ.js');
6
+ require('../../../chunk-YZGPEZGL.js');
7
7
  require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk4NBBBYHG_js.executor_default; }
14
+ get: function () { return chunkHIEWAGEQ_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk4NBBBYHG_js.executorFn; }
18
+ get: function () { return chunkHIEWAGEQ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-DDVYVHJL.mjs';
2
- import '../../../chunk-PH6WPILG.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-GHAQPFUR.mjs';
2
+ import '../../../chunk-U4P6FPOT.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkEYUGNB3F_js = require('../../../chunk-EYUGNB3F.js');
6
- require('../../../chunk-VBWZ5OQ5.js');
5
+ var chunkQKDFP4GM_js = require('../../../chunk-QKDFP4GM.js');
6
+ require('../../../chunk-YZGPEZGL.js');
7
7
  require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkEYUGNB3F_js.executor_default; }
14
+ get: function () { return chunkQKDFP4GM_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkEYUGNB3F_js.executorFn; }
18
+ get: function () { return chunkQKDFP4GM_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-DJ76MMNJ.mjs';
2
- import '../../../chunk-PH6WPILG.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-I5XWDKPU.mjs';
2
+ import '../../../chunk-U4P6FPOT.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkLZLC5GGN_js = require('../../../chunk-LZLC5GGN.js');
6
- require('../../../chunk-VBWZ5OQ5.js');
5
+ var chunkXJZMKPER_js = require('../../../chunk-XJZMKPER.js');
6
+ require('../../../chunk-YZGPEZGL.js');
7
7
  require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkLZLC5GGN_js.executor_default; }
14
+ get: function () { return chunkXJZMKPER_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkLZLC5GGN_js.executorFn; }
18
+ get: function () { return chunkXJZMKPER_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-QMEBI26M.mjs';
2
- import '../../../chunk-PH6WPILG.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-6GMCS7UR.mjs';
2
+ import '../../../chunk-U4P6FPOT.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.143",
3
+ "version": "0.11.145",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -196,7 +196,7 @@
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "22.4.0",
199
- "powerlines": "^0.37.86"
199
+ "powerlines": "^0.37.88"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "22.4.0",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "48494d6ab1212dd20f5d01aecb20d62813fa720e"
213
+ "gitHead": "d041e2aa4cd8b8cb4c77536083271b56c9e75443"
214
214
  }