@powerlines/nx 0.10.4 → 0.10.6

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-CZ3MXYGK.js → chunk-2KH2YNA7.js} +2 -2
  3. package/dist/{chunk-JIKEBFHR.js → chunk-3NYVLWKQ.js} +1 -1
  4. package/dist/{chunk-3PON7GN2.mjs → chunk-5LTOVY72.mjs} +1 -1
  5. package/dist/{chunk-W53YCJUT.js → chunk-FI2LBCTE.js} +2 -2
  6. package/dist/{chunk-OUA5CYSM.mjs → chunk-I2XQBFXH.mjs} +1 -1
  7. package/dist/{chunk-DXBUB7CM.mjs → chunk-KPMBIBPE.mjs} +1 -1
  8. package/dist/{chunk-4E5UMFKY.mjs → chunk-LPW4ZM6F.mjs} +1 -1
  9. package/dist/{chunk-QBH7UY6J.js → chunk-LRS4T7I7.js} +2 -2
  10. package/dist/{chunk-TGAG4BYS.js → chunk-T42RXTJI.js} +2 -2
  11. package/dist/{chunk-47DFWEJF.mjs → chunk-VTK4AV5G.mjs} +1 -1
  12. package/dist/{chunk-VWGJOYIA.js → chunk-WIXVSWS2.js} +2 -2
  13. package/dist/{chunk-RIJVZWZO.mjs → chunk-XSNM76JD.mjs} +1 -1
  14. package/dist/executors.js +13 -13
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +13 -13
  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 +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.10.5](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.5) (11/08/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.19.1**
10
+
11
+ ## [0.10.4](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.4) (11/08/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.19.0**
16
+
5
17
  ## [0.10.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.3) (11/07/2025)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkJIKEBFHR_js = require('./chunk-JIKEBFHR.js');
3
+ var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.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 = chunkJIKEBFHR_js.withExecutor("docs", executorFn);
14
+ var executor = chunk3NYVLWKQ_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -259,7 +259,7 @@ function resolveEntryInput(context, typeDefinition) {
259
259
  }
260
260
  chunkSHUYVCID_js.__name(resolveEntryInput, "resolveEntryInput");
261
261
  function resolveEntryOutput(context, typeDefinition) {
262
- return replace.replaceExtension(joinPaths.joinPaths(replace.replacePath(replace.replacePath(replace.replacePath(replace.replacePath(typeDefinition.file, joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.sourceRoot)), joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot)), context.config.sourceRoot), context.config.projectRoot)));
262
+ return replace.replaceExtension(replace.replacePath(replace.replacePath(replace.replacePath(replace.replacePath(replace.replacePath(typeDefinition.file, joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.sourceRoot)), joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot)), context.config.sourceRoot), context.config.projectRoot), replace.replacePath(context.config.sourceRoot, context.config.projectRoot)));
263
263
  }
264
264
  chunkSHUYVCID_js.__name(resolveEntryOutput, "resolveEntryOutput");
265
265
  function resolveEntry(context, typeDefinition) {
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-47DFWEJF.mjs';
1
+ import { withExecutor } from './chunk-VTK4AV5G.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 chunkJIKEBFHR_js = require('./chunk-JIKEBFHR.js');
3
+ var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.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 = chunkJIKEBFHR_js.withExecutor("lint", executorFn);
14
+ var executor = chunk3NYVLWKQ_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-47DFWEJF.mjs';
1
+ import { withExecutor } from './chunk-VTK4AV5G.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-47DFWEJF.mjs';
1
+ import { withExecutor } from './chunk-VTK4AV5G.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/clean/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-47DFWEJF.mjs';
1
+ import { withExecutor } from './chunk-VTK4AV5G.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 chunkJIKEBFHR_js = require('./chunk-JIKEBFHR.js');
3
+ var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.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 = chunkJIKEBFHR_js.withExecutor("clean", executorFn);
14
+ var executor = chunk3NYVLWKQ_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkJIKEBFHR_js = require('./chunk-JIKEBFHR.js');
3
+ var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.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 = chunkJIKEBFHR_js.withExecutor("build", executorFn);
22
+ var executor = chunk3NYVLWKQ_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -230,7 +230,7 @@ function resolveEntryInput(context, typeDefinition) {
230
230
  }
231
231
  __name(resolveEntryInput, "resolveEntryInput");
232
232
  function resolveEntryOutput(context, typeDefinition) {
233
- return replaceExtension(joinPaths(replacePath(replacePath(replacePath(replacePath(typeDefinition.file, joinPaths(context.workspaceConfig.workspaceRoot, context.config.sourceRoot)), joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot)), context.config.sourceRoot), context.config.projectRoot)));
233
+ return replaceExtension(replacePath(replacePath(replacePath(replacePath(replacePath(typeDefinition.file, joinPaths(context.workspaceConfig.workspaceRoot, context.config.sourceRoot)), joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot)), context.config.sourceRoot), context.config.projectRoot), replacePath(context.config.sourceRoot, context.config.projectRoot)));
234
234
  }
235
235
  __name(resolveEntryOutput, "resolveEntryOutput");
236
236
  function resolveEntry(context, typeDefinition) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkJIKEBFHR_js = require('./chunk-JIKEBFHR.js');
3
+ var chunk3NYVLWKQ_js = require('./chunk-3NYVLWKQ.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 = chunkJIKEBFHR_js.withExecutor("prepare", executorFn);
22
+ var executor = chunk3NYVLWKQ_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-47DFWEJF.mjs';
1
+ import { withExecutor } from './chunk-VTK4AV5G.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
package/dist/executors.js CHANGED
@@ -1,34 +1,34 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkTGAG4BYS_js = require('./chunk-TGAG4BYS.js');
5
- var chunkCZ3MXYGK_js = require('./chunk-CZ3MXYGK.js');
6
- var chunkW53YCJUT_js = require('./chunk-W53YCJUT.js');
7
- var chunkVWGJOYIA_js = require('./chunk-VWGJOYIA.js');
8
- var chunkQBH7UY6J_js = require('./chunk-QBH7UY6J.js');
9
- require('./chunk-JIKEBFHR.js');
4
+ var chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
5
+ var chunk2KH2YNA7_js = require('./chunk-2KH2YNA7.js');
6
+ var chunkFI2LBCTE_js = require('./chunk-FI2LBCTE.js');
7
+ var chunkWIXVSWS2_js = require('./chunk-WIXVSWS2.js');
8
+ var chunkT42RXTJI_js = require('./chunk-T42RXTJI.js');
9
+ require('./chunk-3NYVLWKQ.js');
10
10
  require('./chunk-UOTRU26N.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
13
13
 
14
14
 
15
- Object.defineProperty(exports, "build", {
15
+ Object.defineProperty(exports, "clean", {
16
16
  enumerable: true,
17
- get: function () { return chunkTGAG4BYS_js.executor_default; }
17
+ get: function () { return chunkLRS4T7I7_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "docs", {
20
20
  enumerable: true,
21
- get: function () { return chunkCZ3MXYGK_js.executor_default; }
21
+ get: function () { return chunk2KH2YNA7_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "lint", {
24
24
  enumerable: true,
25
- get: function () { return chunkW53YCJUT_js.executor_default; }
25
+ get: function () { return chunkFI2LBCTE_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "prepare", {
28
28
  enumerable: true,
29
- get: function () { return chunkVWGJOYIA_js.executor_default; }
29
+ get: function () { return chunkWIXVSWS2_js.executor_default; }
30
30
  });
31
- Object.defineProperty(exports, "clean", {
31
+ Object.defineProperty(exports, "build", {
32
32
  enumerable: true,
33
- get: function () { return chunkQBH7UY6J_js.executor_default; }
33
+ get: function () { return chunkT42RXTJI_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as build } from './chunk-RIJVZWZO.mjs';
3
- export { executor_default as docs } from './chunk-3PON7GN2.mjs';
4
- export { executor_default as lint } from './chunk-OUA5CYSM.mjs';
5
- export { executor_default as prepare } from './chunk-4E5UMFKY.mjs';
6
- export { executor_default as clean } from './chunk-DXBUB7CM.mjs';
7
- import './chunk-47DFWEJF.mjs';
2
+ export { executor_default as clean } from './chunk-KPMBIBPE.mjs';
3
+ export { executor_default as docs } from './chunk-5LTOVY72.mjs';
4
+ export { executor_default as lint } from './chunk-I2XQBFXH.mjs';
5
+ export { executor_default as prepare } from './chunk-LPW4ZM6F.mjs';
6
+ export { executor_default as build } from './chunk-XSNM76JD.mjs';
7
+ import './chunk-VTK4AV5G.mjs';
8
8
  import './chunk-DVGRVHRD.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,35 +1,35 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkTGAG4BYS_js = require('./chunk-TGAG4BYS.js');
5
- var chunkCZ3MXYGK_js = require('./chunk-CZ3MXYGK.js');
6
- var chunkW53YCJUT_js = require('./chunk-W53YCJUT.js');
7
- var chunkVWGJOYIA_js = require('./chunk-VWGJOYIA.js');
4
+ var chunkLRS4T7I7_js = require('./chunk-LRS4T7I7.js');
5
+ var chunk2KH2YNA7_js = require('./chunk-2KH2YNA7.js');
6
+ var chunkFI2LBCTE_js = require('./chunk-FI2LBCTE.js');
7
+ var chunkWIXVSWS2_js = require('./chunk-WIXVSWS2.js');
8
8
  require('./chunk-N2YKXZ5R.js');
9
9
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
10
10
  var chunk67ALH5AX_js = require('./chunk-67ALH5AX.js');
11
- var chunkQBH7UY6J_js = require('./chunk-QBH7UY6J.js');
12
- require('./chunk-JIKEBFHR.js');
11
+ var chunkT42RXTJI_js = require('./chunk-T42RXTJI.js');
12
+ require('./chunk-3NYVLWKQ.js');
13
13
  require('./chunk-UOTRU26N.js');
14
14
  require('./chunk-SHUYVCID.js');
15
15
 
16
16
 
17
17
 
18
- Object.defineProperty(exports, "build", {
18
+ Object.defineProperty(exports, "clean", {
19
19
  enumerable: true,
20
- get: function () { return chunkTGAG4BYS_js.executor_default; }
20
+ get: function () { return chunkLRS4T7I7_js.executor_default; }
21
21
  });
22
22
  Object.defineProperty(exports, "docs", {
23
23
  enumerable: true,
24
- get: function () { return chunkCZ3MXYGK_js.executor_default; }
24
+ get: function () { return chunk2KH2YNA7_js.executor_default; }
25
25
  });
26
26
  Object.defineProperty(exports, "lint", {
27
27
  enumerable: true,
28
- get: function () { return chunkW53YCJUT_js.executor_default; }
28
+ get: function () { return chunkFI2LBCTE_js.executor_default; }
29
29
  });
30
30
  Object.defineProperty(exports, "prepare", {
31
31
  enumerable: true,
32
- get: function () { return chunkVWGJOYIA_js.executor_default; }
32
+ get: function () { return chunkWIXVSWS2_js.executor_default; }
33
33
  });
34
34
  Object.defineProperty(exports, "sync", {
35
35
  enumerable: true,
@@ -47,7 +47,7 @@ Object.defineProperty(exports, "name", {
47
47
  enumerable: true,
48
48
  get: function () { return chunk67ALH5AX_js.name; }
49
49
  });
50
- Object.defineProperty(exports, "clean", {
50
+ Object.defineProperty(exports, "build", {
51
51
  enumerable: true,
52
- get: function () { return chunkQBH7UY6J_js.executor_default; }
52
+ get: function () { return chunkT42RXTJI_js.executor_default; }
53
53
  });
package/dist/index.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as build } from './chunk-RIJVZWZO.mjs';
3
- export { executor_default as docs } from './chunk-3PON7GN2.mjs';
4
- export { executor_default as lint } from './chunk-OUA5CYSM.mjs';
5
- export { executor_default as prepare } from './chunk-4E5UMFKY.mjs';
2
+ export { executor_default as clean } from './chunk-KPMBIBPE.mjs';
3
+ export { executor_default as docs } from './chunk-5LTOVY72.mjs';
4
+ export { executor_default as lint } from './chunk-I2XQBFXH.mjs';
5
+ export { executor_default as prepare } from './chunk-LPW4ZM6F.mjs';
6
6
  import './chunk-23KFTIT2.mjs';
7
7
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
8
8
  export { createNodesV2, name } from './chunk-KBRKYARM.mjs';
9
- export { executor_default as clean } from './chunk-DXBUB7CM.mjs';
10
- import './chunk-47DFWEJF.mjs';
9
+ export { executor_default as build } from './chunk-XSNM76JD.mjs';
10
+ import './chunk-VTK4AV5G.mjs';
11
11
  import './chunk-DVGRVHRD.mjs';
12
12
  import './chunk-O6YSETKJ.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkJIKEBFHR_js = require('../../chunk-JIKEBFHR.js');
3
+ var chunk3NYVLWKQ_js = require('../../chunk-3NYVLWKQ.js');
4
4
  require('../../chunk-UOTRU26N.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 chunkJIKEBFHR_js.withExecutor; }
11
+ get: function () { return chunk3NYVLWKQ_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-47DFWEJF.mjs';
1
+ export { withExecutor } from '../../chunk-VTK4AV5G.mjs';
2
2
  import '../../chunk-DVGRVHRD.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 chunkTGAG4BYS_js = require('../../../chunk-TGAG4BYS.js');
6
- require('../../../chunk-JIKEBFHR.js');
5
+ var chunkT42RXTJI_js = require('../../../chunk-T42RXTJI.js');
6
+ require('../../../chunk-3NYVLWKQ.js');
7
7
  require('../../../chunk-UOTRU26N.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 chunkTGAG4BYS_js.executor_default; }
14
+ get: function () { return chunkT42RXTJI_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkTGAG4BYS_js.executorFn; }
18
+ get: function () { return chunkT42RXTJI_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-RIJVZWZO.mjs';
2
- import '../../../chunk-47DFWEJF.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-XSNM76JD.mjs';
2
+ import '../../../chunk-VTK4AV5G.mjs';
3
3
  import '../../../chunk-DVGRVHRD.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 chunkQBH7UY6J_js = require('../../../chunk-QBH7UY6J.js');
6
- require('../../../chunk-JIKEBFHR.js');
5
+ var chunkLRS4T7I7_js = require('../../../chunk-LRS4T7I7.js');
6
+ require('../../../chunk-3NYVLWKQ.js');
7
7
  require('../../../chunk-UOTRU26N.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 chunkQBH7UY6J_js.executor_default; }
14
+ get: function () { return chunkLRS4T7I7_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkQBH7UY6J_js.executorFn; }
18
+ get: function () { return chunkLRS4T7I7_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-DXBUB7CM.mjs';
2
- import '../../../chunk-47DFWEJF.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-KPMBIBPE.mjs';
2
+ import '../../../chunk-VTK4AV5G.mjs';
3
3
  import '../../../chunk-DVGRVHRD.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 chunkCZ3MXYGK_js = require('../../../chunk-CZ3MXYGK.js');
6
- require('../../../chunk-JIKEBFHR.js');
5
+ var chunk2KH2YNA7_js = require('../../../chunk-2KH2YNA7.js');
6
+ require('../../../chunk-3NYVLWKQ.js');
7
7
  require('../../../chunk-UOTRU26N.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 chunkCZ3MXYGK_js.executor_default; }
14
+ get: function () { return chunk2KH2YNA7_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkCZ3MXYGK_js.executorFn; }
18
+ get: function () { return chunk2KH2YNA7_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-3PON7GN2.mjs';
2
- import '../../../chunk-47DFWEJF.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-5LTOVY72.mjs';
2
+ import '../../../chunk-VTK4AV5G.mjs';
3
3
  import '../../../chunk-DVGRVHRD.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 chunkW53YCJUT_js = require('../../../chunk-W53YCJUT.js');
6
- require('../../../chunk-JIKEBFHR.js');
5
+ var chunkFI2LBCTE_js = require('../../../chunk-FI2LBCTE.js');
6
+ require('../../../chunk-3NYVLWKQ.js');
7
7
  require('../../../chunk-UOTRU26N.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 chunkW53YCJUT_js.executor_default; }
14
+ get: function () { return chunkFI2LBCTE_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkW53YCJUT_js.executorFn; }
18
+ get: function () { return chunkFI2LBCTE_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-OUA5CYSM.mjs';
2
- import '../../../chunk-47DFWEJF.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-I2XQBFXH.mjs';
2
+ import '../../../chunk-VTK4AV5G.mjs';
3
3
  import '../../../chunk-DVGRVHRD.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 chunkVWGJOYIA_js = require('../../../chunk-VWGJOYIA.js');
6
- require('../../../chunk-JIKEBFHR.js');
5
+ var chunkWIXVSWS2_js = require('../../../chunk-WIXVSWS2.js');
6
+ require('../../../chunk-3NYVLWKQ.js');
7
7
  require('../../../chunk-UOTRU26N.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 chunkVWGJOYIA_js.executor_default; }
14
+ get: function () { return chunkWIXVSWS2_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkVWGJOYIA_js.executorFn; }
18
+ get: function () { return chunkWIXVSWS2_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-4E5UMFKY.mjs';
2
- import '../../../chunk-47DFWEJF.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-LPW4ZM6F.mjs';
2
+ import '../../../chunk-VTK4AV5G.mjs';
3
3
  import '../../../chunk-DVGRVHRD.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.10.4",
3
+ "version": "0.10.6",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -146,15 +146,15 @@
146
146
  "@storm-software/esbuild": "^0.53.19",
147
147
  "@storm-software/unbuild": "^0.57.19",
148
148
  "@storm-software/workspace-tools": "^1.292.19",
149
- "@stryke/fs": "^0.32.10",
150
- "@stryke/hash": "^0.12.0",
151
- "@stryke/path": "^0.18.5",
152
- "@stryke/string-format": "^0.12.0",
153
- "@stryke/type-checks": "^0.3.10",
149
+ "@stryke/fs": "^0.32.11",
150
+ "@stryke/hash": "^0.12.1",
151
+ "@stryke/path": "^0.19.0",
152
+ "@stryke/string-format": "^0.12.1",
153
+ "@stryke/type-checks": "^0.3.11",
154
154
  "defu": "^6.1.4",
155
155
  "jiti": "^2.6.1",
156
156
  "nx": "^22.0.2",
157
- "powerlines": "^0.19.0"
157
+ "powerlines": "^0.19.2"
158
158
  },
159
159
  "devDependencies": {
160
160
  "@nx/workspace": "^22.0.2",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "8ee43c2a7eebce6b221aa572553f4296c87fce76"
171
+ "gitHead": "487dbe9d301ea6c2bba10d3dec1706b64a079452"
172
172
  }