@powerlines/nx 0.6.1 → 0.7.0

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 +11 -0
  2. package/dist/{chunk-XYXUN542.js → chunk-2AGETYT2.js} +2 -2
  3. package/dist/{chunk-CH4AFRMH.js → chunk-3EMVNND4.js} +2 -2
  4. package/dist/{chunk-3VJBDW77.js → chunk-EXZLZJLV.js} +0 -1
  5. package/dist/{chunk-EKEZDLN2.mjs → chunk-KM6K6GLK.mjs} +1 -1
  6. package/dist/{chunk-MTNL3MVV.js → chunk-MSGZLLRZ.js} +2 -2
  7. package/dist/{chunk-3VDIABQM.mjs → chunk-MSXJ4P4D.mjs} +1 -1
  8. package/dist/{chunk-X7QVSC5J.js → chunk-MYYYMGTY.js} +2 -2
  9. package/dist/{chunk-ODOLGJKY.js → chunk-NUD6HB43.js} +2 -2
  10. package/dist/{chunk-GFTKA5N5.mjs → chunk-QC2ZXH4S.mjs} +1 -1
  11. package/dist/{chunk-AKQ4ET4F.mjs → chunk-QOHL2XOT.mjs} +0 -1
  12. package/dist/{chunk-PWRKGASF.mjs → chunk-RPEQNXJK.mjs} +1 -1
  13. package/dist/{chunk-QBL3JIKQ.mjs → chunk-UCUWY6L5.mjs} +1 -1
  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,17 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.6.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.6.1) (2025-10-23)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([26d5877](https://github.com/storm-software/powerlines/commit/26d5877))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated powerlines to 0.7.1
15
+
5
16
  ## [0.6.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.6.0) (2025-10-23)
6
17
 
7
18
  ### Features
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkEXZLZJLV_js = require('./chunk-EXZLZJLV.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 = chunk3VJBDW77_js.withExecutor("clean", executorFn);
14
+ var executor = chunkEXZLZJLV_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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkEXZLZJLV_js = require('./chunk-EXZLZJLV.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 = chunk3VJBDW77_js.withExecutor("lint", executorFn);
14
+ var executor = chunkEXZLZJLV_js.withExecutor("lint", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1598,7 +1598,6 @@ var PowerlinesContext = class _PowerlinesContext {
1598
1598
  * An object containing the development dependencies that should be installed for the project
1599
1599
  */
1600
1600
  devDependencies = {};
1601
- reflections = {};
1602
1601
  persistedMeta = void 0;
1603
1602
  powerlinesPath;
1604
1603
  packageJson;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-QOHL2XOT.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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkEXZLZJLV_js = require('./chunk-EXZLZJLV.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 = chunk3VJBDW77_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkEXZLZJLV_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-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-QOHL2XOT.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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkEXZLZJLV_js = require('./chunk-EXZLZJLV.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 = chunk3VJBDW77_js.withExecutor("build", executorFn);
22
+ var executor = chunkEXZLZJLV_js.withExecutor("build", 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 chunk3VJBDW77_js = require('./chunk-3VJBDW77.js');
3
+ var chunkEXZLZJLV_js = require('./chunk-EXZLZJLV.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 = chunk3VJBDW77_js.withExecutor("docs", executorFn);
14
+ var executor = chunkEXZLZJLV_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-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-QOHL2XOT.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1568,7 +1568,6 @@ var PowerlinesContext = class _PowerlinesContext {
1568
1568
  * An object containing the development dependencies that should be installed for the project
1569
1569
  */
1570
1570
  devDependencies = {};
1571
- reflections = {};
1572
1571
  persistedMeta = void 0;
1573
1572
  powerlinesPath;
1574
1573
  packageJson;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-QOHL2XOT.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-AKQ4ET4F.mjs';
1
+ import { withExecutor } from './chunk-QOHL2XOT.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkXYXUN542_js = require('./chunk-XYXUN542.js');
5
- var chunkODOLGJKY_js = require('./chunk-ODOLGJKY.js');
6
- var chunkCH4AFRMH_js = require('./chunk-CH4AFRMH.js');
7
- var chunkMTNL3MVV_js = require('./chunk-MTNL3MVV.js');
8
- var chunkX7QVSC5J_js = require('./chunk-X7QVSC5J.js');
9
- require('./chunk-3VJBDW77.js');
4
+ var chunk2AGETYT2_js = require('./chunk-2AGETYT2.js');
5
+ var chunkNUD6HB43_js = require('./chunk-NUD6HB43.js');
6
+ var chunk3EMVNND4_js = require('./chunk-3EMVNND4.js');
7
+ var chunkMSGZLLRZ_js = require('./chunk-MSGZLLRZ.js');
8
+ var chunkMYYYMGTY_js = require('./chunk-MYYYMGTY.js');
9
+ require('./chunk-EXZLZJLV.js');
10
10
  require('./chunk-HHPODCTP.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
14
14
 
15
15
  Object.defineProperty(exports, "clean", {
16
16
  enumerable: true,
17
- get: function () { return chunkXYXUN542_js.executor_default; }
17
+ get: function () { return chunk2AGETYT2_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "docs", {
20
20
  enumerable: true,
21
- get: function () { return chunkODOLGJKY_js.executor_default; }
21
+ get: function () { return chunkNUD6HB43_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "lint", {
24
24
  enumerable: true,
25
- get: function () { return chunkCH4AFRMH_js.executor_default; }
25
+ get: function () { return chunk3EMVNND4_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "prepare", {
28
28
  enumerable: true,
29
- get: function () { return chunkMTNL3MVV_js.executor_default; }
29
+ get: function () { return chunkMSGZLLRZ_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "build", {
32
32
  enumerable: true,
33
- get: function () { return chunkX7QVSC5J_js.executor_default; }
33
+ get: function () { return chunkMYYYMGTY_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as clean } from './chunk-EKEZDLN2.mjs';
3
- export { executor_default as docs } from './chunk-QBL3JIKQ.mjs';
4
- export { executor_default as lint } from './chunk-GFTKA5N5.mjs';
5
- export { executor_default as prepare } from './chunk-3VDIABQM.mjs';
6
- export { executor_default as build } from './chunk-PWRKGASF.mjs';
7
- import './chunk-AKQ4ET4F.mjs';
2
+ export { executor_default as clean } from './chunk-KM6K6GLK.mjs';
3
+ export { executor_default as docs } from './chunk-UCUWY6L5.mjs';
4
+ export { executor_default as lint } from './chunk-QC2ZXH4S.mjs';
5
+ export { executor_default as prepare } from './chunk-MSXJ4P4D.mjs';
6
+ export { executor_default as build } from './chunk-RPEQNXJK.mjs';
7
+ import './chunk-QOHL2XOT.mjs';
8
8
  import './chunk-CYWOTYVX.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,15 +1,15 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkXYXUN542_js = require('./chunk-XYXUN542.js');
5
- var chunkODOLGJKY_js = require('./chunk-ODOLGJKY.js');
6
- var chunkCH4AFRMH_js = require('./chunk-CH4AFRMH.js');
7
- var chunkMTNL3MVV_js = require('./chunk-MTNL3MVV.js');
4
+ var chunk2AGETYT2_js = require('./chunk-2AGETYT2.js');
5
+ var chunkNUD6HB43_js = require('./chunk-NUD6HB43.js');
6
+ var chunk3EMVNND4_js = require('./chunk-3EMVNND4.js');
7
+ var chunkMSGZLLRZ_js = require('./chunk-MSGZLLRZ.js');
8
8
  require('./chunk-N2YKXZ5R.js');
9
9
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
10
10
  var chunkZ4BJ37JY_js = require('./chunk-Z4BJ37JY.js');
11
- var chunkX7QVSC5J_js = require('./chunk-X7QVSC5J.js');
12
- require('./chunk-3VJBDW77.js');
11
+ var chunkMYYYMGTY_js = require('./chunk-MYYYMGTY.js');
12
+ require('./chunk-EXZLZJLV.js');
13
13
  require('./chunk-HHPODCTP.js');
14
14
  require('./chunk-SHUYVCID.js');
15
15
 
@@ -17,19 +17,19 @@ require('./chunk-SHUYVCID.js');
17
17
 
18
18
  Object.defineProperty(exports, "clean", {
19
19
  enumerable: true,
20
- get: function () { return chunkXYXUN542_js.executor_default; }
20
+ get: function () { return chunk2AGETYT2_js.executor_default; }
21
21
  });
22
22
  Object.defineProperty(exports, "docs", {
23
23
  enumerable: true,
24
- get: function () { return chunkODOLGJKY_js.executor_default; }
24
+ get: function () { return chunkNUD6HB43_js.executor_default; }
25
25
  });
26
26
  Object.defineProperty(exports, "lint", {
27
27
  enumerable: true,
28
- get: function () { return chunkCH4AFRMH_js.executor_default; }
28
+ get: function () { return chunk3EMVNND4_js.executor_default; }
29
29
  });
30
30
  Object.defineProperty(exports, "prepare", {
31
31
  enumerable: true,
32
- get: function () { return chunkMTNL3MVV_js.executor_default; }
32
+ get: function () { return chunkMSGZLLRZ_js.executor_default; }
33
33
  });
34
34
  Object.defineProperty(exports, "sync", {
35
35
  enumerable: true,
@@ -49,5 +49,5 @@ Object.defineProperty(exports, "name", {
49
49
  });
50
50
  Object.defineProperty(exports, "build", {
51
51
  enumerable: true,
52
- get: function () { return chunkX7QVSC5J_js.executor_default; }
52
+ get: function () { return chunkMYYYMGTY_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 clean } from './chunk-EKEZDLN2.mjs';
3
- export { executor_default as docs } from './chunk-QBL3JIKQ.mjs';
4
- export { executor_default as lint } from './chunk-GFTKA5N5.mjs';
5
- export { executor_default as prepare } from './chunk-3VDIABQM.mjs';
2
+ export { executor_default as clean } from './chunk-KM6K6GLK.mjs';
3
+ export { executor_default as docs } from './chunk-UCUWY6L5.mjs';
4
+ export { executor_default as lint } from './chunk-QC2ZXH4S.mjs';
5
+ export { executor_default as prepare } from './chunk-MSXJ4P4D.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-22QO45EK.mjs';
9
- export { executor_default as build } from './chunk-PWRKGASF.mjs';
10
- import './chunk-AKQ4ET4F.mjs';
9
+ export { executor_default as build } from './chunk-RPEQNXJK.mjs';
10
+ import './chunk-QOHL2XOT.mjs';
11
11
  import './chunk-CYWOTYVX.mjs';
12
12
  import './chunk-O6YSETKJ.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk3VJBDW77_js = require('../../chunk-3VJBDW77.js');
3
+ var chunkEXZLZJLV_js = require('../../chunk-EXZLZJLV.js');
4
4
  require('../../chunk-HHPODCTP.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 chunk3VJBDW77_js.withExecutor; }
11
+ get: function () { return chunkEXZLZJLV_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-AKQ4ET4F.mjs';
1
+ export { withExecutor } from '../../chunk-QOHL2XOT.mjs';
2
2
  import '../../chunk-CYWOTYVX.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 chunkX7QVSC5J_js = require('../../../chunk-X7QVSC5J.js');
6
- require('../../../chunk-3VJBDW77.js');
5
+ var chunkMYYYMGTY_js = require('../../../chunk-MYYYMGTY.js');
6
+ require('../../../chunk-EXZLZJLV.js');
7
7
  require('../../../chunk-HHPODCTP.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 chunkX7QVSC5J_js.executor_default; }
14
+ get: function () { return chunkMYYYMGTY_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkX7QVSC5J_js.executorFn; }
18
+ get: function () { return chunkMYYYMGTY_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-PWRKGASF.mjs';
2
- import '../../../chunk-AKQ4ET4F.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-RPEQNXJK.mjs';
2
+ import '../../../chunk-QOHL2XOT.mjs';
3
3
  import '../../../chunk-CYWOTYVX.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 chunkXYXUN542_js = require('../../../chunk-XYXUN542.js');
6
- require('../../../chunk-3VJBDW77.js');
5
+ var chunk2AGETYT2_js = require('../../../chunk-2AGETYT2.js');
6
+ require('../../../chunk-EXZLZJLV.js');
7
7
  require('../../../chunk-HHPODCTP.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 chunkXYXUN542_js.executor_default; }
14
+ get: function () { return chunk2AGETYT2_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkXYXUN542_js.executorFn; }
18
+ get: function () { return chunk2AGETYT2_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-EKEZDLN2.mjs';
2
- import '../../../chunk-AKQ4ET4F.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-KM6K6GLK.mjs';
2
+ import '../../../chunk-QOHL2XOT.mjs';
3
3
  import '../../../chunk-CYWOTYVX.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 chunkODOLGJKY_js = require('../../../chunk-ODOLGJKY.js');
6
- require('../../../chunk-3VJBDW77.js');
5
+ var chunkNUD6HB43_js = require('../../../chunk-NUD6HB43.js');
6
+ require('../../../chunk-EXZLZJLV.js');
7
7
  require('../../../chunk-HHPODCTP.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 chunkODOLGJKY_js.executor_default; }
14
+ get: function () { return chunkNUD6HB43_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkODOLGJKY_js.executorFn; }
18
+ get: function () { return chunkNUD6HB43_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-QBL3JIKQ.mjs';
2
- import '../../../chunk-AKQ4ET4F.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-UCUWY6L5.mjs';
2
+ import '../../../chunk-QOHL2XOT.mjs';
3
3
  import '../../../chunk-CYWOTYVX.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 chunkCH4AFRMH_js = require('../../../chunk-CH4AFRMH.js');
6
- require('../../../chunk-3VJBDW77.js');
5
+ var chunk3EMVNND4_js = require('../../../chunk-3EMVNND4.js');
6
+ require('../../../chunk-EXZLZJLV.js');
7
7
  require('../../../chunk-HHPODCTP.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 chunkCH4AFRMH_js.executor_default; }
14
+ get: function () { return chunk3EMVNND4_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkCH4AFRMH_js.executorFn; }
18
+ get: function () { return chunk3EMVNND4_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-GFTKA5N5.mjs';
2
- import '../../../chunk-AKQ4ET4F.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-QC2ZXH4S.mjs';
2
+ import '../../../chunk-QOHL2XOT.mjs';
3
3
  import '../../../chunk-CYWOTYVX.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 chunkMTNL3MVV_js = require('../../../chunk-MTNL3MVV.js');
6
- require('../../../chunk-3VJBDW77.js');
5
+ var chunkMSGZLLRZ_js = require('../../../chunk-MSGZLLRZ.js');
6
+ require('../../../chunk-EXZLZJLV.js');
7
7
  require('../../../chunk-HHPODCTP.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 chunkMTNL3MVV_js.executor_default; }
14
+ get: function () { return chunkMSGZLLRZ_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkMTNL3MVV_js.executorFn; }
18
+ get: function () { return chunkMSGZLLRZ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-3VDIABQM.mjs';
2
- import '../../../chunk-AKQ4ET4F.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-MSXJ4P4D.mjs';
2
+ import '../../../chunk-QOHL2XOT.mjs';
3
3
  import '../../../chunk-CYWOTYVX.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.6.1",
3
+ "version": "0.7.0",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -154,7 +154,7 @@
154
154
  "defu": "^6.1.4",
155
155
  "jiti": "^2.6.1",
156
156
  "nx": "21.6.6",
157
- "powerlines": "^0.7.1"
157
+ "powerlines": "^0.8.0"
158
158
  },
159
159
  "devDependencies": {
160
160
  "@nx/workspace": "21.6.6",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "0e181730de1a48ab982b8eb133b36fc5c8be40be"
171
+ "gitHead": "02e58c1eac13954a4c045d87c25dd9687e907dea"
172
172
  }