@powerlines/nx 0.11.10 → 0.11.12

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 (38) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{chunk-T7JJWLIW.mjs → chunk-2SRN3RF5.mjs} +1 -1
  3. package/dist/{chunk-GWN74F7V.js → chunk-4UKVI5YN.js} +2 -2
  4. package/dist/{chunk-OIUYG2HM.mjs → chunk-6TA6VW5Q.mjs} +11 -5
  5. package/dist/{chunk-2234M3R4.js → chunk-7ZG22MO4.js} +11 -5
  6. package/dist/{chunk-WECQFICE.mjs → chunk-G73A76YI.mjs} +1 -1
  7. package/dist/{chunk-EAPYX6GY.js → chunk-H346QB7W.js} +2 -2
  8. package/dist/{chunk-ZPDOOUZK.mjs → chunk-KPZS6OF5.mjs} +1 -1
  9. package/dist/{chunk-MJ6WSS2V.mjs → chunk-KVHONKOK.mjs} +1 -1
  10. package/dist/{chunk-4QGBKGVB.mjs → chunk-LK4PXBKI.mjs} +5 -5
  11. package/dist/{chunk-X7WM6URI.js → chunk-MQZ6C57K.js} +2 -2
  12. package/dist/{chunk-E56YUEHY.mjs → chunk-OCT2XWEE.mjs} +1 -1
  13. package/dist/{chunk-XR24N2HA.js → chunk-QSMJD4CD.js} +5 -5
  14. package/dist/{chunk-VPERYIJ5.js → chunk-QWUA7Y4M.js} +2 -2
  15. package/dist/{chunk-2KLRY6GO.js → chunk-TNFRQNSW.js} +2 -2
  16. package/dist/{chunk-WM2LECJG.mjs → chunk-UTHNKH5V.mjs} +1 -1
  17. package/dist/{chunk-KPDIKFQE.js → chunk-ZYNEOZKS.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/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.11](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.11) (12/19/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.33.1**
10
+
11
+ ## [0.11.10](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.10) (12/19/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.33.0**
16
+
5
17
  ## [0.11.9](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.9) (12/18/2025)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-OIUYG2HM.mjs';
1
+ import { withExecutor } from './chunk-6TA6VW5Q.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 chunk2234M3R4_js = require('./chunk-2234M3R4.js');
3
+ var chunk7ZG22MO4_js = require('./chunk-7ZG22MO4.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 = chunk2234M3R4_js.withExecutor("clean", executorFn);
14
+ var executor = chunk7ZG22MO4_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -673,7 +673,7 @@ async function resolveTsconfig(context) {
673
673
  }
674
674
  }
675
675
  __name(resolveTsconfig, "resolveTsconfig");
676
- var DEFAULT_ENVIRONMENT = "__DEFAULT__";
676
+ var DEFAULT_ENVIRONMENT = "default";
677
677
  var GLOBAL_ENVIRONMENT = "__GLOBAL__";
678
678
  function createEnvironment(name, userConfig) {
679
679
  return defu6(userConfig.environments?.[name] ?? {}, {
@@ -2511,7 +2511,7 @@ var PowerlinesContext = class _PowerlinesContext {
2511
2511
  #parserCache;
2512
2512
  #requestCache;
2513
2513
  #getConfigProps(config = {}) {
2514
- return {
2514
+ return defu6({
2515
2515
  variant: config.build?.variant,
2516
2516
  projectType: config.type,
2517
2517
  projectRoot: config.root,
@@ -2535,7 +2535,13 @@ var PowerlinesContext = class _PowerlinesContext {
2535
2535
  build: config.build,
2536
2536
  framework: config.framework,
2537
2537
  ...config
2538
- };
2538
+ }, {
2539
+ output: config.framework ? {
2540
+ artifactsPath: joinPaths(config.root ?? this.config.projectRoot, `.${config.framework ?? "powerlines"}`),
2541
+ dts: joinPaths(config.root ?? this.config.projectRoot, `${config.framework ?? "powerlines"}.d.ts`),
2542
+ builtinPrefix: config.framework ?? "powerlines"
2543
+ } : {}
2544
+ });
2539
2545
  }
2540
2546
  /**
2541
2547
  * Create a new Storm context from the workspace root and user config.
@@ -3331,14 +3337,14 @@ var PowerlinesContext = class _PowerlinesContext {
3331
3337
  this.config.output.outputPath ??= "dist";
3332
3338
  this.config.output.buildPath ??= "dist";
3333
3339
  }
3334
- this.config.output.assets = getUnique(this.config.output.assets.map((asset) => {
3340
+ this.config.output.assets = getUniqueBy(this.config.output.assets.map((asset) => {
3335
3341
  return {
3336
3342
  glob: isSetObject(asset) ? asset.glob : asset,
3337
3343
  input: isString(asset) || !asset.input || asset.input === "." || asset.input === "/" || asset.input === "./" ? this.workspaceConfig.workspaceRoot : isParentPath(asset.input, this.workspaceConfig.workspaceRoot) || asset.input === this.workspaceConfig.workspaceRoot ? asset.input : appendPath(asset.input, this.workspaceConfig.workspaceRoot),
3338
3344
  output: isSetObject(asset) && asset.output ? isParentPath(asset.output, this.workspaceConfig.workspaceRoot) ? asset.output : appendPath(joinPaths(this.config.output.outputPath, replacePath(replacePath(asset.output, replacePath(this.config.output.outputPath, this.workspaceConfig.workspaceRoot)), this.config.output.outputPath)), this.workspaceConfig.workspaceRoot) : appendPath(this.config.output.outputPath, this.workspaceConfig.workspaceRoot),
3339
3345
  ignore: isSetObject(asset) && asset.ignore ? toArray(asset.ignore) : void 0
3340
3346
  };
3341
- }));
3347
+ }), (a) => `${a.input}-${a.glob}-${a.output}`);
3342
3348
  this.config.plugins = (this.config.plugins ?? []).filter(Boolean).reduce((ret, plugin) => {
3343
3349
  if (isPlugin(plugin) && checkDedupe(plugin, ret.filter((p) => isPlugin(p)))) {
3344
3350
  return ret;
@@ -702,7 +702,7 @@ async function resolveTsconfig(context) {
702
702
  }
703
703
  }
704
704
  chunkSHUYVCID_js.__name(resolveTsconfig, "resolveTsconfig");
705
- var DEFAULT_ENVIRONMENT = "__DEFAULT__";
705
+ var DEFAULT_ENVIRONMENT = "default";
706
706
  var GLOBAL_ENVIRONMENT = "__GLOBAL__";
707
707
  function createEnvironment(name, userConfig) {
708
708
  return defu6__default.default(userConfig.environments?.[name] ?? {}, {
@@ -2540,7 +2540,7 @@ var PowerlinesContext = class _PowerlinesContext {
2540
2540
  #parserCache;
2541
2541
  #requestCache;
2542
2542
  #getConfigProps(config = {}) {
2543
- return {
2543
+ return defu6__default.default({
2544
2544
  variant: config.build?.variant,
2545
2545
  projectType: config.type,
2546
2546
  projectRoot: config.root,
@@ -2564,7 +2564,13 @@ var PowerlinesContext = class _PowerlinesContext {
2564
2564
  build: config.build,
2565
2565
  framework: config.framework,
2566
2566
  ...config
2567
- };
2567
+ }, {
2568
+ output: config.framework ? {
2569
+ artifactsPath: join.joinPaths(config.root ?? this.config.projectRoot, `.${config.framework ?? "powerlines"}`),
2570
+ dts: join.joinPaths(config.root ?? this.config.projectRoot, `${config.framework ?? "powerlines"}.d.ts`),
2571
+ builtinPrefix: config.framework ?? "powerlines"
2572
+ } : {}
2573
+ });
2568
2574
  }
2569
2575
  /**
2570
2576
  * Create a new Storm context from the workspace root and user config.
@@ -3360,14 +3366,14 @@ var PowerlinesContext = class _PowerlinesContext {
3360
3366
  this.config.output.outputPath ??= "dist";
3361
3367
  this.config.output.buildPath ??= "dist";
3362
3368
  }
3363
- this.config.output.assets = getUnique.getUnique(this.config.output.assets.map((asset) => {
3369
+ this.config.output.assets = getUnique.getUniqueBy(this.config.output.assets.map((asset) => {
3364
3370
  return {
3365
3371
  glob: isSetObject.isSetObject(asset) ? asset.glob : asset,
3366
3372
  input: isString.isString(asset) || !asset.input || asset.input === "." || asset.input === "/" || asset.input === "./" ? this.workspaceConfig.workspaceRoot : isParentPath.isParentPath(asset.input, this.workspaceConfig.workspaceRoot) || asset.input === this.workspaceConfig.workspaceRoot ? asset.input : append.appendPath(asset.input, this.workspaceConfig.workspaceRoot),
3367
3373
  output: isSetObject.isSetObject(asset) && asset.output ? isParentPath.isParentPath(asset.output, this.workspaceConfig.workspaceRoot) ? asset.output : append.appendPath(join.joinPaths(this.config.output.outputPath, replace.replacePath(replace.replacePath(asset.output, replace.replacePath(this.config.output.outputPath, this.workspaceConfig.workspaceRoot)), this.config.output.outputPath)), this.workspaceConfig.workspaceRoot) : append.appendPath(this.config.output.outputPath, this.workspaceConfig.workspaceRoot),
3368
3374
  ignore: isSetObject.isSetObject(asset) && asset.ignore ? toArray.toArray(asset.ignore) : void 0
3369
3375
  };
3370
- }));
3376
+ }), (a) => `${a.input}-${a.glob}-${a.output}`);
3371
3377
  this.config.plugins = (this.config.plugins ?? []).filter(Boolean).reduce((ret, plugin) => {
3372
3378
  if (isPlugin(plugin) && checkDedupe(plugin, ret.filter((p) => isPlugin(p)))) {
3373
3379
  return ret;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-OIUYG2HM.mjs';
1
+ import { withExecutor } from './chunk-6TA6VW5Q.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 chunk2234M3R4_js = require('./chunk-2234M3R4.js');
3
+ var chunk7ZG22MO4_js = require('./chunk-7ZG22MO4.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 = chunk2234M3R4_js.withExecutor("build", executorFn);
22
+ var executor = chunk7ZG22MO4_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { createNxPlugin } from './chunk-4QGBKGVB.mjs';
1
+ import { createNxPlugin } from './chunk-LK4PXBKI.mjs';
2
2
 
3
3
  // src/plugin/index.ts
4
4
  var createNodesV2 = createNxPlugin({
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-OIUYG2HM.mjs';
1
+ import { withExecutor } from './chunk-6TA6VW5Q.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -144,7 +144,7 @@ function createNxPlugin(opts) {
144
144
  ].filter(Boolean),
145
145
  defaultConfiguration: options?.prepare?.defaultConfiguration || "production",
146
146
  options: {
147
- entry: userConfig.entry || "{sourceRoot}/index.ts",
147
+ entry: userConfig.entry,
148
148
  projectType: projectConfig.projectType || userConfig.type,
149
149
  skipInstalls: userConfig.skipInstalls,
150
150
  skipCache: userConfig.skipCache
@@ -178,7 +178,7 @@ function createNxPlugin(opts) {
178
178
  ].filter(Boolean),
179
179
  defaultConfiguration: options?.build?.defaultConfiguration || "production",
180
180
  options: {
181
- entry: userConfig.entry || "{sourceRoot}/index.ts",
181
+ entry: userConfig.entry,
182
182
  outputPath: userConfig.output?.outputPath || "dist/{projectRoot}",
183
183
  projectType: projectConfig.projectType || userConfig.type,
184
184
  skipInstalls: userConfig.skipInstalls,
@@ -219,7 +219,7 @@ function createNxPlugin(opts) {
219
219
  ].filter(Boolean),
220
220
  defaultConfiguration: options?.lint?.defaultConfiguration || "production",
221
221
  options: {
222
- entry: userConfig.entry || "{sourceRoot}/index.ts",
222
+ entry: userConfig.entry,
223
223
  projectType: projectConfig.projectType || userConfig.type,
224
224
  skipInstalls: userConfig.skipInstalls,
225
225
  skipCache: userConfig.skipCache
@@ -259,7 +259,7 @@ function createNxPlugin(opts) {
259
259
  ].filter(Boolean),
260
260
  defaultConfiguration: options?.docs?.defaultConfiguration || "production",
261
261
  options: {
262
- entry: userConfig.entry || "{sourceRoot}/index.ts",
262
+ entry: userConfig.entry,
263
263
  projectType: projectConfig.projectType || userConfig.type,
264
264
  skipInstalls: userConfig.skipInstalls,
265
265
  skipCache: userConfig.skipCache
@@ -299,7 +299,7 @@ function createNxPlugin(opts) {
299
299
  ].filter(Boolean),
300
300
  defaultConfiguration: options?.deploy?.defaultConfiguration || "production",
301
301
  options: {
302
- entry: userConfig.entry || "{sourceRoot}/index.ts",
302
+ entry: userConfig.entry,
303
303
  projectType: projectConfig.projectType || userConfig.type,
304
304
  skipInstalls: userConfig.skipInstalls,
305
305
  skipCache: userConfig.skipCache
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk2234M3R4_js = require('./chunk-2234M3R4.js');
3
+ var chunk7ZG22MO4_js = require('./chunk-7ZG22MO4.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 = chunk2234M3R4_js.withExecutor("lint", executorFn);
14
+ var executor = chunk7ZG22MO4_js.withExecutor("lint", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-OIUYG2HM.mjs';
1
+ import { withExecutor } from './chunk-6TA6VW5Q.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -150,7 +150,7 @@ function createNxPlugin(opts) {
150
150
  ].filter(Boolean),
151
151
  defaultConfiguration: options?.prepare?.defaultConfiguration || "production",
152
152
  options: {
153
- entry: userConfig.entry || "{sourceRoot}/index.ts",
153
+ entry: userConfig.entry,
154
154
  projectType: projectConfig.projectType || userConfig.type,
155
155
  skipInstalls: userConfig.skipInstalls,
156
156
  skipCache: userConfig.skipCache
@@ -184,7 +184,7 @@ function createNxPlugin(opts) {
184
184
  ].filter(Boolean),
185
185
  defaultConfiguration: options?.build?.defaultConfiguration || "production",
186
186
  options: {
187
- entry: userConfig.entry || "{sourceRoot}/index.ts",
187
+ entry: userConfig.entry,
188
188
  outputPath: userConfig.output?.outputPath || "dist/{projectRoot}",
189
189
  projectType: projectConfig.projectType || userConfig.type,
190
190
  skipInstalls: userConfig.skipInstalls,
@@ -225,7 +225,7 @@ function createNxPlugin(opts) {
225
225
  ].filter(Boolean),
226
226
  defaultConfiguration: options?.lint?.defaultConfiguration || "production",
227
227
  options: {
228
- entry: userConfig.entry || "{sourceRoot}/index.ts",
228
+ entry: userConfig.entry,
229
229
  projectType: projectConfig.projectType || userConfig.type,
230
230
  skipInstalls: userConfig.skipInstalls,
231
231
  skipCache: userConfig.skipCache
@@ -265,7 +265,7 @@ function createNxPlugin(opts) {
265
265
  ].filter(Boolean),
266
266
  defaultConfiguration: options?.docs?.defaultConfiguration || "production",
267
267
  options: {
268
- entry: userConfig.entry || "{sourceRoot}/index.ts",
268
+ entry: userConfig.entry,
269
269
  projectType: projectConfig.projectType || userConfig.type,
270
270
  skipInstalls: userConfig.skipInstalls,
271
271
  skipCache: userConfig.skipCache
@@ -305,7 +305,7 @@ function createNxPlugin(opts) {
305
305
  ].filter(Boolean),
306
306
  defaultConfiguration: options?.deploy?.defaultConfiguration || "production",
307
307
  options: {
308
- entry: userConfig.entry || "{sourceRoot}/index.ts",
308
+ entry: userConfig.entry,
309
309
  projectType: projectConfig.projectType || userConfig.type,
310
310
  skipInstalls: userConfig.skipInstalls,
311
311
  skipCache: userConfig.skipCache
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk2234M3R4_js = require('./chunk-2234M3R4.js');
3
+ var chunk7ZG22MO4_js = require('./chunk-7ZG22MO4.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 = chunk2234M3R4_js.withExecutor("prepare", executorFn);
22
+ var executor = chunk7ZG22MO4_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunkXR24N2HA_js = require('./chunk-XR24N2HA.js');
3
+ var chunkQSMJD4CD_js = require('./chunk-QSMJD4CD.js');
4
4
 
5
5
  // src/plugin/index.ts
6
- var createNodesV2 = chunkXR24N2HA_js.createNxPlugin({
6
+ var createNodesV2 = chunkQSMJD4CD_js.createNxPlugin({
7
7
  framework: "powerlines"
8
8
  });
9
9
 
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-OIUYG2HM.mjs';
1
+ import { withExecutor } from './chunk-6TA6VW5Q.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk2234M3R4_js = require('./chunk-2234M3R4.js');
3
+ var chunk7ZG22MO4_js = require('./chunk-7ZG22MO4.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 = chunk2234M3R4_js.withExecutor("docs", executorFn);
14
+ var executor = chunk7ZG22MO4_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkX7WM6URI_js = require('./chunk-X7WM6URI.js');
5
- var chunkVPERYIJ5_js = require('./chunk-VPERYIJ5.js');
6
- var chunkEAPYX6GY_js = require('./chunk-EAPYX6GY.js');
7
- var chunkGWN74F7V_js = require('./chunk-GWN74F7V.js');
8
- var chunkKPDIKFQE_js = require('./chunk-KPDIKFQE.js');
9
- require('./chunk-2234M3R4.js');
4
+ var chunkMQZ6C57K_js = require('./chunk-MQZ6C57K.js');
5
+ var chunkQWUA7Y4M_js = require('./chunk-QWUA7Y4M.js');
6
+ var chunkH346QB7W_js = require('./chunk-H346QB7W.js');
7
+ var chunk4UKVI5YN_js = require('./chunk-4UKVI5YN.js');
8
+ var chunkZYNEOZKS_js = require('./chunk-ZYNEOZKS.js');
9
+ require('./chunk-7ZG22MO4.js');
10
10
  require('./chunk-DQI2I5KK.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 chunkX7WM6URI_js.executor_default; }
17
+ get: function () { return chunkMQZ6C57K_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunkVPERYIJ5_js.executor_default; }
21
+ get: function () { return chunkQWUA7Y4M_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunkEAPYX6GY_js.executor_default; }
25
+ get: function () { return chunkH346QB7W_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkGWN74F7V_js.executor_default; }
29
+ get: function () { return chunk4UKVI5YN_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkKPDIKFQE_js.executor_default; }
33
+ get: function () { return chunkZYNEOZKS_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-MJ6WSS2V.mjs';
3
- export { executor_default as prepare } from './chunk-E56YUEHY.mjs';
4
- export { executor_default as build } from './chunk-WECQFICE.mjs';
5
- export { executor_default as clean } from './chunk-T7JJWLIW.mjs';
6
- export { executor_default as docs } from './chunk-WM2LECJG.mjs';
7
- import './chunk-OIUYG2HM.mjs';
2
+ export { executor_default as lint } from './chunk-KVHONKOK.mjs';
3
+ export { executor_default as prepare } from './chunk-OCT2XWEE.mjs';
4
+ export { executor_default as build } from './chunk-G73A76YI.mjs';
5
+ export { executor_default as clean } from './chunk-2SRN3RF5.mjs';
6
+ export { executor_default as docs } from './chunk-UTHNKH5V.mjs';
7
+ import './chunk-6TA6VW5Q.mjs';
8
8
  import './chunk-OVX2CEXQ.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,16 +1,16 @@
1
1
  'use strict';
2
2
 
3
- var chunk2KLRY6GO_js = require('./chunk-2KLRY6GO.js');
3
+ var chunkTNFRQNSW_js = require('./chunk-TNFRQNSW.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkX7WM6URI_js = require('./chunk-X7WM6URI.js');
6
- var chunkVPERYIJ5_js = require('./chunk-VPERYIJ5.js');
7
- var chunkEAPYX6GY_js = require('./chunk-EAPYX6GY.js');
8
- var chunkGWN74F7V_js = require('./chunk-GWN74F7V.js');
9
- var chunkKPDIKFQE_js = require('./chunk-KPDIKFQE.js');
5
+ var chunkMQZ6C57K_js = require('./chunk-MQZ6C57K.js');
6
+ var chunkQWUA7Y4M_js = require('./chunk-QWUA7Y4M.js');
7
+ var chunkH346QB7W_js = require('./chunk-H346QB7W.js');
8
+ var chunk4UKVI5YN_js = require('./chunk-4UKVI5YN.js');
9
+ var chunkZYNEOZKS_js = require('./chunk-ZYNEOZKS.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-2234M3R4.js');
13
- require('./chunk-XR24N2HA.js');
12
+ require('./chunk-7ZG22MO4.js');
13
+ require('./chunk-QSMJD4CD.js');
14
14
  require('./chunk-DQI2I5KK.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 chunk2KLRY6GO_js.createNodesV2; }
22
+ get: function () { return chunkTNFRQNSW_js.createNodesV2; }
23
23
  });
24
24
  Object.defineProperty(exports, "lint", {
25
25
  enumerable: true,
26
- get: function () { return chunkX7WM6URI_js.executor_default; }
26
+ get: function () { return chunkMQZ6C57K_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunkVPERYIJ5_js.executor_default; }
30
+ get: function () { return chunkQWUA7Y4M_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunkEAPYX6GY_js.executor_default; }
34
+ get: function () { return chunkH346QB7W_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkGWN74F7V_js.executor_default; }
38
+ get: function () { return chunk4UKVI5YN_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkKPDIKFQE_js.executor_default; }
42
+ get: function () { return chunkZYNEOZKS_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-ZPDOOUZK.mjs';
1
+ export { createNodesV2 } from './chunk-KPZS6OF5.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-MJ6WSS2V.mjs';
4
- export { executor_default as prepare } from './chunk-E56YUEHY.mjs';
5
- export { executor_default as build } from './chunk-WECQFICE.mjs';
6
- export { executor_default as clean } from './chunk-T7JJWLIW.mjs';
7
- export { executor_default as docs } from './chunk-WM2LECJG.mjs';
3
+ export { executor_default as lint } from './chunk-KVHONKOK.mjs';
4
+ export { executor_default as prepare } from './chunk-OCT2XWEE.mjs';
5
+ export { executor_default as build } from './chunk-G73A76YI.mjs';
6
+ export { executor_default as clean } from './chunk-2SRN3RF5.mjs';
7
+ export { executor_default as docs } from './chunk-UTHNKH5V.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-OIUYG2HM.mjs';
11
- import './chunk-4QGBKGVB.mjs';
10
+ import './chunk-6TA6VW5Q.mjs';
11
+ import './chunk-LK4PXBKI.mjs';
12
12
  import './chunk-OVX2CEXQ.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 chunk2234M3R4_js = require('../../chunk-2234M3R4.js');
3
+ var chunk7ZG22MO4_js = require('../../chunk-7ZG22MO4.js');
4
4
  require('../../chunk-DQI2I5KK.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 chunk2234M3R4_js.withExecutor; }
11
+ get: function () { return chunk7ZG22MO4_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-OIUYG2HM.mjs';
1
+ export { withExecutor } from '../../chunk-6TA6VW5Q.mjs';
2
2
  import '../../chunk-OVX2CEXQ.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 chunkEAPYX6GY_js = require('../../../chunk-EAPYX6GY.js');
6
- require('../../../chunk-2234M3R4.js');
5
+ var chunkH346QB7W_js = require('../../../chunk-H346QB7W.js');
6
+ require('../../../chunk-7ZG22MO4.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkEAPYX6GY_js.executor_default; }
14
+ get: function () { return chunkH346QB7W_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkEAPYX6GY_js.executorFn; }
18
+ get: function () { return chunkH346QB7W_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-WECQFICE.mjs';
2
- import '../../../chunk-OIUYG2HM.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-G73A76YI.mjs';
2
+ import '../../../chunk-6TA6VW5Q.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunkGWN74F7V_js = require('../../../chunk-GWN74F7V.js');
6
- require('../../../chunk-2234M3R4.js');
5
+ var chunk4UKVI5YN_js = require('../../../chunk-4UKVI5YN.js');
6
+ require('../../../chunk-7ZG22MO4.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkGWN74F7V_js.executor_default; }
14
+ get: function () { return chunk4UKVI5YN_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkGWN74F7V_js.executorFn; }
18
+ get: function () { return chunk4UKVI5YN_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-T7JJWLIW.mjs';
2
- import '../../../chunk-OIUYG2HM.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-2SRN3RF5.mjs';
2
+ import '../../../chunk-6TA6VW5Q.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunkKPDIKFQE_js = require('../../../chunk-KPDIKFQE.js');
6
- require('../../../chunk-2234M3R4.js');
5
+ var chunkZYNEOZKS_js = require('../../../chunk-ZYNEOZKS.js');
6
+ require('../../../chunk-7ZG22MO4.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkKPDIKFQE_js.executor_default; }
14
+ get: function () { return chunkZYNEOZKS_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkKPDIKFQE_js.executorFn; }
18
+ get: function () { return chunkZYNEOZKS_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-WM2LECJG.mjs';
2
- import '../../../chunk-OIUYG2HM.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-UTHNKH5V.mjs';
2
+ import '../../../chunk-6TA6VW5Q.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunkX7WM6URI_js = require('../../../chunk-X7WM6URI.js');
6
- require('../../../chunk-2234M3R4.js');
5
+ var chunkMQZ6C57K_js = require('../../../chunk-MQZ6C57K.js');
6
+ require('../../../chunk-7ZG22MO4.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkX7WM6URI_js.executor_default; }
14
+ get: function () { return chunkMQZ6C57K_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkX7WM6URI_js.executorFn; }
18
+ get: function () { return chunkMQZ6C57K_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-MJ6WSS2V.mjs';
2
- import '../../../chunk-OIUYG2HM.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-KVHONKOK.mjs';
2
+ import '../../../chunk-6TA6VW5Q.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.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 chunkVPERYIJ5_js = require('../../../chunk-VPERYIJ5.js');
6
- require('../../../chunk-2234M3R4.js');
5
+ var chunkQWUA7Y4M_js = require('../../../chunk-QWUA7Y4M.js');
6
+ require('../../../chunk-7ZG22MO4.js');
7
7
  require('../../../chunk-DQI2I5KK.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 chunkVPERYIJ5_js.executor_default; }
14
+ get: function () { return chunkQWUA7Y4M_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkVPERYIJ5_js.executorFn; }
18
+ get: function () { return chunkQWUA7Y4M_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-E56YUEHY.mjs';
2
- import '../../../chunk-OIUYG2HM.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-OCT2XWEE.mjs';
2
+ import '../../../chunk-6TA6VW5Q.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkXR24N2HA_js = require('../../chunk-XR24N2HA.js');
3
+ var chunkQSMJD4CD_js = require('../../chunk-QSMJD4CD.js');
4
4
  require('../../chunk-DQI2I5KK.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 chunkXR24N2HA_js.createNxPlugin; }
12
+ get: function () { return chunkQSMJD4CD_js.createNxPlugin; }
13
13
  });
14
14
  Object.defineProperty(exports, "getNxPluginInputs", {
15
15
  enumerable: true,
16
- get: function () { return chunkXR24N2HA_js.getNxPluginInputs; }
16
+ get: function () { return chunkQSMJD4CD_js.getNxPluginInputs; }
17
17
  });
18
18
  Object.defineProperty(exports, "getNxTargetInputs", {
19
19
  enumerable: true,
20
- get: function () { return chunkXR24N2HA_js.getNxTargetInputs; }
20
+ get: function () { return chunkQSMJD4CD_js.getNxTargetInputs; }
21
21
  });
@@ -1,4 +1,4 @@
1
- export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-4QGBKGVB.mjs';
1
+ export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-LK4PXBKI.mjs';
2
2
  import '../../chunk-OVX2CEXQ.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 chunk2KLRY6GO_js = require('../../chunk-2KLRY6GO.js');
4
- require('../../chunk-XR24N2HA.js');
3
+ var chunkTNFRQNSW_js = require('../../chunk-TNFRQNSW.js');
4
+ require('../../chunk-QSMJD4CD.js');
5
5
  require('../../chunk-DQI2I5KK.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 chunk2KLRY6GO_js.createNodesV2; }
13
+ get: function () { return chunkTNFRQNSW_js.createNodesV2; }
14
14
  });
@@ -1,5 +1,5 @@
1
- export { createNodesV2 } from '../../chunk-ZPDOOUZK.mjs';
2
- import '../../chunk-4QGBKGVB.mjs';
1
+ export { createNodesV2 } from '../../chunk-KPZS6OF5.mjs';
2
+ import '../../chunk-LK4PXBKI.mjs';
3
3
  import '../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../chunk-IC47MFKB.mjs';
5
5
  import '../../chunk-O6YSETKJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.10",
3
+ "version": "0.11.12",
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.73",
189
189
  "@storm-software/unbuild": "^0.57.73",
190
190
  "@storm-software/workspace-tools": "^1.294.19",
191
- "@stryke/fs": "^0.33.25",
192
- "@stryke/hash": "^0.12.31",
191
+ "@stryke/fs": "^0.33.26",
192
+ "@stryke/hash": "^0.12.32",
193
193
  "@stryke/path": "^0.23.2",
194
- "@stryke/string-format": "^0.12.28",
195
- "@stryke/type-checks": "^0.5.13",
194
+ "@stryke/string-format": "^0.12.29",
195
+ "@stryke/type-checks": "^0.5.14",
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "^22.3.1",
199
- "powerlines": "^0.33.0"
199
+ "powerlines": "^0.33.2"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.3.1",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "bff4c5f6ffeb46bd4a985858b841ab1fde64c28f"
213
+ "gitHead": "3569e3fcd91bb6e468991a13490a4b07ae552fd3"
214
214
  }