@powerlines/nx 0.10.27 → 0.10.28

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 +6 -0
  2. package/dist/{chunk-LQRLEK65.mjs → chunk-5WHBT2BW.mjs} +1 -1
  3. package/dist/{chunk-ELZO2KAE.js → chunk-7E3PRE6W.js} +2 -2
  4. package/dist/{chunk-LH6XKDMA.mjs → chunk-DLZ7E67Y.mjs} +1 -1
  5. package/dist/{chunk-YPABMWPC.js → chunk-GVA7U7C4.js} +2 -2
  6. package/dist/{chunk-UAUZWBTW.js → chunk-HLYNF7YE.js} +521 -644
  7. package/dist/{chunk-V5EQMHJX.js → chunk-HVWVP6CD.js} +2 -2
  8. package/dist/{chunk-I7QVZOFS.js → chunk-ND7VF7PZ.js} +2 -2
  9. package/dist/{chunk-2W5L3QE3.js → chunk-PM5JBU7Z.js} +2 -2
  10. package/dist/{chunk-U2ZZ4QLS.mjs → chunk-QE2RQBEB.mjs} +524 -647
  11. package/dist/{chunk-WAXOGGDZ.mjs → chunk-RIM7CNHX.mjs} +1 -1
  12. package/dist/{chunk-WNLIJGN4.mjs → chunk-VQX5TBLP.mjs} +1 -1
  13. package/dist/{chunk-EWXGKWHK.mjs → chunk-ZIBEDH47.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
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-U2ZZ4QLS.mjs';
1
+ import { withExecutor } from './chunk-QE2RQBEB.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-U2ZZ4QLS.mjs';
1
+ import { withExecutor } from './chunk-QE2RQBEB.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-U2ZZ4QLS.mjs';
1
+ import { withExecutor } from './chunk-QE2RQBEB.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
package/dist/executors.js CHANGED
@@ -1,34 +1,34 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkYPABMWPC_js = require('./chunk-YPABMWPC.js');
5
- var chunkV5EQMHJX_js = require('./chunk-V5EQMHJX.js');
6
- var chunk2W5L3QE3_js = require('./chunk-2W5L3QE3.js');
7
- var chunkELZO2KAE_js = require('./chunk-ELZO2KAE.js');
8
- var chunkI7QVZOFS_js = require('./chunk-I7QVZOFS.js');
9
- require('./chunk-UAUZWBTW.js');
4
+ var chunkND7VF7PZ_js = require('./chunk-ND7VF7PZ.js');
5
+ var chunkHVWVP6CD_js = require('./chunk-HVWVP6CD.js');
6
+ var chunkPM5JBU7Z_js = require('./chunk-PM5JBU7Z.js');
7
+ var chunk7E3PRE6W_js = require('./chunk-7E3PRE6W.js');
8
+ var chunkGVA7U7C4_js = require('./chunk-GVA7U7C4.js');
9
+ require('./chunk-HLYNF7YE.js');
10
10
  require('./chunk-2PYUYDPD.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
13
13
 
14
14
 
15
- Object.defineProperty(exports, "lint", {
15
+ Object.defineProperty(exports, "docs", {
16
16
  enumerable: true,
17
- get: function () { return chunkYPABMWPC_js.executor_default; }
17
+ get: function () { return chunkND7VF7PZ_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunkV5EQMHJX_js.executor_default; }
21
+ get: function () { return chunkHVWVP6CD_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunk2W5L3QE3_js.executor_default; }
25
+ get: function () { return chunkPM5JBU7Z_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkELZO2KAE_js.executor_default; }
29
+ get: function () { return chunk7E3PRE6W_js.executor_default; }
30
30
  });
31
- Object.defineProperty(exports, "docs", {
31
+ Object.defineProperty(exports, "lint", {
32
32
  enumerable: true,
33
- get: function () { return chunkI7QVZOFS_js.executor_default; }
33
+ get: function () { return chunkGVA7U7C4_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-EWXGKWHK.mjs';
3
- export { executor_default as prepare } from './chunk-WNLIJGN4.mjs';
4
- export { executor_default as build } from './chunk-LH6XKDMA.mjs';
5
- export { executor_default as clean } from './chunk-LQRLEK65.mjs';
6
- export { executor_default as docs } from './chunk-WAXOGGDZ.mjs';
7
- import './chunk-U2ZZ4QLS.mjs';
2
+ export { executor_default as docs } from './chunk-RIM7CNHX.mjs';
3
+ export { executor_default as prepare } from './chunk-VQX5TBLP.mjs';
4
+ export { executor_default as build } from './chunk-DLZ7E67Y.mjs';
5
+ export { executor_default as clean } from './chunk-5WHBT2BW.mjs';
6
+ export { executor_default as lint } from './chunk-ZIBEDH47.mjs';
7
+ import './chunk-QE2RQBEB.mjs';
8
8
  import './chunk-WGIN2BGP.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  var chunk2YSHMNU6_js = require('./chunk-2YSHMNU6.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkYPABMWPC_js = require('./chunk-YPABMWPC.js');
6
- var chunkV5EQMHJX_js = require('./chunk-V5EQMHJX.js');
7
- var chunk2W5L3QE3_js = require('./chunk-2W5L3QE3.js');
8
- var chunkELZO2KAE_js = require('./chunk-ELZO2KAE.js');
9
- var chunkI7QVZOFS_js = require('./chunk-I7QVZOFS.js');
5
+ var chunkND7VF7PZ_js = require('./chunk-ND7VF7PZ.js');
6
+ var chunkHVWVP6CD_js = require('./chunk-HVWVP6CD.js');
7
+ var chunkPM5JBU7Z_js = require('./chunk-PM5JBU7Z.js');
8
+ var chunk7E3PRE6W_js = require('./chunk-7E3PRE6W.js');
9
+ var chunkGVA7U7C4_js = require('./chunk-GVA7U7C4.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-UAUZWBTW.js');
12
+ require('./chunk-HLYNF7YE.js');
13
13
  require('./chunk-MAMHMV35.js');
14
14
  require('./chunk-2PYUYDPD.js');
15
15
  require('./chunk-VIU4CXA3.js');
@@ -21,25 +21,25 @@ Object.defineProperty(exports, "createNodesV2", {
21
21
  enumerable: true,
22
22
  get: function () { return chunk2YSHMNU6_js.createNodesV2; }
23
23
  });
24
- Object.defineProperty(exports, "lint", {
24
+ Object.defineProperty(exports, "docs", {
25
25
  enumerable: true,
26
- get: function () { return chunkYPABMWPC_js.executor_default; }
26
+ get: function () { return chunkND7VF7PZ_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunkV5EQMHJX_js.executor_default; }
30
+ get: function () { return chunkHVWVP6CD_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunk2W5L3QE3_js.executor_default; }
34
+ get: function () { return chunkPM5JBU7Z_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkELZO2KAE_js.executor_default; }
38
+ get: function () { return chunk7E3PRE6W_js.executor_default; }
39
39
  });
40
- Object.defineProperty(exports, "docs", {
40
+ Object.defineProperty(exports, "lint", {
41
41
  enumerable: true,
42
- get: function () { return chunkI7QVZOFS_js.executor_default; }
42
+ get: function () { return chunkGVA7U7C4_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-Y4WK22DY.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-EWXGKWHK.mjs';
4
- export { executor_default as prepare } from './chunk-WNLIJGN4.mjs';
5
- export { executor_default as build } from './chunk-LH6XKDMA.mjs';
6
- export { executor_default as clean } from './chunk-LQRLEK65.mjs';
7
- export { executor_default as docs } from './chunk-WAXOGGDZ.mjs';
3
+ export { executor_default as docs } from './chunk-RIM7CNHX.mjs';
4
+ export { executor_default as prepare } from './chunk-VQX5TBLP.mjs';
5
+ export { executor_default as build } from './chunk-DLZ7E67Y.mjs';
6
+ export { executor_default as clean } from './chunk-5WHBT2BW.mjs';
7
+ export { executor_default as lint } from './chunk-ZIBEDH47.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-U2ZZ4QLS.mjs';
10
+ import './chunk-QE2RQBEB.mjs';
11
11
  import './chunk-DMX7BNND.mjs';
12
12
  import './chunk-WGIN2BGP.mjs';
13
13
  import './chunk-LQU7XWFP.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkUAUZWBTW_js = require('../../chunk-UAUZWBTW.js');
3
+ var chunkHLYNF7YE_js = require('../../chunk-HLYNF7YE.js');
4
4
  require('../../chunk-2PYUYDPD.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 chunkUAUZWBTW_js.withExecutor; }
11
+ get: function () { return chunkHLYNF7YE_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-U2ZZ4QLS.mjs';
1
+ export { withExecutor } from '../../chunk-QE2RQBEB.mjs';
2
2
  import '../../chunk-WGIN2BGP.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 chunk2W5L3QE3_js = require('../../../chunk-2W5L3QE3.js');
6
- require('../../../chunk-UAUZWBTW.js');
5
+ var chunkPM5JBU7Z_js = require('../../../chunk-PM5JBU7Z.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
7
  require('../../../chunk-2PYUYDPD.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 chunk2W5L3QE3_js.executor_default; }
14
+ get: function () { return chunkPM5JBU7Z_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk2W5L3QE3_js.executorFn; }
18
+ get: function () { return chunkPM5JBU7Z_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-LH6XKDMA.mjs';
2
- import '../../../chunk-U2ZZ4QLS.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-DLZ7E67Y.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
3
  import '../../../chunk-WGIN2BGP.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 chunkELZO2KAE_js = require('../../../chunk-ELZO2KAE.js');
6
- require('../../../chunk-UAUZWBTW.js');
5
+ var chunk7E3PRE6W_js = require('../../../chunk-7E3PRE6W.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
7
  require('../../../chunk-2PYUYDPD.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 chunkELZO2KAE_js.executor_default; }
14
+ get: function () { return chunk7E3PRE6W_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkELZO2KAE_js.executorFn; }
18
+ get: function () { return chunk7E3PRE6W_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-LQRLEK65.mjs';
2
- import '../../../chunk-U2ZZ4QLS.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-5WHBT2BW.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
3
  import '../../../chunk-WGIN2BGP.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 chunkI7QVZOFS_js = require('../../../chunk-I7QVZOFS.js');
6
- require('../../../chunk-UAUZWBTW.js');
5
+ var chunkND7VF7PZ_js = require('../../../chunk-ND7VF7PZ.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
7
  require('../../../chunk-2PYUYDPD.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 chunkI7QVZOFS_js.executor_default; }
14
+ get: function () { return chunkND7VF7PZ_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkI7QVZOFS_js.executorFn; }
18
+ get: function () { return chunkND7VF7PZ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-WAXOGGDZ.mjs';
2
- import '../../../chunk-U2ZZ4QLS.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-RIM7CNHX.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
3
  import '../../../chunk-WGIN2BGP.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 chunkYPABMWPC_js = require('../../../chunk-YPABMWPC.js');
6
- require('../../../chunk-UAUZWBTW.js');
5
+ var chunkGVA7U7C4_js = require('../../../chunk-GVA7U7C4.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
7
  require('../../../chunk-2PYUYDPD.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 chunkYPABMWPC_js.executor_default; }
14
+ get: function () { return chunkGVA7U7C4_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkYPABMWPC_js.executorFn; }
18
+ get: function () { return chunkGVA7U7C4_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-EWXGKWHK.mjs';
2
- import '../../../chunk-U2ZZ4QLS.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-ZIBEDH47.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
3
  import '../../../chunk-WGIN2BGP.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 chunkV5EQMHJX_js = require('../../../chunk-V5EQMHJX.js');
6
- require('../../../chunk-UAUZWBTW.js');
5
+ var chunkHVWVP6CD_js = require('../../../chunk-HVWVP6CD.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
7
  require('../../../chunk-2PYUYDPD.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 chunkV5EQMHJX_js.executor_default; }
14
+ get: function () { return chunkHVWVP6CD_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkV5EQMHJX_js.executorFn; }
18
+ get: function () { return chunkHVWVP6CD_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-WNLIJGN4.mjs';
2
- import '../../../chunk-U2ZZ4QLS.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-VQX5TBLP.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
3
  import '../../../chunk-WGIN2BGP.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.27",
3
+ "version": "0.10.28",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -188,15 +188,15 @@
188
188
  "@storm-software/esbuild": "^0.53.48",
189
189
  "@storm-software/unbuild": "^0.57.48",
190
190
  "@storm-software/workspace-tools": "^1.293.18",
191
- "@stryke/fs": "^0.32.13",
192
- "@stryke/hash": "^0.12.3",
193
- "@stryke/path": "^0.19.2",
194
- "@stryke/string-format": "^0.12.2",
195
- "@stryke/type-checks": "^0.3.12",
191
+ "@stryke/fs": "^0.33.0",
192
+ "@stryke/hash": "^0.12.6",
193
+ "@stryke/path": "^0.20.0",
194
+ "@stryke/string-format": "^0.12.5",
195
+ "@stryke/type-checks": "^0.3.15",
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "^22.1.0",
199
- "powerlines": "^0.23.10"
199
+ "powerlines": "^0.24.0"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.1.0",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "5a6b8349dc29bf9e496ed5dee32c6cfb8d9bff4e"
213
+ "gitHead": "73acce2067b9d81822a59cb03a4b1e7fa8873bf9"
214
214
  }