@powerlines/nx 0.10.26 → 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 (42) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/{chunk-ACE6O62X.js → chunk-2PYUYDPD.js} +11 -11
  3. package/dist/{chunk-6WVDB4DZ.js → chunk-2YSHMNU6.js} +2 -2
  4. package/dist/{chunk-ONWCIW2E.mjs → chunk-5WHBT2BW.mjs} +1 -1
  5. package/dist/{chunk-PJYRCGK4.js → chunk-7E3PRE6W.js} +2 -2
  6. package/dist/{chunk-6UH4EGMN.mjs → chunk-DLZ7E67Y.mjs} +1 -1
  7. package/dist/{chunk-BXKPRYNH.mjs → chunk-DMX7BNND.mjs} +22 -14
  8. package/dist/{chunk-7TPTVC3S.js → chunk-GVA7U7C4.js} +2 -2
  9. package/dist/{chunk-2SFOQMAA.js → chunk-HLYNF7YE.js} +533 -654
  10. package/dist/{chunk-B5L3T46G.js → chunk-HVWVP6CD.js} +2 -2
  11. package/dist/{chunk-JPTGZQLU.js → chunk-MAMHMV35.js} +22 -14
  12. package/dist/{chunk-A26KXB6A.js → chunk-ND7VF7PZ.js} +2 -2
  13. package/dist/{chunk-4A6Y7MGQ.js → chunk-PM5JBU7Z.js} +2 -2
  14. package/dist/{chunk-IAWSQ5AX.mjs → chunk-QE2RQBEB.mjs} +527 -648
  15. package/dist/{chunk-Z22G7IM3.mjs → chunk-RIM7CNHX.mjs} +1 -1
  16. package/dist/{chunk-KCL7KVDF.mjs → chunk-VQX5TBLP.mjs} +1 -1
  17. package/dist/{chunk-X6GFPXO4.mjs → chunk-WGIN2BGP.mjs} +11 -11
  18. package/dist/{chunk-L46S3DXB.mjs → chunk-Y4WK22DY.mjs} +1 -1
  19. package/dist/{chunk-A7SAZMVH.mjs → chunk-ZIBEDH47.mjs} +1 -1
  20. package/dist/executors.js +14 -14
  21. package/dist/executors.mjs +7 -7
  22. package/dist/index.js +17 -17
  23. package/dist/index.mjs +9 -9
  24. package/dist/src/base/base-executor.js +3 -3
  25. package/dist/src/base/base-executor.mjs +2 -2
  26. package/dist/src/executors/build/executor.js +5 -5
  27. package/dist/src/executors/build/executor.mjs +3 -3
  28. package/dist/src/executors/clean/executor.js +5 -5
  29. package/dist/src/executors/clean/executor.mjs +3 -3
  30. package/dist/src/executors/docs/executor.js +5 -5
  31. package/dist/src/executors/docs/executor.mjs +3 -3
  32. package/dist/src/executors/lint/executor.js +5 -5
  33. package/dist/src/executors/lint/executor.mjs +3 -3
  34. package/dist/src/executors/prepare/executor.js +5 -5
  35. package/dist/src/executors/prepare/executor.mjs +3 -3
  36. package/dist/src/helpers/plugin-utilities.js +5 -5
  37. package/dist/src/helpers/plugin-utilities.mjs +2 -2
  38. package/dist/src/plugin/index.js +4 -4
  39. package/dist/src/plugin/index.mjs +3 -3
  40. package/dist/src/types/plugin.d.mts +24 -0
  41. package/dist/src/types/plugin.d.ts +24 -0
  42. package/package.json +8 -8
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-IAWSQ5AX.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-IAWSQ5AX.mjs';
1
+ import { withExecutor } from './chunk-QE2RQBEB.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -3,6 +3,7 @@ import { getWorkspaceConfig } from '@storm-software/config-tools/get-config';
3
3
  import { existsSync } from '@stryke/fs/exists';
4
4
  import { appendPath } from '@stryke/path/append';
5
5
  import { joinPaths } from '@stryke/path/join-paths';
6
+ import { replacePath } from '@stryke/path/replace';
6
7
  import { isFunction } from '@stryke/type-checks/is-function';
7
8
  import { isSetObject } from '@stryke/type-checks/is-set-object';
8
9
  import { loadConfig } from 'c12';
@@ -11,7 +12,6 @@ import { LogLevelLabel } from '@storm-software/config-tools/types';
11
12
  import '@stryke/fs/json';
12
13
  import '@stryke/fs/list-files';
13
14
  import '@stryke/fs/remove-file';
14
- import '@stryke/hash/hash-files';
15
15
  import '@stryke/helpers/get-unique';
16
16
  import '@stryke/path/file-path-fns';
17
17
  import { kebabCase } from '@stryke/string-format/kebab-case';
@@ -26,23 +26,23 @@ async function loadWorkspaceConfig(workspaceRoot, cwd) {
26
26
  }));
27
27
  }
28
28
  __name(loadWorkspaceConfig, "loadWorkspaceConfig");
29
- async function loadUserConfigFile(projectRoot, workspaceRoot, jiti, command, mode, configFile, framework = "powerlines") {
29
+ async function loadUserConfigFile(projectRoot, workspaceRoot, jiti, command, mode = "production", configFile, framework = "powerlines") {
30
30
  let resolvedUserConfig = {};
31
- const resolvedUserConfigFile = configFile && existsSync(configFile) ? configFile : configFile && existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), configFile)) ? joinPaths(appendPath(projectRoot, workspaceRoot), configFile) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.ts`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.ts`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.js`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.js`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mts`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mts`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mjs`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mjs`) : void 0;
31
+ let resolvedUserConfigFile;
32
+ if (configFile) {
33
+ resolvedUserConfigFile = existsSync(replacePath(configFile, projectRoot)) ? replacePath(configFile, projectRoot) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), replacePath(configFile, projectRoot))) ? joinPaths(appendPath(projectRoot, workspaceRoot), replacePath(configFile, projectRoot)) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), configFile)) ? joinPaths(appendPath(projectRoot, workspaceRoot), configFile) : void 0;
34
+ }
35
+ if (!resolvedUserConfigFile) {
36
+ resolvedUserConfigFile = existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.ts`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.ts`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.js`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.js`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.mts`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.mts`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.mjs`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.${mode}.config.mjs`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.ts`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.ts`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.js`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.js`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mts`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mts`) : existsSync(joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mjs`)) ? joinPaths(appendPath(projectRoot, workspaceRoot), `${framework}.config.mjs`) : void 0;
37
+ }
32
38
  if (resolvedUserConfigFile) {
33
- let resolvedPath;
34
- try {
35
- resolvedPath = jiti.esmResolve(resolvedUserConfigFile);
36
- } catch {
37
- resolvedPath = resolvedUserConfigFile;
38
- }
39
- const resolved = await jiti.import(resolvedPath);
39
+ const resolved = await jiti.import(jiti.esmResolve(resolvedUserConfigFile));
40
40
  if (resolved) {
41
41
  let config = {};
42
42
  if (isFunction(resolved)) {
43
43
  config = await Promise.resolve(resolved({
44
44
  command,
45
- mode: mode || "production",
45
+ mode,
46
46
  isSsrBuild: false,
47
47
  isPreview: false
48
48
  }));
@@ -1,4 +1,4 @@
1
- import { createNxPlugin } from './chunk-BXKPRYNH.mjs';
1
+ import { createNxPlugin } from './chunk-DMX7BNND.mjs';
2
2
 
3
3
  // src/plugin/index.ts
4
4
  var createNodesV2 = createNxPlugin({
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-IAWSQ5AX.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 chunk7TPTVC3S_js = require('./chunk-7TPTVC3S.js');
5
- var chunkB5L3T46G_js = require('./chunk-B5L3T46G.js');
6
- var chunk4A6Y7MGQ_js = require('./chunk-4A6Y7MGQ.js');
7
- var chunkPJYRCGK4_js = require('./chunk-PJYRCGK4.js');
8
- var chunkA26KXB6A_js = require('./chunk-A26KXB6A.js');
9
- require('./chunk-2SFOQMAA.js');
10
- require('./chunk-ACE6O62X.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
+ 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 chunk7TPTVC3S_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 chunkB5L3T46G_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 chunk4A6Y7MGQ_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 chunkPJYRCGK4_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 chunkA26KXB6A_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-A7SAZMVH.mjs';
3
- export { executor_default as prepare } from './chunk-KCL7KVDF.mjs';
4
- export { executor_default as build } from './chunk-6UH4EGMN.mjs';
5
- export { executor_default as clean } from './chunk-ONWCIW2E.mjs';
6
- export { executor_default as docs } from './chunk-Z22G7IM3.mjs';
7
- import './chunk-IAWSQ5AX.mjs';
8
- import './chunk-X6GFPXO4.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
+ import './chunk-WGIN2BGP.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,17 +1,17 @@
1
1
  'use strict';
2
2
 
3
- var chunk6WVDB4DZ_js = require('./chunk-6WVDB4DZ.js');
3
+ var chunk2YSHMNU6_js = require('./chunk-2YSHMNU6.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunk7TPTVC3S_js = require('./chunk-7TPTVC3S.js');
6
- var chunkB5L3T46G_js = require('./chunk-B5L3T46G.js');
7
- var chunk4A6Y7MGQ_js = require('./chunk-4A6Y7MGQ.js');
8
- var chunkPJYRCGK4_js = require('./chunk-PJYRCGK4.js');
9
- var chunkA26KXB6A_js = require('./chunk-A26KXB6A.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-2SFOQMAA.js');
13
- require('./chunk-JPTGZQLU.js');
14
- require('./chunk-ACE6O62X.js');
12
+ require('./chunk-HLYNF7YE.js');
13
+ require('./chunk-MAMHMV35.js');
14
+ require('./chunk-2PYUYDPD.js');
15
15
  require('./chunk-VIU4CXA3.js');
16
16
  require('./chunk-SHUYVCID.js');
17
17
 
@@ -19,27 +19,27 @@ require('./chunk-SHUYVCID.js');
19
19
 
20
20
  Object.defineProperty(exports, "createNodesV2", {
21
21
  enumerable: true,
22
- get: function () { return chunk6WVDB4DZ_js.createNodesV2; }
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 chunk7TPTVC3S_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 chunkB5L3T46G_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 chunk4A6Y7MGQ_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 chunkPJYRCGK4_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 chunkA26KXB6A_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,14 +1,14 @@
1
- export { createNodesV2 } from './chunk-L46S3DXB.mjs';
1
+ export { createNodesV2 } from './chunk-Y4WK22DY.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-A7SAZMVH.mjs';
4
- export { executor_default as prepare } from './chunk-KCL7KVDF.mjs';
5
- export { executor_default as build } from './chunk-6UH4EGMN.mjs';
6
- export { executor_default as clean } from './chunk-ONWCIW2E.mjs';
7
- export { executor_default as docs } from './chunk-Z22G7IM3.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-IAWSQ5AX.mjs';
11
- import './chunk-BXKPRYNH.mjs';
12
- import './chunk-X6GFPXO4.mjs';
10
+ import './chunk-QE2RQBEB.mjs';
11
+ import './chunk-DMX7BNND.mjs';
12
+ import './chunk-WGIN2BGP.mjs';
13
13
  import './chunk-LQU7XWFP.mjs';
14
14
  import './chunk-O6YSETKJ.mjs';
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var chunk2SFOQMAA_js = require('../../chunk-2SFOQMAA.js');
4
- require('../../chunk-ACE6O62X.js');
3
+ var chunkHLYNF7YE_js = require('../../chunk-HLYNF7YE.js');
4
+ require('../../chunk-2PYUYDPD.js');
5
5
  require('../../chunk-SHUYVCID.js');
6
6
 
7
7
 
8
8
 
9
9
  Object.defineProperty(exports, "withExecutor", {
10
10
  enumerable: true,
11
- get: function () { return chunk2SFOQMAA_js.withExecutor; }
11
+ get: function () { return chunkHLYNF7YE_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-IAWSQ5AX.mjs';
2
- import '../../chunk-X6GFPXO4.mjs';
1
+ export { withExecutor } from '../../chunk-QE2RQBEB.mjs';
2
+ import '../../chunk-WGIN2BGP.mjs';
3
3
  import '../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk4A6Y7MGQ_js = require('../../../chunk-4A6Y7MGQ.js');
6
- require('../../../chunk-2SFOQMAA.js');
7
- require('../../../chunk-ACE6O62X.js');
5
+ var chunkPM5JBU7Z_js = require('../../../chunk-PM5JBU7Z.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
+ require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk4A6Y7MGQ_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 chunk4A6Y7MGQ_js.executorFn; }
18
+ get: function () { return chunkPM5JBU7Z_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-6UH4EGMN.mjs';
2
- import '../../../chunk-IAWSQ5AX.mjs';
3
- import '../../../chunk-X6GFPXO4.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-DLZ7E67Y.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
+ import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkPJYRCGK4_js = require('../../../chunk-PJYRCGK4.js');
6
- require('../../../chunk-2SFOQMAA.js');
7
- require('../../../chunk-ACE6O62X.js');
5
+ var chunk7E3PRE6W_js = require('../../../chunk-7E3PRE6W.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
+ require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkPJYRCGK4_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 chunkPJYRCGK4_js.executorFn; }
18
+ get: function () { return chunk7E3PRE6W_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-ONWCIW2E.mjs';
2
- import '../../../chunk-IAWSQ5AX.mjs';
3
- import '../../../chunk-X6GFPXO4.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-5WHBT2BW.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
+ import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkA26KXB6A_js = require('../../../chunk-A26KXB6A.js');
6
- require('../../../chunk-2SFOQMAA.js');
7
- require('../../../chunk-ACE6O62X.js');
5
+ var chunkND7VF7PZ_js = require('../../../chunk-ND7VF7PZ.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
+ require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkA26KXB6A_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 chunkA26KXB6A_js.executorFn; }
18
+ get: function () { return chunkND7VF7PZ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-Z22G7IM3.mjs';
2
- import '../../../chunk-IAWSQ5AX.mjs';
3
- import '../../../chunk-X6GFPXO4.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-RIM7CNHX.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
+ import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk7TPTVC3S_js = require('../../../chunk-7TPTVC3S.js');
6
- require('../../../chunk-2SFOQMAA.js');
7
- require('../../../chunk-ACE6O62X.js');
5
+ var chunkGVA7U7C4_js = require('../../../chunk-GVA7U7C4.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
+ require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk7TPTVC3S_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 chunk7TPTVC3S_js.executorFn; }
18
+ get: function () { return chunkGVA7U7C4_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-A7SAZMVH.mjs';
2
- import '../../../chunk-IAWSQ5AX.mjs';
3
- import '../../../chunk-X6GFPXO4.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-ZIBEDH47.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
+ import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkB5L3T46G_js = require('../../../chunk-B5L3T46G.js');
6
- require('../../../chunk-2SFOQMAA.js');
7
- require('../../../chunk-ACE6O62X.js');
5
+ var chunkHVWVP6CD_js = require('../../../chunk-HVWVP6CD.js');
6
+ require('../../../chunk-HLYNF7YE.js');
7
+ require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkB5L3T46G_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 chunkB5L3T46G_js.executorFn; }
18
+ get: function () { return chunkHVWVP6CD_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-KCL7KVDF.mjs';
2
- import '../../../chunk-IAWSQ5AX.mjs';
3
- import '../../../chunk-X6GFPXO4.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-VQX5TBLP.mjs';
2
+ import '../../../chunk-QE2RQBEB.mjs';
3
+ import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkJPTGZQLU_js = require('../../chunk-JPTGZQLU.js');
4
- require('../../chunk-ACE6O62X.js');
3
+ var chunkMAMHMV35_js = require('../../chunk-MAMHMV35.js');
4
+ require('../../chunk-2PYUYDPD.js');
5
5
  require('../../chunk-VIU4CXA3.js');
6
6
  require('../../chunk-SHUYVCID.js');
7
7
 
@@ -9,13 +9,13 @@ require('../../chunk-SHUYVCID.js');
9
9
 
10
10
  Object.defineProperty(exports, "createNxPlugin", {
11
11
  enumerable: true,
12
- get: function () { return chunkJPTGZQLU_js.createNxPlugin; }
12
+ get: function () { return chunkMAMHMV35_js.createNxPlugin; }
13
13
  });
14
14
  Object.defineProperty(exports, "getNxPluginInputs", {
15
15
  enumerable: true,
16
- get: function () { return chunkJPTGZQLU_js.getNxPluginInputs; }
16
+ get: function () { return chunkMAMHMV35_js.getNxPluginInputs; }
17
17
  });
18
18
  Object.defineProperty(exports, "getNxTargetInputs", {
19
19
  enumerable: true,
20
- get: function () { return chunkJPTGZQLU_js.getNxTargetInputs; }
20
+ get: function () { return chunkMAMHMV35_js.getNxTargetInputs; }
21
21
  });
@@ -1,4 +1,4 @@
1
- export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-BXKPRYNH.mjs';
2
- import '../../chunk-X6GFPXO4.mjs';
1
+ export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-DMX7BNND.mjs';
2
+ import '../../chunk-WGIN2BGP.mjs';
3
3
  import '../../chunk-LQU7XWFP.mjs';
4
4
  import '../../chunk-O6YSETKJ.mjs';
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var chunk6WVDB4DZ_js = require('../../chunk-6WVDB4DZ.js');
4
- require('../../chunk-JPTGZQLU.js');
5
- require('../../chunk-ACE6O62X.js');
3
+ var chunk2YSHMNU6_js = require('../../chunk-2YSHMNU6.js');
4
+ require('../../chunk-MAMHMV35.js');
5
+ require('../../chunk-2PYUYDPD.js');
6
6
  require('../../chunk-VIU4CXA3.js');
7
7
  require('../../chunk-SHUYVCID.js');
8
8
 
@@ -10,5 +10,5 @@ require('../../chunk-SHUYVCID.js');
10
10
 
11
11
  Object.defineProperty(exports, "createNodesV2", {
12
12
  enumerable: true,
13
- get: function () { return chunk6WVDB4DZ_js.createNodesV2; }
13
+ get: function () { return chunk2YSHMNU6_js.createNodesV2; }
14
14
  });
@@ -1,5 +1,5 @@
1
- export { createNodesV2 } from '../../chunk-L46S3DXB.mjs';
2
- import '../../chunk-BXKPRYNH.mjs';
3
- import '../../chunk-X6GFPXO4.mjs';
1
+ export { createNodesV2 } from '../../chunk-Y4WK22DY.mjs';
2
+ import '../../chunk-DMX7BNND.mjs';
3
+ import '../../chunk-WGIN2BGP.mjs';
4
4
  import '../../chunk-LQU7XWFP.mjs';
5
5
  import '../../chunk-O6YSETKJ.mjs';
@@ -1,4 +1,13 @@
1
1
  interface NxPluginOptions {
2
+ /**
3
+ * Enable debug logging for the plugin
4
+ *
5
+ * @defaultValue false
6
+ */
7
+ debug?: boolean;
8
+ /**
9
+ * Configuration options for the clean target added by the Nx plugin
10
+ */
2
11
  clean?: false | {
3
12
  /**
4
13
  * The name of the clean target to use when cleaning the project
@@ -33,6 +42,9 @@ interface NxPluginOptions {
33
42
  */
34
43
  executor?: string;
35
44
  };
45
+ /**
46
+ * Configuration options for the prepare target added by the Nx plugin
47
+ */
36
48
  prepare?: false | {
37
49
  /**
38
50
  * The name of the prepare target to use when preparing the project
@@ -67,6 +79,9 @@ interface NxPluginOptions {
67
79
  */
68
80
  executor?: string;
69
81
  };
82
+ /**
83
+ * Configuration options for the lint target added by the Nx plugin
84
+ */
70
85
  lint?: false | {
71
86
  /**
72
87
  * The name of the lint target to use when linting the project
@@ -101,6 +116,9 @@ interface NxPluginOptions {
101
116
  */
102
117
  executor?: string;
103
118
  };
119
+ /**
120
+ * Configuration options for the build target added by the Nx plugin
121
+ */
104
122
  build?: false | {
105
123
  /**
106
124
  * The name of the build target to use when building the project
@@ -135,6 +153,9 @@ interface NxPluginOptions {
135
153
  */
136
154
  executor?: string;
137
155
  };
156
+ /**
157
+ * Configuration options for the docs target added by the Nx plugin
158
+ */
138
159
  docs?: false | {
139
160
  /**
140
161
  * The name of the docs target to use when generating documentation for the project
@@ -169,6 +190,9 @@ interface NxPluginOptions {
169
190
  */
170
191
  executor?: string;
171
192
  };
193
+ /**
194
+ * Configuration options for the deploy target added by the Nx plugin
195
+ */
172
196
  deploy?: false | {
173
197
  /**
174
198
  * The name of the deploy target to use when deploying the project
@@ -1,4 +1,13 @@
1
1
  interface NxPluginOptions {
2
+ /**
3
+ * Enable debug logging for the plugin
4
+ *
5
+ * @defaultValue false
6
+ */
7
+ debug?: boolean;
8
+ /**
9
+ * Configuration options for the clean target added by the Nx plugin
10
+ */
2
11
  clean?: false | {
3
12
  /**
4
13
  * The name of the clean target to use when cleaning the project
@@ -33,6 +42,9 @@ interface NxPluginOptions {
33
42
  */
34
43
  executor?: string;
35
44
  };
45
+ /**
46
+ * Configuration options for the prepare target added by the Nx plugin
47
+ */
36
48
  prepare?: false | {
37
49
  /**
38
50
  * The name of the prepare target to use when preparing the project
@@ -67,6 +79,9 @@ interface NxPluginOptions {
67
79
  */
68
80
  executor?: string;
69
81
  };
82
+ /**
83
+ * Configuration options for the lint target added by the Nx plugin
84
+ */
70
85
  lint?: false | {
71
86
  /**
72
87
  * The name of the lint target to use when linting the project
@@ -101,6 +116,9 @@ interface NxPluginOptions {
101
116
  */
102
117
  executor?: string;
103
118
  };
119
+ /**
120
+ * Configuration options for the build target added by the Nx plugin
121
+ */
104
122
  build?: false | {
105
123
  /**
106
124
  * The name of the build target to use when building the project
@@ -135,6 +153,9 @@ interface NxPluginOptions {
135
153
  */
136
154
  executor?: string;
137
155
  };
156
+ /**
157
+ * Configuration options for the docs target added by the Nx plugin
158
+ */
138
159
  docs?: false | {
139
160
  /**
140
161
  * The name of the docs target to use when generating documentation for the project
@@ -169,6 +190,9 @@ interface NxPluginOptions {
169
190
  */
170
191
  executor?: string;
171
192
  };
193
+ /**
194
+ * Configuration options for the deploy target added by the Nx plugin
195
+ */
172
196
  deploy?: false | {
173
197
  /**
174
198
  * The name of the deploy target to use when deploying the project