@powerlines/nx 0.11.129 → 0.11.130

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 (40) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/{chunk-Q2C7WFUE.mjs → chunk-22BGLWLB.mjs} +1 -1
  3. package/dist/{chunk-LS6GDBS3.mjs → chunk-2CDWET4G.mjs} +1 -1
  4. package/dist/{chunk-U5YHJZWT.mjs → chunk-3ISNKIBB.mjs} +1 -1
  5. package/dist/{chunk-IPLLMUCB.js → chunk-7MUREUOM.js} +2 -2
  6. package/dist/{chunk-EKQ7LM5Q.js → chunk-D2NT4C4Y.js} +2 -2
  7. package/dist/{chunk-BAAOY6SV.js → chunk-FYUURJ2C.js} +1 -1
  8. package/dist/{chunk-4DT2QBIV.js → chunk-GT22UCPH.js} +2 -2
  9. package/dist/{chunk-3YHYRSAI.js → chunk-JA4FAQDX.js} +2 -2
  10. package/dist/{chunk-6JRIBRDK.mjs → chunk-JSWYI4CG.mjs} +1 -1
  11. package/dist/{chunk-YMWDR3XY.mjs → chunk-M6OBRBWB.mjs} +1 -1
  12. package/dist/{chunk-SXKQNYVO.js → chunk-OWCOXFLX.js} +2 -4
  13. package/dist/{chunk-GICOAOUL.mjs → chunk-P4DHIPNB.mjs} +2 -4
  14. package/dist/{chunk-T7AKYV2C.mjs → chunk-PIDEJN6L.mjs} +1 -1
  15. package/dist/{chunk-DJOV2W72.js → chunk-QZL66VN5.js} +2 -2
  16. package/dist/{chunk-2LSGUZP7.mjs → chunk-RBPTP5A6.mjs} +1 -1
  17. package/dist/{chunk-O2RWQV3W.js → chunk-TJZOXDIG.js} +2 -2
  18. package/dist/executors.js +11 -11
  19. package/dist/executors.mjs +6 -6
  20. package/dist/index.js +14 -14
  21. package/dist/index.mjs +8 -8
  22. package/dist/src/base/base-executor.js +2 -2
  23. package/dist/src/base/base-executor.mjs +1 -1
  24. package/dist/src/executors/build/executor.js +4 -4
  25. package/dist/src/executors/build/executor.mjs +2 -2
  26. package/dist/src/executors/clean/executor.js +4 -4
  27. package/dist/src/executors/clean/executor.mjs +2 -2
  28. package/dist/src/executors/docs/executor.js +4 -4
  29. package/dist/src/executors/docs/executor.mjs +2 -2
  30. package/dist/src/executors/lint/executor.js +4 -4
  31. package/dist/src/executors/lint/executor.mjs +2 -2
  32. package/dist/src/executors/prepare/executor.js +4 -4
  33. package/dist/src/executors/prepare/executor.mjs +2 -2
  34. package/dist/src/helpers/plugin-utilities.js +4 -4
  35. package/dist/src/helpers/plugin-utilities.mjs +1 -1
  36. package/dist/src/plugin/index.js +3 -3
  37. package/dist/src/plugin/index.mjs +2 -2
  38. package/dist/src/types/plugin.d.mts +2 -2
  39. package/dist/src/types/plugin.d.ts +2 -2
  40. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.129](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.129) (01/21/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.37.73**
10
+
5
11
  ## [0.11.128](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.128) (01/21/2026)
6
12
 
7
13
  ### Bug Fixes
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-YMWDR3XY.mjs';
1
+ import { withExecutor } from './chunk-M6OBRBWB.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-YMWDR3XY.mjs';
1
+ import { withExecutor } from './chunk-M6OBRBWB.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-YMWDR3XY.mjs';
1
+ import { withExecutor } from './chunk-M6OBRBWB.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 chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.js');
3
+ var chunkFYUURJ2C_js = require('./chunk-FYUURJ2C.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 = chunkBAAOY6SV_js.withExecutor("docs", executorFn);
14
+ var executor = chunkFYUURJ2C_js.withExecutor("docs", 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 chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.js');
3
+ var chunkFYUURJ2C_js = require('./chunk-FYUURJ2C.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 = chunkBAAOY6SV_js.withExecutor("clean", executorFn);
14
+ var executor = chunkFYUURJ2C_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -107,7 +107,7 @@ var $__namespace = /*#__PURE__*/_interopNamespace($);
107
107
 
108
108
  // ../powerlines/package.json
109
109
  var package_default = {
110
- version: "0.37.72"};
110
+ version: "0.37.73"};
111
111
 
112
112
  // ../powerlines/src/plugin-utils/modules.ts
113
113
  function isBuiltinModule(context, moduleName) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.js');
3
+ var chunkFYUURJ2C_js = require('./chunk-FYUURJ2C.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 = chunkBAAOY6SV_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkFYUURJ2C_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.js');
3
+ var chunkFYUURJ2C_js = require('./chunk-FYUURJ2C.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 = chunkBAAOY6SV_js.withExecutor("lint", executorFn);
14
+ var executor = chunkFYUURJ2C_js.withExecutor("lint", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { createNxPlugin } from './chunk-GICOAOUL.mjs';
1
+ import { createNxPlugin } from './chunk-P4DHIPNB.mjs';
2
2
 
3
3
  // src/plugin/index.ts
4
4
  var createNodesV2 = createNxPlugin({
@@ -78,7 +78,7 @@ import { resolve } from 'node:path';
78
78
 
79
79
  // ../powerlines/package.json
80
80
  var package_default = {
81
- version: "0.37.72"};
81
+ version: "0.37.73"};
82
82
 
83
83
  // ../powerlines/src/plugin-utils/modules.ts
84
84
  function isBuiltinModule(context, moduleName) {
@@ -179,8 +179,7 @@ function createNxPlugin(opts) {
179
179
  ],
180
180
  executor: options?.build?.executor || `@${framework}/nx:${options?.build?.targetName || "build"}`,
181
181
  dependsOn: options?.build?.dependsOn ?? [
182
- `^${options?.build?.targetName || "build"}`,
183
- options?.prepare !== false && `${options?.prepare?.targetName || "prepare"}`
182
+ `^${options?.build?.targetName || "build"}`
184
183
  ].filter(Boolean),
185
184
  defaultConfiguration: options?.build?.defaultConfiguration || "production",
186
185
  options: {
@@ -220,8 +219,7 @@ function createNxPlugin(opts) {
220
219
  ],
221
220
  executor: options?.lint?.executor || `@${framework}/nx:${options?.lint?.targetName || "lint"}`,
222
221
  dependsOn: options?.lint?.dependsOn ?? [
223
- `^${options?.lint?.targetName || "lint"}`,
224
- options?.prepare !== false && `${options?.prepare?.targetName || "prepare"}`
222
+ `^${options?.lint?.targetName || "lint"}`
225
223
  ].filter(Boolean),
226
224
  defaultConfiguration: options?.lint?.defaultConfiguration || "production",
227
225
  options: {
@@ -173,8 +173,7 @@ function createNxPlugin(opts) {
173
173
  ],
174
174
  executor: options?.build?.executor || `@${framework}/nx:${options?.build?.targetName || "build"}`,
175
175
  dependsOn: options?.build?.dependsOn ?? [
176
- `^${options?.build?.targetName || "build"}`,
177
- options?.prepare !== false && `${options?.prepare?.targetName || "prepare"}`
176
+ `^${options?.build?.targetName || "build"}`
178
177
  ].filter(Boolean),
179
178
  defaultConfiguration: options?.build?.defaultConfiguration || "production",
180
179
  options: {
@@ -214,8 +213,7 @@ function createNxPlugin(opts) {
214
213
  ],
215
214
  executor: options?.lint?.executor || `@${framework}/nx:${options?.lint?.targetName || "lint"}`,
216
215
  dependsOn: options?.lint?.dependsOn ?? [
217
- `^${options?.lint?.targetName || "lint"}`,
218
- options?.prepare !== false && `${options?.prepare?.targetName || "prepare"}`
216
+ `^${options?.lint?.targetName || "lint"}`
219
217
  ].filter(Boolean),
220
218
  defaultConfiguration: options?.lint?.defaultConfiguration || "production",
221
219
  options: {
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-YMWDR3XY.mjs';
1
+ import { withExecutor } from './chunk-M6OBRBWB.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 chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.js');
3
+ var chunkFYUURJ2C_js = require('./chunk-FYUURJ2C.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 = chunkBAAOY6SV_js.withExecutor("build", executorFn);
22
+ var executor = chunkFYUURJ2C_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-YMWDR3XY.mjs';
1
+ import { withExecutor } from './chunk-M6OBRBWB.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunkSXKQNYVO_js = require('./chunk-SXKQNYVO.js');
3
+ var chunkOWCOXFLX_js = require('./chunk-OWCOXFLX.js');
4
4
 
5
5
  // src/plugin/index.ts
6
- var createNodesV2 = chunkSXKQNYVO_js.createNxPlugin({
6
+ var createNodesV2 = chunkOWCOXFLX_js.createNxPlugin({
7
7
  framework: "powerlines"
8
8
  });
9
9
 
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunk3YHYRSAI_js = require('./chunk-3YHYRSAI.js');
5
- var chunk4DT2QBIV_js = require('./chunk-4DT2QBIV.js');
6
- var chunkDJOV2W72_js = require('./chunk-DJOV2W72.js');
7
- var chunkEKQ7LM5Q_js = require('./chunk-EKQ7LM5Q.js');
8
- var chunkIPLLMUCB_js = require('./chunk-IPLLMUCB.js');
9
- require('./chunk-BAAOY6SV.js');
4
+ var chunkJA4FAQDX_js = require('./chunk-JA4FAQDX.js');
5
+ var chunkGT22UCPH_js = require('./chunk-GT22UCPH.js');
6
+ var chunkQZL66VN5_js = require('./chunk-QZL66VN5.js');
7
+ var chunkD2NT4C4Y_js = require('./chunk-D2NT4C4Y.js');
8
+ var chunk7MUREUOM_js = require('./chunk-7MUREUOM.js');
9
+ require('./chunk-FYUURJ2C.js');
10
10
  require('./chunk-NU3VTAH5.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
14
14
 
15
15
  Object.defineProperty(exports, "lint", {
16
16
  enumerable: true,
17
- get: function () { return chunk3YHYRSAI_js.executor_default; }
17
+ get: function () { return chunkJA4FAQDX_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunk4DT2QBIV_js.executor_default; }
21
+ get: function () { return chunkGT22UCPH_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunkDJOV2W72_js.executor_default; }
25
+ get: function () { return chunkQZL66VN5_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkEKQ7LM5Q_js.executor_default; }
29
+ get: function () { return chunkD2NT4C4Y_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkIPLLMUCB_js.executor_default; }
33
+ get: function () { return chunk7MUREUOM_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-LS6GDBS3.mjs';
3
- export { executor_default as prepare } from './chunk-Q2C7WFUE.mjs';
4
- export { executor_default as build } from './chunk-U5YHJZWT.mjs';
5
- export { executor_default as clean } from './chunk-T7AKYV2C.mjs';
6
- export { executor_default as docs } from './chunk-2LSGUZP7.mjs';
7
- import './chunk-YMWDR3XY.mjs';
2
+ export { executor_default as lint } from './chunk-2CDWET4G.mjs';
3
+ export { executor_default as prepare } from './chunk-22BGLWLB.mjs';
4
+ export { executor_default as build } from './chunk-3ISNKIBB.mjs';
5
+ export { executor_default as clean } from './chunk-PIDEJN6L.mjs';
6
+ export { executor_default as docs } from './chunk-RBPTP5A6.mjs';
7
+ import './chunk-M6OBRBWB.mjs';
8
8
  import './chunk-AGZ4P3AS.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,16 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var chunkO2RWQV3W_js = require('./chunk-O2RWQV3W.js');
3
+ var chunkTJZOXDIG_js = require('./chunk-TJZOXDIG.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunk3YHYRSAI_js = require('./chunk-3YHYRSAI.js');
6
- var chunk4DT2QBIV_js = require('./chunk-4DT2QBIV.js');
7
- var chunkDJOV2W72_js = require('./chunk-DJOV2W72.js');
8
- var chunkEKQ7LM5Q_js = require('./chunk-EKQ7LM5Q.js');
9
- var chunkIPLLMUCB_js = require('./chunk-IPLLMUCB.js');
5
+ var chunkJA4FAQDX_js = require('./chunk-JA4FAQDX.js');
6
+ var chunkGT22UCPH_js = require('./chunk-GT22UCPH.js');
7
+ var chunkQZL66VN5_js = require('./chunk-QZL66VN5.js');
8
+ var chunkD2NT4C4Y_js = require('./chunk-D2NT4C4Y.js');
9
+ var chunk7MUREUOM_js = require('./chunk-7MUREUOM.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-BAAOY6SV.js');
13
- require('./chunk-SXKQNYVO.js');
12
+ require('./chunk-FYUURJ2C.js');
13
+ require('./chunk-OWCOXFLX.js');
14
14
  require('./chunk-NU3VTAH5.js');
15
15
  require('./chunk-IQVSZEQ6.js');
16
16
  require('./chunk-SHUYVCID.js');
@@ -19,27 +19,27 @@ require('./chunk-SHUYVCID.js');
19
19
 
20
20
  Object.defineProperty(exports, "createNodesV2", {
21
21
  enumerable: true,
22
- get: function () { return chunkO2RWQV3W_js.createNodesV2; }
22
+ get: function () { return chunkTJZOXDIG_js.createNodesV2; }
23
23
  });
24
24
  Object.defineProperty(exports, "lint", {
25
25
  enumerable: true,
26
- get: function () { return chunk3YHYRSAI_js.executor_default; }
26
+ get: function () { return chunkJA4FAQDX_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunk4DT2QBIV_js.executor_default; }
30
+ get: function () { return chunkGT22UCPH_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunkDJOV2W72_js.executor_default; }
34
+ get: function () { return chunkQZL66VN5_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkEKQ7LM5Q_js.executor_default; }
38
+ get: function () { return chunkD2NT4C4Y_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkIPLLMUCB_js.executor_default; }
42
+ get: function () { return chunk7MUREUOM_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-6JRIBRDK.mjs';
1
+ export { createNodesV2 } from './chunk-JSWYI4CG.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-LS6GDBS3.mjs';
4
- export { executor_default as prepare } from './chunk-Q2C7WFUE.mjs';
5
- export { executor_default as build } from './chunk-U5YHJZWT.mjs';
6
- export { executor_default as clean } from './chunk-T7AKYV2C.mjs';
7
- export { executor_default as docs } from './chunk-2LSGUZP7.mjs';
3
+ export { executor_default as lint } from './chunk-2CDWET4G.mjs';
4
+ export { executor_default as prepare } from './chunk-22BGLWLB.mjs';
5
+ export { executor_default as build } from './chunk-3ISNKIBB.mjs';
6
+ export { executor_default as clean } from './chunk-PIDEJN6L.mjs';
7
+ export { executor_default as docs } from './chunk-RBPTP5A6.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-YMWDR3XY.mjs';
11
- import './chunk-GICOAOUL.mjs';
10
+ import './chunk-M6OBRBWB.mjs';
11
+ import './chunk-P4DHIPNB.mjs';
12
12
  import './chunk-AGZ4P3AS.mjs';
13
13
  import './chunk-IC47MFKB.mjs';
14
14
  import './chunk-O6YSETKJ.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkBAAOY6SV_js = require('../../chunk-BAAOY6SV.js');
3
+ var chunkFYUURJ2C_js = require('../../chunk-FYUURJ2C.js');
4
4
  require('../../chunk-NU3VTAH5.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 chunkBAAOY6SV_js.withExecutor; }
11
+ get: function () { return chunkFYUURJ2C_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-YMWDR3XY.mjs';
1
+ export { withExecutor } from '../../chunk-M6OBRBWB.mjs';
2
2
  import '../../chunk-AGZ4P3AS.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 chunkDJOV2W72_js = require('../../../chunk-DJOV2W72.js');
6
- require('../../../chunk-BAAOY6SV.js');
5
+ var chunkQZL66VN5_js = require('../../../chunk-QZL66VN5.js');
6
+ require('../../../chunk-FYUURJ2C.js');
7
7
  require('../../../chunk-NU3VTAH5.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 chunkDJOV2W72_js.executor_default; }
14
+ get: function () { return chunkQZL66VN5_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkDJOV2W72_js.executorFn; }
18
+ get: function () { return chunkQZL66VN5_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-U5YHJZWT.mjs';
2
- import '../../../chunk-YMWDR3XY.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-3ISNKIBB.mjs';
2
+ import '../../../chunk-M6OBRBWB.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.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 chunkEKQ7LM5Q_js = require('../../../chunk-EKQ7LM5Q.js');
6
- require('../../../chunk-BAAOY6SV.js');
5
+ var chunkD2NT4C4Y_js = require('../../../chunk-D2NT4C4Y.js');
6
+ require('../../../chunk-FYUURJ2C.js');
7
7
  require('../../../chunk-NU3VTAH5.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 chunkEKQ7LM5Q_js.executor_default; }
14
+ get: function () { return chunkD2NT4C4Y_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkEKQ7LM5Q_js.executorFn; }
18
+ get: function () { return chunkD2NT4C4Y_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-T7AKYV2C.mjs';
2
- import '../../../chunk-YMWDR3XY.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-PIDEJN6L.mjs';
2
+ import '../../../chunk-M6OBRBWB.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.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 chunkIPLLMUCB_js = require('../../../chunk-IPLLMUCB.js');
6
- require('../../../chunk-BAAOY6SV.js');
5
+ var chunk7MUREUOM_js = require('../../../chunk-7MUREUOM.js');
6
+ require('../../../chunk-FYUURJ2C.js');
7
7
  require('../../../chunk-NU3VTAH5.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 chunkIPLLMUCB_js.executor_default; }
14
+ get: function () { return chunk7MUREUOM_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkIPLLMUCB_js.executorFn; }
18
+ get: function () { return chunk7MUREUOM_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-2LSGUZP7.mjs';
2
- import '../../../chunk-YMWDR3XY.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-RBPTP5A6.mjs';
2
+ import '../../../chunk-M6OBRBWB.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.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 chunk3YHYRSAI_js = require('../../../chunk-3YHYRSAI.js');
6
- require('../../../chunk-BAAOY6SV.js');
5
+ var chunkJA4FAQDX_js = require('../../../chunk-JA4FAQDX.js');
6
+ require('../../../chunk-FYUURJ2C.js');
7
7
  require('../../../chunk-NU3VTAH5.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 chunk3YHYRSAI_js.executor_default; }
14
+ get: function () { return chunkJA4FAQDX_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk3YHYRSAI_js.executorFn; }
18
+ get: function () { return chunkJA4FAQDX_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-LS6GDBS3.mjs';
2
- import '../../../chunk-YMWDR3XY.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-2CDWET4G.mjs';
2
+ import '../../../chunk-M6OBRBWB.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.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 chunk4DT2QBIV_js = require('../../../chunk-4DT2QBIV.js');
6
- require('../../../chunk-BAAOY6SV.js');
5
+ var chunkGT22UCPH_js = require('../../../chunk-GT22UCPH.js');
6
+ require('../../../chunk-FYUURJ2C.js');
7
7
  require('../../../chunk-NU3VTAH5.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 chunk4DT2QBIV_js.executor_default; }
14
+ get: function () { return chunkGT22UCPH_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk4DT2QBIV_js.executorFn; }
18
+ get: function () { return chunkGT22UCPH_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-Q2C7WFUE.mjs';
2
- import '../../../chunk-YMWDR3XY.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-22BGLWLB.mjs';
2
+ import '../../../chunk-M6OBRBWB.mjs';
3
3
  import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkSXKQNYVO_js = require('../../chunk-SXKQNYVO.js');
3
+ var chunkOWCOXFLX_js = require('../../chunk-OWCOXFLX.js');
4
4
  require('../../chunk-NU3VTAH5.js');
5
5
  require('../../chunk-IQVSZEQ6.js');
6
6
  require('../../chunk-SHUYVCID.js');
@@ -9,13 +9,13 @@ require('../../chunk-SHUYVCID.js');
9
9
 
10
10
  Object.defineProperty(exports, "createNxPlugin", {
11
11
  enumerable: true,
12
- get: function () { return chunkSXKQNYVO_js.createNxPlugin; }
12
+ get: function () { return chunkOWCOXFLX_js.createNxPlugin; }
13
13
  });
14
14
  Object.defineProperty(exports, "getNxPluginInputs", {
15
15
  enumerable: true,
16
- get: function () { return chunkSXKQNYVO_js.getNxPluginInputs; }
16
+ get: function () { return chunkOWCOXFLX_js.getNxPluginInputs; }
17
17
  });
18
18
  Object.defineProperty(exports, "getNxTargetInputs", {
19
19
  enumerable: true,
20
- get: function () { return chunkSXKQNYVO_js.getNxTargetInputs; }
20
+ get: function () { return chunkOWCOXFLX_js.getNxTargetInputs; }
21
21
  });
@@ -1,4 +1,4 @@
1
- export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-GICOAOUL.mjs';
1
+ export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-P4DHIPNB.mjs';
2
2
  import '../../chunk-AGZ4P3AS.mjs';
3
3
  import '../../chunk-IC47MFKB.mjs';
4
4
  import '../../chunk-O6YSETKJ.mjs';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkO2RWQV3W_js = require('../../chunk-O2RWQV3W.js');
4
- require('../../chunk-SXKQNYVO.js');
3
+ var chunkTJZOXDIG_js = require('../../chunk-TJZOXDIG.js');
4
+ require('../../chunk-OWCOXFLX.js');
5
5
  require('../../chunk-NU3VTAH5.js');
6
6
  require('../../chunk-IQVSZEQ6.js');
7
7
  require('../../chunk-SHUYVCID.js');
@@ -10,5 +10,5 @@ require('../../chunk-SHUYVCID.js');
10
10
 
11
11
  Object.defineProperty(exports, "createNodesV2", {
12
12
  enumerable: true,
13
- get: function () { return chunkO2RWQV3W_js.createNodesV2; }
13
+ get: function () { return chunkTJZOXDIG_js.createNodesV2; }
14
14
  });
@@ -1,5 +1,5 @@
1
- export { createNodesV2 } from '../../chunk-6JRIBRDK.mjs';
2
- import '../../chunk-GICOAOUL.mjs';
1
+ export { createNodesV2 } from '../../chunk-JSWYI4CG.mjs';
2
+ import '../../chunk-P4DHIPNB.mjs';
3
3
  import '../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../chunk-IC47MFKB.mjs';
5
5
  import '../../chunk-O6YSETKJ.mjs';
@@ -98,7 +98,7 @@ interface NxPluginOptions {
98
98
  /**
99
99
  * An array specifying any other target identifiers the lint target depends on
100
100
  *
101
- * @defaultValue ["^lint", "prepare"]
101
+ * @defaultValue ["^lint"]
102
102
  */
103
103
  dependsOn?: string[];
104
104
  /**
@@ -135,7 +135,7 @@ interface NxPluginOptions {
135
135
  /**
136
136
  * An array specifying any other target identifiers the build target depends on
137
137
  *
138
- * @defaultValue ["^build", "prepare"]
138
+ * @defaultValue ["^build"]
139
139
  */
140
140
  dependsOn?: string[];
141
141
  /**
@@ -98,7 +98,7 @@ interface NxPluginOptions {
98
98
  /**
99
99
  * An array specifying any other target identifiers the lint target depends on
100
100
  *
101
- * @defaultValue ["^lint", "prepare"]
101
+ * @defaultValue ["^lint"]
102
102
  */
103
103
  dependsOn?: string[];
104
104
  /**
@@ -135,7 +135,7 @@ interface NxPluginOptions {
135
135
  /**
136
136
  * An array specifying any other target identifiers the build target depends on
137
137
  *
138
- * @defaultValue ["^build", "prepare"]
138
+ * @defaultValue ["^build"]
139
139
  */
140
140
  dependsOn?: string[];
141
141
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.129",
3
+ "version": "0.11.130",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "df743ef7ebac849eb4ce90899884df4758b61172"
213
+ "gitHead": "5f79353f37604b647e86ae803b1d60ca51eaf2d1"
214
214
  }