@powerlines/nx 0.10.30 → 0.10.32

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-VQX5TBLP.mjs → chunk-2E5ZJCIU.mjs} +1 -1
  3. package/dist/{chunk-5WHBT2BW.mjs → chunk-2GRUXV3O.mjs} +1 -1
  4. package/dist/{chunk-7E3PRE6W.js → chunk-3CAJGV7X.js} +2 -2
  5. package/dist/{chunk-ZIBEDH47.mjs → chunk-6HQO6FRU.mjs} +1 -1
  6. package/dist/{chunk-ND7VF7PZ.js → chunk-7D5OGCMI.js} +2 -2
  7. package/dist/{chunk-HVWVP6CD.js → chunk-7SKSU4UF.js} +2 -2
  8. package/dist/{chunk-DLZ7E67Y.mjs → chunk-B5HDBNKJ.mjs} +1 -1
  9. package/dist/{chunk-GVA7U7C4.js → chunk-CSJNPC7W.js} +2 -2
  10. package/dist/{chunk-RIM7CNHX.mjs → chunk-DGEKPIPJ.mjs} +1 -1
  11. package/dist/{chunk-QE2RQBEB.mjs → chunk-HEVHQHQD.mjs} +15 -22
  12. package/dist/{chunk-PM5JBU7Z.js → chunk-LSAJQPPJ.js} +2 -2
  13. package/dist/{chunk-HLYNF7YE.js → chunk-ZP3RKQ22.js} +36 -43
  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 +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.10.32](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.32) (11/21/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.24.4**
10
+
11
+ ## [0.10.31](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.31) (11/21/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.24.3**
16
+
5
17
  ## [0.10.30](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.30) (11/21/2025)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-QE2RQBEB.mjs';
1
+ import { withExecutor } from './chunk-HEVHQHQD.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-QE2RQBEB.mjs';
1
+ import { withExecutor } from './chunk-HEVHQHQD.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 chunkHLYNF7YE_js = require('./chunk-HLYNF7YE.js');
3
+ var chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkHLYNF7YE_js.withExecutor("clean", executorFn);
14
+ var executor = chunkZP3RKQ22_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-QE2RQBEB.mjs';
1
+ import { withExecutor } from './chunk-HEVHQHQD.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkHLYNF7YE_js = require('./chunk-HLYNF7YE.js');
3
+ var chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkHLYNF7YE_js.withExecutor("docs", executorFn);
14
+ var executor = chunkZP3RKQ22_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 chunkHLYNF7YE_js = require('./chunk-HLYNF7YE.js');
3
+ var chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkHLYNF7YE_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkZP3RKQ22_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-QE2RQBEB.mjs';
1
+ import { withExecutor } from './chunk-HEVHQHQD.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 chunkHLYNF7YE_js = require('./chunk-HLYNF7YE.js');
3
+ var chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkHLYNF7YE_js.withExecutor("lint", executorFn);
14
+ var executor = chunkZP3RKQ22_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-QE2RQBEB.mjs';
1
+ import { withExecutor } from './chunk-HEVHQHQD.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -32,9 +32,9 @@ import ts2, { flattenDiagnosticMessageText } from 'typescript';
32
32
  import { getPackageName, hasPackageVersion, getPackageVersion } from '@stryke/string-format/package';
33
33
  import { getObjectDiff } from '@donedeal0/superdiff';
34
34
  import { readJsonFile, readJsonFileSync } from '@stryke/fs/json';
35
- import { loadTsConfig } from '@stryke/fs/tsconfig';
36
35
  import { StormJSON } from '@stryke/json/storm-json';
37
- import { findFilePath, relativePath, findFileName, findFileDotExtensionSafe } from '@stryke/path/file-path-fns';
36
+ import { findFilePath, findFileExtension, relativePath, findFileName, findFileDotExtensionSafe } from '@stryke/path/file-path-fns';
37
+ import { isParentPath } from '@stryke/path/is-parent-path';
38
38
  import { titleCase } from '@stryke/string-format/title-case';
39
39
  import { writeFile as writeFile$1 } from '@stryke/fs/write-file';
40
40
  import { resolveConfig, format } from 'prettier';
@@ -57,7 +57,7 @@ import { isFile } from '@stryke/fs/is-file';
57
57
  import * as $ from '@stryke/capnp';
58
58
  import { bufferToString } from '@stryke/convert/buffer-to-string';
59
59
  import { readFileBuffer, readFileBufferSync, writeFileBuffer } from '@stryke/fs/buffer';
60
- import { toAbsolutePath } from '@stryke/path/correct-path';
60
+ import { toAbsolutePath, correctPath } from '@stryke/path/correct-path';
61
61
  import { prettyBytes } from '@stryke/string-format/pretty-bytes';
62
62
  import { isBuffer } from '@stryke/type-checks/is-buffer';
63
63
  import { create } from 'flat-cache';
@@ -65,7 +65,7 @@ import { Blob } from 'node:buffer';
65
65
  import _fs from 'node:fs';
66
66
  import { getColor } from '@storm-software/config-tools/utilities/colors';
67
67
  import { noop } from '@stryke/helpers/noop';
68
- import { isParentPath } from '@stryke/path/is-parent-path';
68
+ import { slash } from '@stryke/path/slash';
69
69
  import { Volume } from 'memfs';
70
70
  import { Union } from 'unionfs';
71
71
  import { InMemoryFileSystemHost, Project } from 'ts-morph';
@@ -410,8 +410,6 @@ async function resolveTsconfigChanges(context) {
410
410
  const tsconfigFilePath = getTsconfigFilePath(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig);
411
411
  const tsconfigJson = await readJsonFile(tsconfigFilePath);
412
412
  tsconfigJson.compilerOptions ??= {};
413
- const extendedTsconfig = await loadTsConfig(tsconfigFilePath);
414
- extendedTsconfig.compilerOptions ??= {};
415
413
  if (tsconfigJson.reflection !== true) {
416
414
  tsconfigJson.reflection = true;
417
415
  }
@@ -421,11 +419,14 @@ async function resolveTsconfigChanges(context) {
421
419
  if (tsconfig.options.emitDecoratorMetadata !== true) {
422
420
  tsconfigJson.compilerOptions.emitDecoratorMetadata = true;
423
421
  }
424
- if (context.config.output.dts) {
425
- const dtsFilePath = context.config.output.dts ? context.config.output.dts.startsWith(context.workspaceConfig.workspaceRoot) ? context.config.output.dts : joinPaths$1(context.workspaceConfig.workspaceRoot, context.config.output.dts) : joinPaths$1(context.workspaceConfig.workspaceRoot, context.config.projectRoot, "storm.d.ts");
426
- const dtsRelativePath = joinPaths$1(relativePath(joinPaths$1(context.workspaceConfig.workspaceRoot, context.config.projectRoot), findFilePath(dtsFilePath)), findFileName(dtsFilePath));
422
+ if (context.config.output.dts !== false) {
423
+ context.config.output.dts = context.config.output.dts ? isParentPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) ? context.config.output.dts : appendPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) : appendPath(context.config.projectRoot, context.workspaceConfig.workspaceRoot);
424
+ if (findFileExtension(context.config.output.dts) !== "d.ts" && findFileExtension(context.config.output.dts) !== "d.cts" && findFileExtension(context.config.output.dts) !== "d.mts") {
425
+ context.config.output.dts = joinPaths$1(context.config.output.dts, "powerlines.d.ts");
426
+ }
427
+ const dtsRelativePath = joinPaths$1(relativePath(joinPaths$1(context.workspaceConfig.workspaceRoot, context.config.projectRoot), findFilePath(context.config.output.dts)), findFileName(context.config.output.dts));
427
428
  if (!tsconfigJson.include?.some((filePattern) => isIncludeMatchFound(filePattern, [
428
- dtsFilePath,
429
+ String(context.config.output.dts),
429
430
  dtsRelativePath,
430
431
  "storm.d.ts"
431
432
  ]))) {
@@ -1054,16 +1055,8 @@ function isVirtualFileData(obj) {
1054
1055
  return !!(isSetObject(obj) && "code" in obj && obj.code);
1055
1056
  }
1056
1057
  __name(isVirtualFileData, "isVirtualFileData");
1057
- var FILE_PREFIX = "file://";
1058
- function toFilePath(pathOrUrl) {
1059
- if (!pathOrUrl) {
1060
- throw new Error("No Path or URL provided to Virtual File System");
1061
- }
1062
- let result = pathOrUrl.toString();
1063
- if (result.startsWith(FILE_PREFIX)) {
1064
- result = result.slice(FILE_PREFIX.length);
1065
- }
1066
- return result;
1058
+ function toFilePath(path) {
1059
+ return correctPath(slash(path?.toString() || ".").replace(/^file:\/\//, ""));
1067
1060
  }
1068
1061
  __name(toFilePath, "toFilePath");
1069
1062
  var FS_METHODS = [
@@ -2127,8 +2120,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
2127
2120
  paths.push(importer);
2128
2121
  }
2129
2122
  paths.push(this.#context.workspaceConfig.workspaceRoot);
2130
- paths.push(joinPaths$1(this.#context.workspaceConfig.workspaceRoot, this.#context.config.projectRoot));
2131
- paths.push(joinPaths$1(this.#context.workspaceConfig.workspaceRoot, this.#context.config.sourceRoot));
2123
+ paths.push(appendPath(this.#context.config.projectRoot, this.#context.workspaceConfig.workspaceRoot));
2124
+ paths.push(appendPath(this.#context.config.sourceRoot, this.#context.workspaceConfig.workspaceRoot));
2132
2125
  paths.push(...Object.keys(this.#context.tsconfig.options.paths ?? {}).filter((tsconfigPath) => id.startsWith(tsconfigPath.replace(/\*$/, ""))).map((tsconfigPath) => this.#context.tsconfig.options.paths?.[tsconfigPath]).flat().filter(Boolean).map((tsconfigPath) => appendPath(tsconfigPath, this.#context.workspaceConfig.workspaceRoot)));
2133
2126
  for (const combination of getResolutionCombinations(id, {
2134
2127
  paths
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkHLYNF7YE_js = require('./chunk-HLYNF7YE.js');
3
+ var chunkZP3RKQ22_js = require('./chunk-ZP3RKQ22.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 = chunkHLYNF7YE_js.withExecutor("build", executorFn);
22
+ var executor = chunkZP3RKQ22_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -34,9 +34,9 @@ var ts2 = require('typescript');
34
34
  var _package = require('@stryke/string-format/package');
35
35
  var superdiff = require('@donedeal0/superdiff');
36
36
  var json = require('@stryke/fs/json');
37
- var tsconfig = require('@stryke/fs/tsconfig');
38
37
  var stormJson = require('@stryke/json/storm-json');
39
38
  var filePathFns = require('@stryke/path/file-path-fns');
39
+ var isParentPath = require('@stryke/path/is-parent-path');
40
40
  var titleCase = require('@stryke/string-format/title-case');
41
41
  var writeFile$1 = require('@stryke/fs/write-file');
42
42
  var prettier = require('prettier');
@@ -67,7 +67,7 @@ var buffer$1 = require('buffer');
67
67
  var _fs = require('fs');
68
68
  var colors = require('@storm-software/config-tools/utilities/colors');
69
69
  var noop = require('@stryke/helpers/noop');
70
- var isParentPath = require('@stryke/path/is-parent-path');
70
+ var slash = require('@stryke/path/slash');
71
71
  var memfs = require('memfs');
72
72
  var unionfs = require('unionfs');
73
73
  var tsMorph = require('ts-morph');
@@ -436,26 +436,27 @@ chunkSHUYVCID_js.__name(writeFile, "writeFile");
436
436
 
437
437
  // ../powerlines/src/internal/helpers/resolve-tsconfig.ts
438
438
  async function resolveTsconfigChanges(context) {
439
- const tsconfig$1 = getParsedTypeScriptConfig(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig, context.config.tsconfigRaw);
439
+ const tsconfig = getParsedTypeScriptConfig(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig, context.config.tsconfigRaw);
440
440
  const tsconfigFilePath = getTsconfigFilePath(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig);
441
441
  const tsconfigJson = await json.readJsonFile(tsconfigFilePath);
442
442
  tsconfigJson.compilerOptions ??= {};
443
- const extendedTsconfig = await tsconfig.loadTsConfig(tsconfigFilePath);
444
- extendedTsconfig.compilerOptions ??= {};
445
443
  if (tsconfigJson.reflection !== true) {
446
444
  tsconfigJson.reflection = true;
447
445
  }
448
- if (tsconfig$1.options.experimentalDecorators !== true) {
446
+ if (tsconfig.options.experimentalDecorators !== true) {
449
447
  tsconfigJson.compilerOptions.experimentalDecorators = true;
450
448
  }
451
- if (tsconfig$1.options.emitDecoratorMetadata !== true) {
449
+ if (tsconfig.options.emitDecoratorMetadata !== true) {
452
450
  tsconfigJson.compilerOptions.emitDecoratorMetadata = true;
453
451
  }
454
- if (context.config.output.dts) {
455
- const dtsFilePath = context.config.output.dts ? context.config.output.dts.startsWith(context.workspaceConfig.workspaceRoot) ? context.config.output.dts : joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.output.dts) : joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot, "storm.d.ts");
456
- const dtsRelativePath = joinPaths.joinPaths(filePathFns.relativePath(joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot), filePathFns.findFilePath(dtsFilePath)), filePathFns.findFileName(dtsFilePath));
452
+ if (context.config.output.dts !== false) {
453
+ context.config.output.dts = context.config.output.dts ? isParentPath.isParentPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) ? context.config.output.dts : append.appendPath(context.config.output.dts, context.workspaceConfig.workspaceRoot) : append.appendPath(context.config.projectRoot, context.workspaceConfig.workspaceRoot);
454
+ if (filePathFns.findFileExtension(context.config.output.dts) !== "d.ts" && filePathFns.findFileExtension(context.config.output.dts) !== "d.cts" && filePathFns.findFileExtension(context.config.output.dts) !== "d.mts") {
455
+ context.config.output.dts = joinPaths.joinPaths(context.config.output.dts, "powerlines.d.ts");
456
+ }
457
+ const dtsRelativePath = joinPaths.joinPaths(filePathFns.relativePath(joinPaths.joinPaths(context.workspaceConfig.workspaceRoot, context.config.projectRoot), filePathFns.findFilePath(context.config.output.dts)), filePathFns.findFileName(context.config.output.dts));
457
458
  if (!tsconfigJson.include?.some((filePattern) => isIncludeMatchFound(filePattern, [
458
- dtsFilePath,
459
+ String(context.config.output.dts),
459
460
  dtsRelativePath,
460
461
  "storm.d.ts"
461
462
  ]))) {
@@ -463,7 +464,7 @@ async function resolveTsconfigChanges(context) {
463
464
  tsconfigJson.include.push(dtsRelativePath.startsWith("./") ? dtsRelativePath.slice(2) : dtsRelativePath);
464
465
  }
465
466
  }
466
- if (!tsconfig$1.options.lib?.some((lib) => [
467
+ if (!tsconfig.options.lib?.some((lib) => [
467
468
  "lib.esnext.d.ts",
468
469
  "lib.es2021.d.ts",
469
470
  "lib.es2022.d.ts",
@@ -472,68 +473,68 @@ async function resolveTsconfigChanges(context) {
472
473
  tsconfigJson.compilerOptions.lib ??= [];
473
474
  tsconfigJson.compilerOptions.lib.push("esnext");
474
475
  }
475
- if (tsconfig$1.options.module !== ts2__default.default.ModuleKind.ESNext) {
476
+ if (tsconfig.options.module !== ts2__default.default.ModuleKind.ESNext) {
476
477
  tsconfigJson.compilerOptions.module = "ESNext";
477
478
  }
478
- if (!tsconfig$1.options.target || ![
479
+ if (!tsconfig.options.target || ![
479
480
  ts2__default.default.ScriptTarget.ESNext,
480
481
  ts2__default.default.ScriptTarget.ES2024,
481
482
  ts2__default.default.ScriptTarget.ES2023,
482
483
  ts2__default.default.ScriptTarget.ES2022,
483
484
  ts2__default.default.ScriptTarget.ES2021
484
- ].includes(tsconfig$1.options.target)) {
485
+ ].includes(tsconfig.options.target)) {
485
486
  tsconfigJson.compilerOptions.target = "ESNext";
486
487
  }
487
- if (tsconfig$1.options.moduleResolution !== ts2__default.default.ModuleResolutionKind.Bundler) {
488
+ if (tsconfig.options.moduleResolution !== ts2__default.default.ModuleResolutionKind.Bundler) {
488
489
  tsconfigJson.compilerOptions.moduleResolution = "Bundler";
489
490
  }
490
- if (tsconfig$1.options.moduleDetection !== ts2__default.default.ModuleDetectionKind.Force) {
491
+ if (tsconfig.options.moduleDetection !== ts2__default.default.ModuleDetectionKind.Force) {
491
492
  tsconfigJson.compilerOptions.moduleDetection = "force";
492
493
  }
493
- if (tsconfig$1.options.allowSyntheticDefaultImports !== true) {
494
+ if (tsconfig.options.allowSyntheticDefaultImports !== true) {
494
495
  tsconfigJson.compilerOptions.allowSyntheticDefaultImports = true;
495
496
  }
496
- if (tsconfig$1.options.noImplicitOverride !== true) {
497
+ if (tsconfig.options.noImplicitOverride !== true) {
497
498
  tsconfigJson.compilerOptions.noImplicitOverride = true;
498
499
  }
499
- if (tsconfig$1.options.noUncheckedIndexedAccess !== true) {
500
+ if (tsconfig.options.noUncheckedIndexedAccess !== true) {
500
501
  tsconfigJson.compilerOptions.noUncheckedIndexedAccess = true;
501
502
  }
502
- if (tsconfig$1.options.skipLibCheck !== true) {
503
+ if (tsconfig.options.skipLibCheck !== true) {
503
504
  tsconfigJson.compilerOptions.skipLibCheck = true;
504
505
  }
505
- if (tsconfig$1.options.resolveJsonModule !== true) {
506
+ if (tsconfig.options.resolveJsonModule !== true) {
506
507
  tsconfigJson.compilerOptions.resolveJsonModule = true;
507
508
  }
508
- if (tsconfig$1.options.isolatedModules !== true) {
509
+ if (tsconfig.options.isolatedModules !== true) {
509
510
  tsconfigJson.compilerOptions.isolatedModules = true;
510
511
  }
511
- if (tsconfig$1.options.verbatimModuleSyntax !== false) {
512
+ if (tsconfig.options.verbatimModuleSyntax !== false) {
512
513
  tsconfigJson.compilerOptions.verbatimModuleSyntax = false;
513
514
  }
514
- if (tsconfig$1.options.allowJs !== true) {
515
+ if (tsconfig.options.allowJs !== true) {
515
516
  tsconfigJson.compilerOptions.allowJs = true;
516
517
  }
517
- if (tsconfig$1.options.esModuleInterop !== true) {
518
+ if (tsconfig.options.esModuleInterop !== true) {
518
519
  tsconfigJson.compilerOptions.esModuleInterop = true;
519
520
  }
520
- if (tsconfig$1.options.declaration !== true) {
521
+ if (tsconfig.options.declaration !== true) {
521
522
  tsconfigJson.compilerOptions.declaration = true;
522
523
  }
523
524
  if (context.environment.consumer === "client") {
524
- if (tsconfig$1.options.jsx !== ts2__default.default.JsxEmit.ReactJSX) {
525
+ if (tsconfig.options.jsx !== ts2__default.default.JsxEmit.ReactJSX) {
525
526
  tsconfigJson.compilerOptions.jsx = "react-jsx";
526
527
  }
527
- if (!tsconfig$1.options.lib?.some((lib) => lib.toLowerCase() !== "dom")) {
528
+ if (!tsconfig.options.lib?.some((lib) => lib.toLowerCase() !== "dom")) {
528
529
  tsconfigJson.compilerOptions.lib ??= [];
529
530
  tsconfigJson.compilerOptions.lib.push("dom");
530
531
  }
531
- if (!tsconfig$1.options.lib?.some((lib) => lib.toLowerCase() !== "dom.iterable")) {
532
+ if (!tsconfig.options.lib?.some((lib) => lib.toLowerCase() !== "dom.iterable")) {
532
533
  tsconfigJson.compilerOptions.lib ??= [];
533
534
  tsconfigJson.compilerOptions.lib.push("dom.iterable");
534
535
  }
535
536
  } else if (context.config.build.platform === "node") {
536
- if (!tsconfig$1.options.types?.some((type) => type.toLowerCase() === "node" || type.toLowerCase() === "@types/node")) {
537
+ if (!tsconfig.options.types?.some((type) => type.toLowerCase() === "node" || type.toLowerCase() === "@types/node")) {
537
538
  tsconfigJson.compilerOptions.types ??= [];
538
539
  tsconfigJson.compilerOptions.types.push("node");
539
540
  }
@@ -1084,16 +1085,8 @@ function isVirtualFileData(obj) {
1084
1085
  return !!(isSetObject.isSetObject(obj) && "code" in obj && obj.code);
1085
1086
  }
1086
1087
  chunkSHUYVCID_js.__name(isVirtualFileData, "isVirtualFileData");
1087
- var FILE_PREFIX = "file://";
1088
- function toFilePath(pathOrUrl) {
1089
- if (!pathOrUrl) {
1090
- throw new Error("No Path or URL provided to Virtual File System");
1091
- }
1092
- let result = pathOrUrl.toString();
1093
- if (result.startsWith(FILE_PREFIX)) {
1094
- result = result.slice(FILE_PREFIX.length);
1095
- }
1096
- return result;
1088
+ function toFilePath(path) {
1089
+ return correctPath.correctPath(slash.slash(path?.toString() || ".").replace(/^file:\/\//, ""));
1097
1090
  }
1098
1091
  chunkSHUYVCID_js.__name(toFilePath, "toFilePath");
1099
1092
  var FS_METHODS = [
@@ -2157,8 +2150,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
2157
2150
  paths.push(importer);
2158
2151
  }
2159
2152
  paths.push(this.#context.workspaceConfig.workspaceRoot);
2160
- paths.push(joinPaths.joinPaths(this.#context.workspaceConfig.workspaceRoot, this.#context.config.projectRoot));
2161
- paths.push(joinPaths.joinPaths(this.#context.workspaceConfig.workspaceRoot, this.#context.config.sourceRoot));
2153
+ paths.push(append.appendPath(this.#context.config.projectRoot, this.#context.workspaceConfig.workspaceRoot));
2154
+ paths.push(append.appendPath(this.#context.config.sourceRoot, this.#context.workspaceConfig.workspaceRoot));
2162
2155
  paths.push(...Object.keys(this.#context.tsconfig.options.paths ?? {}).filter((tsconfigPath) => id.startsWith(tsconfigPath.replace(/\*$/, ""))).map((tsconfigPath) => this.#context.tsconfig.options.paths?.[tsconfigPath]).flat().filter(Boolean).map((tsconfigPath) => append.appendPath(tsconfigPath, this.#context.workspaceConfig.workspaceRoot)));
2163
2156
  for (const combination of resolve.getResolutionCombinations(id, {
2164
2157
  paths
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkGVA7U7C4_js = require('./chunk-GVA7U7C4.js');
5
- var chunkHVWVP6CD_js = require('./chunk-HVWVP6CD.js');
6
- var chunkPM5JBU7Z_js = require('./chunk-PM5JBU7Z.js');
7
- var chunk7E3PRE6W_js = require('./chunk-7E3PRE6W.js');
8
- var chunkND7VF7PZ_js = require('./chunk-ND7VF7PZ.js');
9
- require('./chunk-HLYNF7YE.js');
4
+ var chunkCSJNPC7W_js = require('./chunk-CSJNPC7W.js');
5
+ var chunk7SKSU4UF_js = require('./chunk-7SKSU4UF.js');
6
+ var chunkLSAJQPPJ_js = require('./chunk-LSAJQPPJ.js');
7
+ var chunk3CAJGV7X_js = require('./chunk-3CAJGV7X.js');
8
+ var chunk7D5OGCMI_js = require('./chunk-7D5OGCMI.js');
9
+ require('./chunk-ZP3RKQ22.js');
10
10
  require('./chunk-2PYUYDPD.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 chunkGVA7U7C4_js.executor_default; }
17
+ get: function () { return chunkCSJNPC7W_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunkHVWVP6CD_js.executor_default; }
21
+ get: function () { return chunk7SKSU4UF_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunkPM5JBU7Z_js.executor_default; }
25
+ get: function () { return chunkLSAJQPPJ_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunk7E3PRE6W_js.executor_default; }
29
+ get: function () { return chunk3CAJGV7X_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkND7VF7PZ_js.executor_default; }
33
+ get: function () { return chunk7D5OGCMI_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-ZIBEDH47.mjs';
3
- export { executor_default as prepare } from './chunk-VQX5TBLP.mjs';
4
- export { executor_default as build } from './chunk-DLZ7E67Y.mjs';
5
- export { executor_default as clean } from './chunk-5WHBT2BW.mjs';
6
- export { executor_default as docs } from './chunk-RIM7CNHX.mjs';
7
- import './chunk-QE2RQBEB.mjs';
2
+ export { executor_default as lint } from './chunk-6HQO6FRU.mjs';
3
+ export { executor_default as prepare } from './chunk-2E5ZJCIU.mjs';
4
+ export { executor_default as build } from './chunk-B5HDBNKJ.mjs';
5
+ export { executor_default as clean } from './chunk-2GRUXV3O.mjs';
6
+ export { executor_default as docs } from './chunk-DGEKPIPJ.mjs';
7
+ import './chunk-HEVHQHQD.mjs';
8
8
  import './chunk-WGIN2BGP.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  var chunk2YSHMNU6_js = require('./chunk-2YSHMNU6.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkGVA7U7C4_js = require('./chunk-GVA7U7C4.js');
6
- var chunkHVWVP6CD_js = require('./chunk-HVWVP6CD.js');
7
- var chunkPM5JBU7Z_js = require('./chunk-PM5JBU7Z.js');
8
- var chunk7E3PRE6W_js = require('./chunk-7E3PRE6W.js');
9
- var chunkND7VF7PZ_js = require('./chunk-ND7VF7PZ.js');
5
+ var chunkCSJNPC7W_js = require('./chunk-CSJNPC7W.js');
6
+ var chunk7SKSU4UF_js = require('./chunk-7SKSU4UF.js');
7
+ var chunkLSAJQPPJ_js = require('./chunk-LSAJQPPJ.js');
8
+ var chunk3CAJGV7X_js = require('./chunk-3CAJGV7X.js');
9
+ var chunk7D5OGCMI_js = require('./chunk-7D5OGCMI.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-HLYNF7YE.js');
12
+ require('./chunk-ZP3RKQ22.js');
13
13
  require('./chunk-MAMHMV35.js');
14
14
  require('./chunk-2PYUYDPD.js');
15
15
  require('./chunk-VIU4CXA3.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 chunkGVA7U7C4_js.executor_default; }
26
+ get: function () { return chunkCSJNPC7W_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunkHVWVP6CD_js.executor_default; }
30
+ get: function () { return chunk7SKSU4UF_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunkPM5JBU7Z_js.executor_default; }
34
+ get: function () { return chunkLSAJQPPJ_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunk7E3PRE6W_js.executor_default; }
38
+ get: function () { return chunk3CAJGV7X_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkND7VF7PZ_js.executor_default; }
42
+ get: function () { return chunk7D5OGCMI_js.executor_default; }
43
43
  });
44
44
  Object.defineProperty(exports, "sync", {
45
45
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
1
  export { createNodesV2 } from './chunk-Y4WK22DY.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-ZIBEDH47.mjs';
4
- export { executor_default as prepare } from './chunk-VQX5TBLP.mjs';
5
- export { executor_default as build } from './chunk-DLZ7E67Y.mjs';
6
- export { executor_default as clean } from './chunk-5WHBT2BW.mjs';
7
- export { executor_default as docs } from './chunk-RIM7CNHX.mjs';
3
+ export { executor_default as lint } from './chunk-6HQO6FRU.mjs';
4
+ export { executor_default as prepare } from './chunk-2E5ZJCIU.mjs';
5
+ export { executor_default as build } from './chunk-B5HDBNKJ.mjs';
6
+ export { executor_default as clean } from './chunk-2GRUXV3O.mjs';
7
+ export { executor_default as docs } from './chunk-DGEKPIPJ.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-QE2RQBEB.mjs';
10
+ import './chunk-HEVHQHQD.mjs';
11
11
  import './chunk-DMX7BNND.mjs';
12
12
  import './chunk-WGIN2BGP.mjs';
13
13
  import './chunk-LQU7XWFP.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkHLYNF7YE_js = require('../../chunk-HLYNF7YE.js');
3
+ var chunkZP3RKQ22_js = require('../../chunk-ZP3RKQ22.js');
4
4
  require('../../chunk-2PYUYDPD.js');
5
5
  require('../../chunk-SHUYVCID.js');
6
6
 
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
8
8
 
9
9
  Object.defineProperty(exports, "withExecutor", {
10
10
  enumerable: true,
11
- get: function () { return chunkHLYNF7YE_js.withExecutor; }
11
+ get: function () { return chunkZP3RKQ22_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-QE2RQBEB.mjs';
1
+ export { withExecutor } from '../../chunk-HEVHQHQD.mjs';
2
2
  import '../../chunk-WGIN2BGP.mjs';
3
3
  import '../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkPM5JBU7Z_js = require('../../../chunk-PM5JBU7Z.js');
6
- require('../../../chunk-HLYNF7YE.js');
5
+ var chunkLSAJQPPJ_js = require('../../../chunk-LSAJQPPJ.js');
6
+ require('../../../chunk-ZP3RKQ22.js');
7
7
  require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkPM5JBU7Z_js.executor_default; }
14
+ get: function () { return chunkLSAJQPPJ_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkPM5JBU7Z_js.executorFn; }
18
+ get: function () { return chunkLSAJQPPJ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-DLZ7E67Y.mjs';
2
- import '../../../chunk-QE2RQBEB.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-B5HDBNKJ.mjs';
2
+ import '../../../chunk-HEVHQHQD.mjs';
3
3
  import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk7E3PRE6W_js = require('../../../chunk-7E3PRE6W.js');
6
- require('../../../chunk-HLYNF7YE.js');
5
+ var chunk3CAJGV7X_js = require('../../../chunk-3CAJGV7X.js');
6
+ require('../../../chunk-ZP3RKQ22.js');
7
7
  require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk7E3PRE6W_js.executor_default; }
14
+ get: function () { return chunk3CAJGV7X_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk7E3PRE6W_js.executorFn; }
18
+ get: function () { return chunk3CAJGV7X_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-5WHBT2BW.mjs';
2
- import '../../../chunk-QE2RQBEB.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-2GRUXV3O.mjs';
2
+ import '../../../chunk-HEVHQHQD.mjs';
3
3
  import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkND7VF7PZ_js = require('../../../chunk-ND7VF7PZ.js');
6
- require('../../../chunk-HLYNF7YE.js');
5
+ var chunk7D5OGCMI_js = require('../../../chunk-7D5OGCMI.js');
6
+ require('../../../chunk-ZP3RKQ22.js');
7
7
  require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkND7VF7PZ_js.executor_default; }
14
+ get: function () { return chunk7D5OGCMI_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkND7VF7PZ_js.executorFn; }
18
+ get: function () { return chunk7D5OGCMI_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-RIM7CNHX.mjs';
2
- import '../../../chunk-QE2RQBEB.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-DGEKPIPJ.mjs';
2
+ import '../../../chunk-HEVHQHQD.mjs';
3
3
  import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkGVA7U7C4_js = require('../../../chunk-GVA7U7C4.js');
6
- require('../../../chunk-HLYNF7YE.js');
5
+ var chunkCSJNPC7W_js = require('../../../chunk-CSJNPC7W.js');
6
+ require('../../../chunk-ZP3RKQ22.js');
7
7
  require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkGVA7U7C4_js.executor_default; }
14
+ get: function () { return chunkCSJNPC7W_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkGVA7U7C4_js.executorFn; }
18
+ get: function () { return chunkCSJNPC7W_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-ZIBEDH47.mjs';
2
- import '../../../chunk-QE2RQBEB.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-6HQO6FRU.mjs';
2
+ import '../../../chunk-HEVHQHQD.mjs';
3
3
  import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkHVWVP6CD_js = require('../../../chunk-HVWVP6CD.js');
6
- require('../../../chunk-HLYNF7YE.js');
5
+ var chunk7SKSU4UF_js = require('../../../chunk-7SKSU4UF.js');
6
+ require('../../../chunk-ZP3RKQ22.js');
7
7
  require('../../../chunk-2PYUYDPD.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkHVWVP6CD_js.executor_default; }
14
+ get: function () { return chunk7SKSU4UF_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkHVWVP6CD_js.executorFn; }
18
+ get: function () { return chunk7SKSU4UF_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-VQX5TBLP.mjs';
2
- import '../../../chunk-QE2RQBEB.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-2E5ZJCIU.mjs';
2
+ import '../../../chunk-HEVHQHQD.mjs';
3
3
  import '../../../chunk-WGIN2BGP.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.10.30",
3
+ "version": "0.10.32",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -188,15 +188,15 @@
188
188
  "@storm-software/esbuild": "^0.53.48",
189
189
  "@storm-software/unbuild": "^0.57.48",
190
190
  "@storm-software/workspace-tools": "^1.293.18",
191
- "@stryke/fs": "^0.33.1",
192
- "@stryke/hash": "^0.12.7",
193
- "@stryke/path": "^0.20.0",
194
- "@stryke/string-format": "^0.12.5",
195
- "@stryke/type-checks": "^0.3.15",
191
+ "@stryke/fs": "^0.33.3",
192
+ "@stryke/hash": "^0.12.9",
193
+ "@stryke/path": "^0.21.1",
194
+ "@stryke/string-format": "^0.12.7",
195
+ "@stryke/type-checks": "^0.3.17",
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "^22.1.0",
199
- "powerlines": "^0.24.2"
199
+ "powerlines": "^0.24.4"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "^22.1.0",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "c48cb70531cf391e7bd950459d4f319f58e52f5b"
213
+ "gitHead": "00ec2d1b5227128aa5f3e156d15fd2ebe7da4bd2"
214
214
  }