@powerlines/nx 0.11.48 → 0.11.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{chunk-PJAJW4YF.mjs → chunk-227UWG4B.mjs} +1 -1
  3. package/dist/{chunk-THPKMDZ5.js → chunk-2FZAZIC6.js} +2 -2
  4. package/dist/{chunk-IX7XVV5R.js → chunk-A2M4C3MH.js} +2 -2
  5. package/dist/{chunk-3PSMNWFO.mjs → chunk-FKWUDWAS.mjs} +1 -1
  6. package/dist/{chunk-2PMXBYLJ.mjs → chunk-GR4HHX4J.mjs} +1 -1
  7. package/dist/{chunk-6ANZV3Y6.js → chunk-K46OVCRR.js} +2 -2
  8. package/dist/{chunk-V2CBP5GX.js → chunk-KIKCFDWW.js} +2 -2
  9. package/dist/{chunk-EGK7VH3Q.mjs → chunk-TKZUIHKU.mjs} +1 -1
  10. package/dist/{chunk-JG7KNXFN.js → chunk-TSQ6JTZ3.js} +2 -2
  11. package/dist/{chunk-MBNVVV7L.mjs → chunk-U7VMNLKS.mjs} +1 -1
  12. package/dist/{chunk-LEGYBSEN.mjs → chunk-UUNZMUKU.mjs} +43 -5
  13. package/dist/{chunk-TIWB6DZA.js → chunk-VZXIPXBA.js} +43 -5
  14. package/dist/executors.js +11 -11
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +11 -11
  17. package/dist/index.mjs +6 -6
  18. package/dist/src/base/base-executor.js +2 -2
  19. package/dist/src/base/base-executor.mjs +1 -1
  20. package/dist/src/executors/build/executor.js +4 -4
  21. package/dist/src/executors/build/executor.mjs +2 -2
  22. package/dist/src/executors/clean/executor.js +4 -4
  23. package/dist/src/executors/clean/executor.mjs +2 -2
  24. package/dist/src/executors/docs/executor.js +4 -4
  25. package/dist/src/executors/docs/executor.mjs +2 -2
  26. package/dist/src/executors/lint/executor.js +4 -4
  27. package/dist/src/executors/lint/executor.mjs +2 -2
  28. package/dist/src/executors/prepare/executor.js +4 -4
  29. package/dist/src/executors/prepare/executor.mjs +2 -2
  30. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.49](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.49) (12/30/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.36.23**
10
+
11
+ ## [0.11.48](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.48) (12/30/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.36.22**
16
+
5
17
  ## [0.11.47](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.47) (12/30/2025)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-LEGYBSEN.mjs';
1
+ import { withExecutor } from './chunk-UUNZMUKU.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 chunkTIWB6DZA_js = require('./chunk-TIWB6DZA.js');
3
+ var chunkVZXIPXBA_js = require('./chunk-VZXIPXBA.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 = chunkTIWB6DZA_js.withExecutor("clean", executorFn);
14
+ var executor = chunkVZXIPXBA_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkTIWB6DZA_js = require('./chunk-TIWB6DZA.js');
3
+ var chunkVZXIPXBA_js = require('./chunk-VZXIPXBA.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 = chunkTIWB6DZA_js.withExecutor("build", executorFn);
22
+ var executor = chunkVZXIPXBA_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-LEGYBSEN.mjs';
1
+ import { withExecutor } from './chunk-UUNZMUKU.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-LEGYBSEN.mjs';
1
+ import { withExecutor } from './chunk-UUNZMUKU.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 chunkTIWB6DZA_js = require('./chunk-TIWB6DZA.js');
3
+ var chunkVZXIPXBA_js = require('./chunk-VZXIPXBA.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 = chunkTIWB6DZA_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkVZXIPXBA_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 chunkTIWB6DZA_js = require('./chunk-TIWB6DZA.js');
3
+ var chunkVZXIPXBA_js = require('./chunk-VZXIPXBA.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 = chunkTIWB6DZA_js.withExecutor("docs", executorFn);
14
+ var executor = chunkVZXIPXBA_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-LEGYBSEN.mjs';
1
+ import { withExecutor } from './chunk-UUNZMUKU.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 chunkTIWB6DZA_js = require('./chunk-TIWB6DZA.js');
3
+ var chunkVZXIPXBA_js = require('./chunk-VZXIPXBA.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 = chunkTIWB6DZA_js.withExecutor("lint", executorFn);
14
+ var executor = chunkVZXIPXBA_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-LEGYBSEN.mjs';
1
+ import { withExecutor } from './chunk-UUNZMUKU.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -3180,6 +3180,44 @@ var PowerlinesContext = class _PowerlinesContext {
3180
3180
  }));
3181
3181
  }
3182
3182
  /**
3183
+ * Resolves a file and writes it to the VFS if it does not already exist
3184
+ *
3185
+ * @param code - The source code of the file
3186
+ * @param path - The path to write the file to
3187
+ * @param options - Additional options for writing the file
3188
+ */
3189
+ async emit(code, path, options = {}) {
3190
+ if (isFunction(this.emitFile) && options.emitWithBundler) {
3191
+ return this.emitFile({
3192
+ needsCodeReference: options.needsCodeReference,
3193
+ originalFileName: options.originalFileName,
3194
+ fileName: path,
3195
+ source: code,
3196
+ type: "asset"
3197
+ });
3198
+ }
3199
+ return this.fs.write(path, code, options);
3200
+ }
3201
+ /**
3202
+ * Synchronously resolves a file and writes it to the VFS if it does not already exist
3203
+ *
3204
+ * @param code - The source code of the file
3205
+ * @param path - The path to write the file to
3206
+ * @param options - Additional options for writing the file
3207
+ */
3208
+ emitSync(code, path, options = {}) {
3209
+ if (isFunction(this.emitFile) && options.emitWithBundler) {
3210
+ return this.emitFile({
3211
+ needsCodeReference: options.needsCodeReference,
3212
+ originalFileName: options.originalFileName,
3213
+ fileName: path,
3214
+ source: code,
3215
+ type: "asset"
3216
+ });
3217
+ }
3218
+ return this.fs.writeSync(path, code, options);
3219
+ }
3220
+ /**
3183
3221
  * Resolves a entry virtual file and writes it to the VFS if it does not already exist
3184
3222
  *
3185
3223
  * @param code - The source code of the entry file
@@ -3195,7 +3233,7 @@ var PowerlinesContext = class _PowerlinesContext {
3195
3233
  input: options.input,
3196
3234
  output: options.output
3197
3235
  });
3198
- return this.fs.write(entryPath, code, defu6(omit(options, [
3236
+ return this.emit(entryPath, code, defu6(omit(options, [
3199
3237
  "name"
3200
3238
  ]), {
3201
3239
  meta: {
@@ -3225,7 +3263,7 @@ var PowerlinesContext = class _PowerlinesContext {
3225
3263
  input: options?.input,
3226
3264
  output: options?.output
3227
3265
  });
3228
- return this.fs.writeSync(entryPath, code, defu6(omit(options, [
3266
+ return this.emitSync(entryPath, code, defu6(omit(options, [
3229
3267
  "name"
3230
3268
  ]), {
3231
3269
  meta: {
@@ -3248,7 +3286,7 @@ var PowerlinesContext = class _PowerlinesContext {
3248
3286
  * @param options - Optional write file options
3249
3287
  */
3250
3288
  async emitBuiltin(code, id, path, options = {}) {
3251
- return this.fs.write(path ? isAbsolute(path) ? path : joinPaths(this.builtinsPath, path) : appendPath(id, this.builtinsPath), code, defu6(options, {
3289
+ return this.emit(path ? isAbsolute(path) ? path : joinPaths(this.builtinsPath, path) : appendPath(id, this.builtinsPath), code, defu6(options, {
3252
3290
  meta: {
3253
3291
  type: "builtin"
3254
3292
  }
@@ -3262,8 +3300,8 @@ var PowerlinesContext = class _PowerlinesContext {
3262
3300
  * @param path - An optional path to write the builtin file to
3263
3301
  * @param options - Optional write file options
3264
3302
  */
3265
- emitBuiltinSync(code, id, path, options) {
3266
- return this.fs.writeSync(path ? isAbsolute(path) ? path : joinPaths(this.builtinsPath, path) : appendPath(id, this.builtinsPath), code, defu6(options, {
3303
+ emitBuiltinSync(code, id, path, options = {}) {
3304
+ return this.emitSync(path ? isAbsolute(path) ? path : joinPaths(this.builtinsPath, path) : appendPath(id, this.builtinsPath), code, defu6(options, {
3267
3305
  meta: {
3268
3306
  type: "builtin"
3269
3307
  }
@@ -3209,6 +3209,44 @@ var PowerlinesContext = class _PowerlinesContext {
3209
3209
  }));
3210
3210
  }
3211
3211
  /**
3212
+ * Resolves a file and writes it to the VFS if it does not already exist
3213
+ *
3214
+ * @param code - The source code of the file
3215
+ * @param path - The path to write the file to
3216
+ * @param options - Additional options for writing the file
3217
+ */
3218
+ async emit(code, path, options = {}) {
3219
+ if (isFunction.isFunction(this.emitFile) && options.emitWithBundler) {
3220
+ return this.emitFile({
3221
+ needsCodeReference: options.needsCodeReference,
3222
+ originalFileName: options.originalFileName,
3223
+ fileName: path,
3224
+ source: code,
3225
+ type: "asset"
3226
+ });
3227
+ }
3228
+ return this.fs.write(path, code, options);
3229
+ }
3230
+ /**
3231
+ * Synchronously resolves a file and writes it to the VFS if it does not already exist
3232
+ *
3233
+ * @param code - The source code of the file
3234
+ * @param path - The path to write the file to
3235
+ * @param options - Additional options for writing the file
3236
+ */
3237
+ emitSync(code, path, options = {}) {
3238
+ if (isFunction.isFunction(this.emitFile) && options.emitWithBundler) {
3239
+ return this.emitFile({
3240
+ needsCodeReference: options.needsCodeReference,
3241
+ originalFileName: options.originalFileName,
3242
+ fileName: path,
3243
+ source: code,
3244
+ type: "asset"
3245
+ });
3246
+ }
3247
+ return this.fs.writeSync(path, code, options);
3248
+ }
3249
+ /**
3212
3250
  * Resolves a entry virtual file and writes it to the VFS if it does not already exist
3213
3251
  *
3214
3252
  * @param code - The source code of the entry file
@@ -3224,7 +3262,7 @@ var PowerlinesContext = class _PowerlinesContext {
3224
3262
  input: options.input,
3225
3263
  output: options.output
3226
3264
  });
3227
- return this.fs.write(entryPath, code, defu6__default.default(omit.omit(options, [
3265
+ return this.emit(entryPath, code, defu6__default.default(omit.omit(options, [
3228
3266
  "name"
3229
3267
  ]), {
3230
3268
  meta: {
@@ -3254,7 +3292,7 @@ var PowerlinesContext = class _PowerlinesContext {
3254
3292
  input: options?.input,
3255
3293
  output: options?.output
3256
3294
  });
3257
- return this.fs.writeSync(entryPath, code, defu6__default.default(omit.omit(options, [
3295
+ return this.emitSync(entryPath, code, defu6__default.default(omit.omit(options, [
3258
3296
  "name"
3259
3297
  ]), {
3260
3298
  meta: {
@@ -3277,7 +3315,7 @@ var PowerlinesContext = class _PowerlinesContext {
3277
3315
  * @param options - Optional write file options
3278
3316
  */
3279
3317
  async emitBuiltin(code, id, path, options = {}) {
3280
- return this.fs.write(path ? isType.isAbsolute(path) ? path : join.joinPaths(this.builtinsPath, path) : append.appendPath(id, this.builtinsPath), code, defu6__default.default(options, {
3318
+ return this.emit(path ? isType.isAbsolute(path) ? path : join.joinPaths(this.builtinsPath, path) : append.appendPath(id, this.builtinsPath), code, defu6__default.default(options, {
3281
3319
  meta: {
3282
3320
  type: "builtin"
3283
3321
  }
@@ -3291,8 +3329,8 @@ var PowerlinesContext = class _PowerlinesContext {
3291
3329
  * @param path - An optional path to write the builtin file to
3292
3330
  * @param options - Optional write file options
3293
3331
  */
3294
- emitBuiltinSync(code, id, path, options) {
3295
- return this.fs.writeSync(path ? isType.isAbsolute(path) ? path : join.joinPaths(this.builtinsPath, path) : append.appendPath(id, this.builtinsPath), code, defu6__default.default(options, {
3332
+ emitBuiltinSync(code, id, path, options = {}) {
3333
+ return this.emitSync(path ? isType.isAbsolute(path) ? path : join.joinPaths(this.builtinsPath, path) : append.appendPath(id, this.builtinsPath), code, defu6__default.default(options, {
3296
3334
  meta: {
3297
3335
  type: "builtin"
3298
3336
  }
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkJG7KNXFN_js = require('./chunk-JG7KNXFN.js');
5
- var chunk6ANZV3Y6_js = require('./chunk-6ANZV3Y6.js');
6
- var chunkIX7XVV5R_js = require('./chunk-IX7XVV5R.js');
7
- var chunkTHPKMDZ5_js = require('./chunk-THPKMDZ5.js');
8
- var chunkV2CBP5GX_js = require('./chunk-V2CBP5GX.js');
9
- require('./chunk-TIWB6DZA.js');
4
+ var chunkTSQ6JTZ3_js = require('./chunk-TSQ6JTZ3.js');
5
+ var chunkK46OVCRR_js = require('./chunk-K46OVCRR.js');
6
+ var chunkA2M4C3MH_js = require('./chunk-A2M4C3MH.js');
7
+ var chunk2FZAZIC6_js = require('./chunk-2FZAZIC6.js');
8
+ var chunkKIKCFDWW_js = require('./chunk-KIKCFDWW.js');
9
+ require('./chunk-VZXIPXBA.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 chunkJG7KNXFN_js.executor_default; }
17
+ get: function () { return chunkTSQ6JTZ3_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunk6ANZV3Y6_js.executor_default; }
21
+ get: function () { return chunkK46OVCRR_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunkIX7XVV5R_js.executor_default; }
25
+ get: function () { return chunkA2M4C3MH_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkTHPKMDZ5_js.executor_default; }
29
+ get: function () { return chunk2FZAZIC6_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkV2CBP5GX_js.executor_default; }
33
+ get: function () { return chunkKIKCFDWW_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-3PSMNWFO.mjs';
3
- export { executor_default as prepare } from './chunk-MBNVVV7L.mjs';
4
- export { executor_default as build } from './chunk-2PMXBYLJ.mjs';
5
- export { executor_default as clean } from './chunk-PJAJW4YF.mjs';
6
- export { executor_default as docs } from './chunk-EGK7VH3Q.mjs';
7
- import './chunk-LEGYBSEN.mjs';
2
+ export { executor_default as lint } from './chunk-FKWUDWAS.mjs';
3
+ export { executor_default as prepare } from './chunk-U7VMNLKS.mjs';
4
+ export { executor_default as build } from './chunk-GR4HHX4J.mjs';
5
+ export { executor_default as clean } from './chunk-227UWG4B.mjs';
6
+ export { executor_default as docs } from './chunk-TKZUIHKU.mjs';
7
+ import './chunk-UUNZMUKU.mjs';
8
8
  import './chunk-OVX2CEXQ.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  var chunkTNFRQNSW_js = require('./chunk-TNFRQNSW.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkJG7KNXFN_js = require('./chunk-JG7KNXFN.js');
6
- var chunk6ANZV3Y6_js = require('./chunk-6ANZV3Y6.js');
7
- var chunkIX7XVV5R_js = require('./chunk-IX7XVV5R.js');
8
- var chunkTHPKMDZ5_js = require('./chunk-THPKMDZ5.js');
9
- var chunkV2CBP5GX_js = require('./chunk-V2CBP5GX.js');
5
+ var chunkTSQ6JTZ3_js = require('./chunk-TSQ6JTZ3.js');
6
+ var chunkK46OVCRR_js = require('./chunk-K46OVCRR.js');
7
+ var chunkA2M4C3MH_js = require('./chunk-A2M4C3MH.js');
8
+ var chunk2FZAZIC6_js = require('./chunk-2FZAZIC6.js');
9
+ var chunkKIKCFDWW_js = require('./chunk-KIKCFDWW.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-TIWB6DZA.js');
12
+ require('./chunk-VZXIPXBA.js');
13
13
  require('./chunk-QSMJD4CD.js');
14
14
  require('./chunk-DQI2I5KK.js');
15
15
  require('./chunk-IQVSZEQ6.js');
@@ -23,23 +23,23 @@ Object.defineProperty(exports, "createNodesV2", {
23
23
  });
24
24
  Object.defineProperty(exports, "lint", {
25
25
  enumerable: true,
26
- get: function () { return chunkJG7KNXFN_js.executor_default; }
26
+ get: function () { return chunkTSQ6JTZ3_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunk6ANZV3Y6_js.executor_default; }
30
+ get: function () { return chunkK46OVCRR_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunkIX7XVV5R_js.executor_default; }
34
+ get: function () { return chunkA2M4C3MH_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkTHPKMDZ5_js.executor_default; }
38
+ get: function () { return chunk2FZAZIC6_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkV2CBP5GX_js.executor_default; }
42
+ get: function () { return chunkKIKCFDWW_js.executor_default; }
43
43
  });
44
44
  Object.defineProperty(exports, "sync", {
45
45
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  export { createNodesV2 } from './chunk-KPZS6OF5.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-3PSMNWFO.mjs';
4
- export { executor_default as prepare } from './chunk-MBNVVV7L.mjs';
5
- export { executor_default as build } from './chunk-2PMXBYLJ.mjs';
6
- export { executor_default as clean } from './chunk-PJAJW4YF.mjs';
7
- export { executor_default as docs } from './chunk-EGK7VH3Q.mjs';
3
+ export { executor_default as lint } from './chunk-FKWUDWAS.mjs';
4
+ export { executor_default as prepare } from './chunk-U7VMNLKS.mjs';
5
+ export { executor_default as build } from './chunk-GR4HHX4J.mjs';
6
+ export { executor_default as clean } from './chunk-227UWG4B.mjs';
7
+ export { executor_default as docs } from './chunk-TKZUIHKU.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-LEGYBSEN.mjs';
10
+ import './chunk-UUNZMUKU.mjs';
11
11
  import './chunk-LK4PXBKI.mjs';
12
12
  import './chunk-OVX2CEXQ.mjs';
13
13
  import './chunk-IC47MFKB.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkTIWB6DZA_js = require('../../chunk-TIWB6DZA.js');
3
+ var chunkVZXIPXBA_js = require('../../chunk-VZXIPXBA.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 chunkTIWB6DZA_js.withExecutor; }
11
+ get: function () { return chunkVZXIPXBA_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-LEGYBSEN.mjs';
1
+ export { withExecutor } from '../../chunk-UUNZMUKU.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 chunkIX7XVV5R_js = require('../../../chunk-IX7XVV5R.js');
6
- require('../../../chunk-TIWB6DZA.js');
5
+ var chunkA2M4C3MH_js = require('../../../chunk-A2M4C3MH.js');
6
+ require('../../../chunk-VZXIPXBA.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 chunkIX7XVV5R_js.executor_default; }
14
+ get: function () { return chunkA2M4C3MH_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkIX7XVV5R_js.executorFn; }
18
+ get: function () { return chunkA2M4C3MH_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-2PMXBYLJ.mjs';
2
- import '../../../chunk-LEGYBSEN.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-GR4HHX4J.mjs';
2
+ import '../../../chunk-UUNZMUKU.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 chunkTHPKMDZ5_js = require('../../../chunk-THPKMDZ5.js');
6
- require('../../../chunk-TIWB6DZA.js');
5
+ var chunk2FZAZIC6_js = require('../../../chunk-2FZAZIC6.js');
6
+ require('../../../chunk-VZXIPXBA.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 chunkTHPKMDZ5_js.executor_default; }
14
+ get: function () { return chunk2FZAZIC6_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkTHPKMDZ5_js.executorFn; }
18
+ get: function () { return chunk2FZAZIC6_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-PJAJW4YF.mjs';
2
- import '../../../chunk-LEGYBSEN.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-227UWG4B.mjs';
2
+ import '../../../chunk-UUNZMUKU.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 chunkV2CBP5GX_js = require('../../../chunk-V2CBP5GX.js');
6
- require('../../../chunk-TIWB6DZA.js');
5
+ var chunkKIKCFDWW_js = require('../../../chunk-KIKCFDWW.js');
6
+ require('../../../chunk-VZXIPXBA.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 chunkV2CBP5GX_js.executor_default; }
14
+ get: function () { return chunkKIKCFDWW_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkV2CBP5GX_js.executorFn; }
18
+ get: function () { return chunkKIKCFDWW_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-EGK7VH3Q.mjs';
2
- import '../../../chunk-LEGYBSEN.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-TKZUIHKU.mjs';
2
+ import '../../../chunk-UUNZMUKU.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 chunkJG7KNXFN_js = require('../../../chunk-JG7KNXFN.js');
6
- require('../../../chunk-TIWB6DZA.js');
5
+ var chunkTSQ6JTZ3_js = require('../../../chunk-TSQ6JTZ3.js');
6
+ require('../../../chunk-VZXIPXBA.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 chunkJG7KNXFN_js.executor_default; }
14
+ get: function () { return chunkTSQ6JTZ3_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkJG7KNXFN_js.executorFn; }
18
+ get: function () { return chunkTSQ6JTZ3_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-3PSMNWFO.mjs';
2
- import '../../../chunk-LEGYBSEN.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-FKWUDWAS.mjs';
2
+ import '../../../chunk-UUNZMUKU.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 chunk6ANZV3Y6_js = require('../../../chunk-6ANZV3Y6.js');
6
- require('../../../chunk-TIWB6DZA.js');
5
+ var chunkK46OVCRR_js = require('../../../chunk-K46OVCRR.js');
6
+ require('../../../chunk-VZXIPXBA.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 chunk6ANZV3Y6_js.executor_default; }
14
+ get: function () { return chunkK46OVCRR_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk6ANZV3Y6_js.executorFn; }
18
+ get: function () { return chunkK46OVCRR_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-MBNVVV7L.mjs';
2
- import '../../../chunk-LEGYBSEN.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-U7VMNLKS.mjs';
2
+ import '../../../chunk-UUNZMUKU.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.48",
3
+ "version": "0.11.50",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -182,25 +182,25 @@
182
182
  "typings": "dist/index.d.ts",
183
183
  "dependencies": {
184
184
  "@nx/devkit": "^22.3.3",
185
- "@storm-software/build-tools": "^0.158.74",
186
- "@storm-software/config": "^1.134.74",
187
- "@storm-software/config-tools": "^1.188.74",
188
- "@storm-software/esbuild": "^0.53.74",
189
- "@storm-software/unbuild": "^0.57.74",
190
- "@storm-software/workspace-tools": "^1.294.20",
191
- "@stryke/fs": "^0.33.26",
192
- "@stryke/hash": "^0.12.32",
193
- "@stryke/path": "^0.24.0",
194
- "@stryke/string-format": "^0.12.29",
195
- "@stryke/type-checks": "^0.5.14",
185
+ "@storm-software/build-tools": "^0.158.75",
186
+ "@storm-software/config": "^1.134.75",
187
+ "@storm-software/config-tools": "^1.188.75",
188
+ "@storm-software/esbuild": "^0.53.75",
189
+ "@storm-software/unbuild": "^0.57.75",
190
+ "@storm-software/workspace-tools": "^1.294.21",
191
+ "@stryke/fs": "^0.33.27",
192
+ "@stryke/hash": "^0.12.33",
193
+ "@stryke/path": "^0.24.1",
194
+ "@stryke/string-format": "^0.12.30",
195
+ "@stryke/type-checks": "^0.5.15",
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "^22.3.3",
199
- "powerlines": "^0.36.22"
199
+ "powerlines": "^0.36.24"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.3.3",
203
- "@storm-software/testing-tools": "^1.119.73",
203
+ "@storm-software/testing-tools": "^1.119.74",
204
204
  "@types/node": "^24.10.4",
205
205
  "eslint-flat-config-utils": "^2.1.4",
206
206
  "jsonc-eslint-parser": "^2.4.2",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "f88fe8eb30f96536b83fc9af884972d48e31e63a"
213
+ "gitHead": "4b695d4b3476fd9dd79521f92258d52dab2b8d72"
214
214
  }