@powerlines/nx 0.11.45 → 0.11.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 (30) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{chunk-5W5VL6B4.mjs → chunk-2BYMHSA6.mjs} +1 -1
  3. package/dist/{chunk-BNVCCV3M.js → chunk-ASZIG5H5.js} +2 -2
  4. package/dist/{chunk-DO2LG7X6.mjs → chunk-C3XHFBQH.mjs} +1 -1
  5. package/dist/{chunk-SJ3HSQTX.js → chunk-FTFUDXPS.js} +46 -2
  6. package/dist/{chunk-A4OG6M7U.mjs → chunk-G24F5YQX.mjs} +1 -1
  7. package/dist/{chunk-FZKBIXEI.js → chunk-HXO76YR6.js} +2 -2
  8. package/dist/{chunk-FVNTHOEX.mjs → chunk-JZPRT6PF.mjs} +46 -2
  9. package/dist/{chunk-M7QRDATO.mjs → chunk-MKZ63NLS.mjs} +1 -1
  10. package/dist/{chunk-HP36TTHW.js → chunk-NJJ5TC43.js} +2 -2
  11. package/dist/{chunk-SBTXAQRW.mjs → chunk-QARM3ABN.mjs} +1 -1
  12. package/dist/{chunk-4BT7E5KE.js → chunk-SUEEWSXC.js} +2 -2
  13. package/dist/{chunk-BDXC76WC.js → chunk-TYWKUU4W.js} +2 -2
  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.46](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.46) (12/30/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.36.20**
10
+
11
+ ## [0.11.45](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.45) (12/30/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.36.19**
16
+
5
17
  ## [0.11.44](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.44) (12/30/2025)
6
18
 
7
19
  ### Documentation
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-FVNTHOEX.mjs';
1
+ import { withExecutor } from './chunk-JZPRT6PF.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkSJ3HSQTX_js = require('./chunk-SJ3HSQTX.js');
3
+ var chunkFTFUDXPS_js = require('./chunk-FTFUDXPS.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 = chunkSJ3HSQTX_js.withExecutor("build", executorFn);
22
+ var executor = chunkFTFUDXPS_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-FVNTHOEX.mjs';
1
+ import { withExecutor } from './chunk-JZPRT6PF.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -62,6 +62,7 @@ var isFile = require('@stryke/fs/is-file');
62
62
  var $ = require('@stryke/capnp');
63
63
  var buffer = require('@stryke/fs/buffer');
64
64
  var prettyBytes = require('@stryke/string-format/pretty-bytes');
65
+ var isRegexp = require('@stryke/type-checks/is-regexp');
65
66
  var buffer$1 = require('buffer');
66
67
  var url = require('url');
67
68
  var prettier = require('prettier');
@@ -107,8 +108,7 @@ function resolveModulePath(nodePath, state) {
107
108
  if (!t__namespace.isStringLiteral(nodePath.node)) {
108
109
  return;
109
110
  }
110
- const sourcePath = nodePath.node.value;
111
- const resolvedPath = state.context?.fs.resolveSync(sourcePath);
111
+ const resolvedPath = state.context?.fs.resolveSync(nodePath.node.value);
112
112
  if (resolvedPath) {
113
113
  nodePath.replaceWith(t__namespace.stringLiteral(
114
114
  // Remove the file extension if it exists
@@ -2363,6 +2363,44 @@ var VirtualFileSystem = class _VirtualFileSystem {
2363
2363
  return void 0;
2364
2364
  }
2365
2365
  /**
2366
+ * Resolves a given module ID using the configured aliases.
2367
+ *
2368
+ * @remarks
2369
+ * This function can be used to map module IDs to different paths based on the alias configuration.
2370
+ *
2371
+ * @param id - The module ID to resolve.
2372
+ * @returns The resolved module ID - after applying any configured aliases (this will be the same as the input ID if no aliases match).
2373
+ */
2374
+ resolveAlias(id) {
2375
+ let path = id;
2376
+ if (this.#context.config.build.alias) {
2377
+ if (Array.isArray(this.#context.config.build.alias) && this.#context.config.build.alias.length > 0) {
2378
+ const found = this.#context.config.build.alias.filter((alias) => isSetString.isSetString(alias.find) && (alias.find === path || path.startsWith(`${alias.find}/`)) || isRegexp.isRegExp(alias.find) && alias.find.test(path));
2379
+ if (found.length > 0) {
2380
+ const alias = found.reduce((ret, current) => {
2381
+ const retLength = isSetString.isSetString(ret.find) ? ret.find.length : isRegexp.isRegExp(ret.find) ? ret.find.source.length : 0;
2382
+ const currentLength = isSetString.isSetString(current.find) ? current.find.length : isRegexp.isRegExp(current.find) ? current.find.source.length : 0;
2383
+ return retLength > currentLength ? ret : current;
2384
+ });
2385
+ if (isSetString.isSetString(alias.find)) {
2386
+ path = path.replace(new RegExp(`^${alias.find}`), alias.replacement);
2387
+ } else if (isRegexp.isRegExp(alias.find)) {
2388
+ path = path.replace(alias.find, alias.replacement);
2389
+ }
2390
+ }
2391
+ } else if (isSetObject.isSetObject(this.#context.config.build.alias)) {
2392
+ const found = Object.keys(this.#context.config.build.alias).filter((key) => key === path || path.startsWith(`${key}/`));
2393
+ if (found.length > 0) {
2394
+ const alias = found.reduce((ret, current) => {
2395
+ return ret.length > current.length ? ret : current;
2396
+ });
2397
+ path = path.replace(new RegExp(`^${alias}`), this.#context.config.build.alias[alias]);
2398
+ }
2399
+ }
2400
+ }
2401
+ return path;
2402
+ }
2403
+ /**
2366
2404
  * A helper function to resolve modules in the virtual file system (VFS).
2367
2405
  *
2368
2406
  * @remarks
@@ -2383,6 +2421,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
2383
2421
  if (path.includes("{") || path.includes("}")) {
2384
2422
  path = replacePathTokens(this.#context, path);
2385
2423
  }
2424
+ if (options.skipAlias !== true) {
2425
+ path = this.resolveAlias(path);
2426
+ }
2386
2427
  if (isType.isAbsolutePath(path)) {
2387
2428
  return path;
2388
2429
  }
@@ -2453,6 +2494,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
2453
2494
  if (path.includes("{") || path.includes("}")) {
2454
2495
  path = replacePathTokens(this.#context, path);
2455
2496
  }
2497
+ if (options.skipAlias !== true) {
2498
+ path = this.resolveAlias(path);
2499
+ }
2456
2500
  if (isType.isAbsolutePath(path)) {
2457
2501
  return path;
2458
2502
  }
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-FVNTHOEX.mjs';
1
+ import { withExecutor } from './chunk-JZPRT6PF.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 chunkSJ3HSQTX_js = require('./chunk-SJ3HSQTX.js');
3
+ var chunkFTFUDXPS_js = require('./chunk-FTFUDXPS.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 = chunkSJ3HSQTX_js.withExecutor("docs", executorFn);
14
+ var executor = chunkFTFUDXPS_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -60,6 +60,7 @@ import { isDirectory, isFile } from '@stryke/fs/is-file';
60
60
  import * as $ from '@stryke/capnp';
61
61
  import { readFileBuffer, readFileBufferSync, writeFileBuffer } from '@stryke/fs/buffer';
62
62
  import { prettyBytes } from '@stryke/string-format/pretty-bytes';
63
+ import { isRegExp } from '@stryke/type-checks/is-regexp';
63
64
  import { Blob } from 'node:buffer';
64
65
  import { fileURLToPath } from 'node:url';
65
66
  import { resolveConfig, format } from 'prettier';
@@ -78,8 +79,7 @@ function resolveModulePath(nodePath, state) {
78
79
  if (!t.isStringLiteral(nodePath.node)) {
79
80
  return;
80
81
  }
81
- const sourcePath = nodePath.node.value;
82
- const resolvedPath = state.context?.fs.resolveSync(sourcePath);
82
+ const resolvedPath = state.context?.fs.resolveSync(nodePath.node.value);
83
83
  if (resolvedPath) {
84
84
  nodePath.replaceWith(t.stringLiteral(
85
85
  // Remove the file extension if it exists
@@ -2334,6 +2334,44 @@ var VirtualFileSystem = class _VirtualFileSystem {
2334
2334
  return void 0;
2335
2335
  }
2336
2336
  /**
2337
+ * Resolves a given module ID using the configured aliases.
2338
+ *
2339
+ * @remarks
2340
+ * This function can be used to map module IDs to different paths based on the alias configuration.
2341
+ *
2342
+ * @param id - The module ID to resolve.
2343
+ * @returns The resolved module ID - after applying any configured aliases (this will be the same as the input ID if no aliases match).
2344
+ */
2345
+ resolveAlias(id) {
2346
+ let path = id;
2347
+ if (this.#context.config.build.alias) {
2348
+ if (Array.isArray(this.#context.config.build.alias) && this.#context.config.build.alias.length > 0) {
2349
+ const found = this.#context.config.build.alias.filter((alias) => isSetString(alias.find) && (alias.find === path || path.startsWith(`${alias.find}/`)) || isRegExp(alias.find) && alias.find.test(path));
2350
+ if (found.length > 0) {
2351
+ const alias = found.reduce((ret, current) => {
2352
+ const retLength = isSetString(ret.find) ? ret.find.length : isRegExp(ret.find) ? ret.find.source.length : 0;
2353
+ const currentLength = isSetString(current.find) ? current.find.length : isRegExp(current.find) ? current.find.source.length : 0;
2354
+ return retLength > currentLength ? ret : current;
2355
+ });
2356
+ if (isSetString(alias.find)) {
2357
+ path = path.replace(new RegExp(`^${alias.find}`), alias.replacement);
2358
+ } else if (isRegExp(alias.find)) {
2359
+ path = path.replace(alias.find, alias.replacement);
2360
+ }
2361
+ }
2362
+ } else if (isSetObject(this.#context.config.build.alias)) {
2363
+ const found = Object.keys(this.#context.config.build.alias).filter((key) => key === path || path.startsWith(`${key}/`));
2364
+ if (found.length > 0) {
2365
+ const alias = found.reduce((ret, current) => {
2366
+ return ret.length > current.length ? ret : current;
2367
+ });
2368
+ path = path.replace(new RegExp(`^${alias}`), this.#context.config.build.alias[alias]);
2369
+ }
2370
+ }
2371
+ }
2372
+ return path;
2373
+ }
2374
+ /**
2337
2375
  * A helper function to resolve modules in the virtual file system (VFS).
2338
2376
  *
2339
2377
  * @remarks
@@ -2354,6 +2392,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
2354
2392
  if (path.includes("{") || path.includes("}")) {
2355
2393
  path = replacePathTokens(this.#context, path);
2356
2394
  }
2395
+ if (options.skipAlias !== true) {
2396
+ path = this.resolveAlias(path);
2397
+ }
2357
2398
  if (isAbsolutePath(path)) {
2358
2399
  return path;
2359
2400
  }
@@ -2424,6 +2465,9 @@ var VirtualFileSystem = class _VirtualFileSystem {
2424
2465
  if (path.includes("{") || path.includes("}")) {
2425
2466
  path = replacePathTokens(this.#context, path);
2426
2467
  }
2468
+ if (options.skipAlias !== true) {
2469
+ path = this.resolveAlias(path);
2470
+ }
2427
2471
  if (isAbsolutePath(path)) {
2428
2472
  return path;
2429
2473
  }
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-FVNTHOEX.mjs';
1
+ import { withExecutor } from './chunk-JZPRT6PF.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 chunkSJ3HSQTX_js = require('./chunk-SJ3HSQTX.js');
3
+ var chunkFTFUDXPS_js = require('./chunk-FTFUDXPS.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 = chunkSJ3HSQTX_js.withExecutor("lint", executorFn);
14
+ var executor = chunkFTFUDXPS_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-FVNTHOEX.mjs';
1
+ import { withExecutor } from './chunk-JZPRT6PF.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkSJ3HSQTX_js = require('./chunk-SJ3HSQTX.js');
3
+ var chunkFTFUDXPS_js = require('./chunk-FTFUDXPS.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 = chunkSJ3HSQTX_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkFTFUDXPS_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkSJ3HSQTX_js = require('./chunk-SJ3HSQTX.js');
3
+ var chunkFTFUDXPS_js = require('./chunk-FTFUDXPS.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 = chunkSJ3HSQTX_js.withExecutor("clean", executorFn);
14
+ var executor = chunkFTFUDXPS_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkHP36TTHW_js = require('./chunk-HP36TTHW.js');
5
- var chunk4BT7E5KE_js = require('./chunk-4BT7E5KE.js');
6
- var chunkBNVCCV3M_js = require('./chunk-BNVCCV3M.js');
7
- var chunkBDXC76WC_js = require('./chunk-BDXC76WC.js');
8
- var chunkFZKBIXEI_js = require('./chunk-FZKBIXEI.js');
9
- require('./chunk-SJ3HSQTX.js');
4
+ var chunkNJJ5TC43_js = require('./chunk-NJJ5TC43.js');
5
+ var chunkSUEEWSXC_js = require('./chunk-SUEEWSXC.js');
6
+ var chunkASZIG5H5_js = require('./chunk-ASZIG5H5.js');
7
+ var chunkTYWKUU4W_js = require('./chunk-TYWKUU4W.js');
8
+ var chunkHXO76YR6_js = require('./chunk-HXO76YR6.js');
9
+ require('./chunk-FTFUDXPS.js');
10
10
  require('./chunk-DQI2I5KK.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 chunkHP36TTHW_js.executor_default; }
17
+ get: function () { return chunkNJJ5TC43_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunk4BT7E5KE_js.executor_default; }
21
+ get: function () { return chunkSUEEWSXC_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunkBNVCCV3M_js.executor_default; }
25
+ get: function () { return chunkASZIG5H5_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkBDXC76WC_js.executor_default; }
29
+ get: function () { return chunkTYWKUU4W_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkFZKBIXEI_js.executor_default; }
33
+ get: function () { return chunkHXO76YR6_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-A4OG6M7U.mjs';
3
- export { executor_default as prepare } from './chunk-5W5VL6B4.mjs';
4
- export { executor_default as build } from './chunk-SBTXAQRW.mjs';
5
- export { executor_default as clean } from './chunk-M7QRDATO.mjs';
6
- export { executor_default as docs } from './chunk-DO2LG7X6.mjs';
7
- import './chunk-FVNTHOEX.mjs';
2
+ export { executor_default as lint } from './chunk-G24F5YQX.mjs';
3
+ export { executor_default as prepare } from './chunk-2BYMHSA6.mjs';
4
+ export { executor_default as build } from './chunk-QARM3ABN.mjs';
5
+ export { executor_default as clean } from './chunk-MKZ63NLS.mjs';
6
+ export { executor_default as docs } from './chunk-C3XHFBQH.mjs';
7
+ import './chunk-JZPRT6PF.mjs';
8
8
  import './chunk-OVX2CEXQ.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  var chunkTNFRQNSW_js = require('./chunk-TNFRQNSW.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkHP36TTHW_js = require('./chunk-HP36TTHW.js');
6
- var chunk4BT7E5KE_js = require('./chunk-4BT7E5KE.js');
7
- var chunkBNVCCV3M_js = require('./chunk-BNVCCV3M.js');
8
- var chunkBDXC76WC_js = require('./chunk-BDXC76WC.js');
9
- var chunkFZKBIXEI_js = require('./chunk-FZKBIXEI.js');
5
+ var chunkNJJ5TC43_js = require('./chunk-NJJ5TC43.js');
6
+ var chunkSUEEWSXC_js = require('./chunk-SUEEWSXC.js');
7
+ var chunkASZIG5H5_js = require('./chunk-ASZIG5H5.js');
8
+ var chunkTYWKUU4W_js = require('./chunk-TYWKUU4W.js');
9
+ var chunkHXO76YR6_js = require('./chunk-HXO76YR6.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-SJ3HSQTX.js');
12
+ require('./chunk-FTFUDXPS.js');
13
13
  require('./chunk-QSMJD4CD.js');
14
14
  require('./chunk-DQI2I5KK.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 chunkHP36TTHW_js.executor_default; }
26
+ get: function () { return chunkNJJ5TC43_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunk4BT7E5KE_js.executor_default; }
30
+ get: function () { return chunkSUEEWSXC_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunkBNVCCV3M_js.executor_default; }
34
+ get: function () { return chunkASZIG5H5_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkBDXC76WC_js.executor_default; }
38
+ get: function () { return chunkTYWKUU4W_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkFZKBIXEI_js.executor_default; }
42
+ get: function () { return chunkHXO76YR6_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-KPZS6OF5.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-A4OG6M7U.mjs';
4
- export { executor_default as prepare } from './chunk-5W5VL6B4.mjs';
5
- export { executor_default as build } from './chunk-SBTXAQRW.mjs';
6
- export { executor_default as clean } from './chunk-M7QRDATO.mjs';
7
- export { executor_default as docs } from './chunk-DO2LG7X6.mjs';
3
+ export { executor_default as lint } from './chunk-G24F5YQX.mjs';
4
+ export { executor_default as prepare } from './chunk-2BYMHSA6.mjs';
5
+ export { executor_default as build } from './chunk-QARM3ABN.mjs';
6
+ export { executor_default as clean } from './chunk-MKZ63NLS.mjs';
7
+ export { executor_default as docs } from './chunk-C3XHFBQH.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-FVNTHOEX.mjs';
10
+ import './chunk-JZPRT6PF.mjs';
11
11
  import './chunk-LK4PXBKI.mjs';
12
12
  import './chunk-OVX2CEXQ.mjs';
13
13
  import './chunk-IC47MFKB.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkSJ3HSQTX_js = require('../../chunk-SJ3HSQTX.js');
3
+ var chunkFTFUDXPS_js = require('../../chunk-FTFUDXPS.js');
4
4
  require('../../chunk-DQI2I5KK.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 chunkSJ3HSQTX_js.withExecutor; }
11
+ get: function () { return chunkFTFUDXPS_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-FVNTHOEX.mjs';
1
+ export { withExecutor } from '../../chunk-JZPRT6PF.mjs';
2
2
  import '../../chunk-OVX2CEXQ.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 chunkBNVCCV3M_js = require('../../../chunk-BNVCCV3M.js');
6
- require('../../../chunk-SJ3HSQTX.js');
5
+ var chunkASZIG5H5_js = require('../../../chunk-ASZIG5H5.js');
6
+ require('../../../chunk-FTFUDXPS.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkBNVCCV3M_js.executor_default; }
14
+ get: function () { return chunkASZIG5H5_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkBNVCCV3M_js.executorFn; }
18
+ get: function () { return chunkASZIG5H5_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-SBTXAQRW.mjs';
2
- import '../../../chunk-FVNTHOEX.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-QARM3ABN.mjs';
2
+ import '../../../chunk-JZPRT6PF.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunkBDXC76WC_js = require('../../../chunk-BDXC76WC.js');
6
- require('../../../chunk-SJ3HSQTX.js');
5
+ var chunkTYWKUU4W_js = require('../../../chunk-TYWKUU4W.js');
6
+ require('../../../chunk-FTFUDXPS.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkBDXC76WC_js.executor_default; }
14
+ get: function () { return chunkTYWKUU4W_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkBDXC76WC_js.executorFn; }
18
+ get: function () { return chunkTYWKUU4W_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-M7QRDATO.mjs';
2
- import '../../../chunk-FVNTHOEX.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-MKZ63NLS.mjs';
2
+ import '../../../chunk-JZPRT6PF.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunkFZKBIXEI_js = require('../../../chunk-FZKBIXEI.js');
6
- require('../../../chunk-SJ3HSQTX.js');
5
+ var chunkHXO76YR6_js = require('../../../chunk-HXO76YR6.js');
6
+ require('../../../chunk-FTFUDXPS.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkFZKBIXEI_js.executor_default; }
14
+ get: function () { return chunkHXO76YR6_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkFZKBIXEI_js.executorFn; }
18
+ get: function () { return chunkHXO76YR6_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-DO2LG7X6.mjs';
2
- import '../../../chunk-FVNTHOEX.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-C3XHFBQH.mjs';
2
+ import '../../../chunk-JZPRT6PF.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunkHP36TTHW_js = require('../../../chunk-HP36TTHW.js');
6
- require('../../../chunk-SJ3HSQTX.js');
5
+ var chunkNJJ5TC43_js = require('../../../chunk-NJJ5TC43.js');
6
+ require('../../../chunk-FTFUDXPS.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkHP36TTHW_js.executor_default; }
14
+ get: function () { return chunkNJJ5TC43_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkHP36TTHW_js.executorFn; }
18
+ get: function () { return chunkNJJ5TC43_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-A4OG6M7U.mjs';
2
- import '../../../chunk-FVNTHOEX.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-G24F5YQX.mjs';
2
+ import '../../../chunk-JZPRT6PF.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunk4BT7E5KE_js = require('../../../chunk-4BT7E5KE.js');
6
- require('../../../chunk-SJ3HSQTX.js');
5
+ var chunkSUEEWSXC_js = require('../../../chunk-SUEEWSXC.js');
6
+ require('../../../chunk-FTFUDXPS.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunk4BT7E5KE_js.executor_default; }
14
+ get: function () { return chunkSUEEWSXC_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk4BT7E5KE_js.executorFn; }
18
+ get: function () { return chunkSUEEWSXC_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-5W5VL6B4.mjs';
2
- import '../../../chunk-FVNTHOEX.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-2BYMHSA6.mjs';
2
+ import '../../../chunk-JZPRT6PF.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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.45",
3
+ "version": "0.11.47",
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.3.3",
199
- "powerlines": "^0.36.19"
199
+ "powerlines": "^0.36.21"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.3.3",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "b4b5079fef10cf5fccdaa2ff09dd8f728ff25bf7"
213
+ "gitHead": "b16324cf857ea5743fd7ad06e18607b1ba32abe0"
214
214
  }