@powerlines/nx 0.11.128 → 0.11.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/{chunk-FWI4YEFU.mjs → chunk-2LSGUZP7.mjs} +1 -1
  3. package/dist/{chunk-P2HS5DSB.js → chunk-3YHYRSAI.js} +2 -2
  4. package/dist/{chunk-NQ7PNOBQ.js → chunk-4DT2QBIV.js} +2 -2
  5. package/dist/{chunk-IWSYHFCU.mjs → chunk-6JRIBRDK.mjs} +1 -1
  6. package/dist/{chunk-OVX2CEXQ.mjs → chunk-AGZ4P3AS.mjs} +1 -2
  7. package/dist/{chunk-4QMX7ZWH.js → chunk-BAAOY6SV.js} +31 -27
  8. package/dist/{chunk-36VX6ICO.js → chunk-DJOV2W72.js} +2 -2
  9. package/dist/{chunk-GJQXGFHV.js → chunk-EKQ7LM5Q.js} +2 -2
  10. package/dist/{chunk-KXFIN2NL.mjs → chunk-GICOAOUL.mjs} +1 -1
  11. package/dist/{chunk-XNVKXLZI.js → chunk-IPLLMUCB.js} +2 -2
  12. package/dist/{chunk-7DMJOQ2K.mjs → chunk-LS6GDBS3.mjs} +1 -1
  13. package/dist/{chunk-DQI2I5KK.js → chunk-NU3VTAH5.js} +1 -2
  14. package/dist/{chunk-WA6S6OWI.js → chunk-O2RWQV3W.js} +2 -2
  15. package/dist/{chunk-KH3CLXZY.mjs → chunk-Q2C7WFUE.mjs} +1 -1
  16. package/dist/{chunk-NOSBV75N.js → chunk-SXKQNYVO.js} +3 -3
  17. package/dist/{chunk-IJWBJS6B.mjs → chunk-T7AKYV2C.mjs} +1 -1
  18. package/dist/{chunk-OHK3W2CQ.mjs → chunk-U5YHJZWT.mjs} +1 -1
  19. package/dist/{chunk-DBTQDN2C.mjs → chunk-YMWDR3XY.mjs} +23 -19
  20. package/dist/executors.js +12 -12
  21. package/dist/executors.mjs +7 -7
  22. package/dist/index.js +15 -15
  23. package/dist/index.mjs +9 -9
  24. package/dist/src/base/base-executor.js +3 -3
  25. package/dist/src/base/base-executor.mjs +2 -2
  26. package/dist/src/executors/build/executor.js +5 -5
  27. package/dist/src/executors/build/executor.mjs +3 -3
  28. package/dist/src/executors/clean/executor.js +5 -5
  29. package/dist/src/executors/clean/executor.mjs +3 -3
  30. package/dist/src/executors/docs/executor.js +5 -5
  31. package/dist/src/executors/docs/executor.mjs +3 -3
  32. package/dist/src/executors/lint/executor.js +5 -5
  33. package/dist/src/executors/lint/executor.mjs +3 -3
  34. package/dist/src/executors/prepare/executor.js +5 -5
  35. package/dist/src/executors/prepare/executor.mjs +3 -3
  36. package/dist/src/helpers/plugin-utilities.js +5 -5
  37. package/dist/src/helpers/plugin-utilities.mjs +2 -2
  38. package/dist/src/plugin/index.js +4 -4
  39. package/dist/src/plugin/index.mjs +3 -3
  40. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.128](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.128) (01/21/2026)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **powerlines:** Resolve issue using builtins inside code provided to `bundle`
10
+ function
11
+ ([5b57a3e6](https://github.com/storm-software/powerlines/commit/5b57a3e6))
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.37.72**
16
+
5
17
  ## [0.11.127](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.127) (01/21/2026)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-DBTQDN2C.mjs';
1
+ import { withExecutor } from './chunk-YMWDR3XY.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 chunk4QMX7ZWH_js = require('./chunk-4QMX7ZWH.js');
3
+ var chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.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 = chunk4QMX7ZWH_js.withExecutor("lint", executorFn);
14
+ var executor = chunkBAAOY6SV_js.withExecutor("lint", 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 chunk4QMX7ZWH_js = require('./chunk-4QMX7ZWH.js');
3
+ var chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.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 = chunk4QMX7ZWH_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkBAAOY6SV_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { createNxPlugin } from './chunk-KXFIN2NL.mjs';
1
+ import { createNxPlugin } from './chunk-GICOAOUL.mjs';
2
2
 
3
3
  // src/plugin/index.ts
4
4
  var createNodesV2 = createNxPlugin({
@@ -8,7 +8,6 @@ import { isFunction } from '@stryke/type-checks/is-function';
8
8
  import { isSetObject } from '@stryke/type-checks/is-set-object';
9
9
  import { loadConfig } from 'c12';
10
10
  import defu from 'defu';
11
- import { LogLevelLabel } from '@storm-software/config-tools/types';
12
11
  import '@stryke/fs/json';
13
12
  import '@stryke/fs/list-files';
14
13
  import '@stryke/fs/remove-file';
@@ -80,7 +79,7 @@ function getPrefixedProjectRootHash(name, projectRootHash) {
80
79
  __name(getPrefixedProjectRootHash, "getPrefixedProjectRootHash");
81
80
  async function writeMetaFile(context) {
82
81
  const metaFilePath = joinPaths(context.dataPath, "meta.json");
83
- context.log(LogLevelLabel.DEBUG, `Writing runtime metadata to ${metaFilePath}`);
82
+ context.debug(`Writing runtime metadata to ${metaFilePath}`);
84
83
  await context.fs.write(metaFilePath, JSON.stringify(context.meta, null, 2));
85
84
  }
86
85
  __name(writeMetaFile, "writeMetaFile");
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkDQI2I5KK_js = require('./chunk-DQI2I5KK.js');
3
+ var chunkNU3VTAH5_js = require('./chunk-NU3VTAH5.js');
4
4
  var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
5
5
  var logger = require('@storm-software/config-tools/logger');
6
6
  var baseExecutor = require('@storm-software/workspace-tools/base/base-executor');
@@ -36,7 +36,6 @@ var isType = require('@stryke/path/is-type');
36
36
  var isParentPath = require('@stryke/path/is-parent-path');
37
37
  var prettyBytes = require('@stryke/string-format/pretty-bytes');
38
38
  var tsMorph = require('ts-morph');
39
- var types = require('@storm-software/config-tools/types');
40
39
  var _package = require('@stryke/string-format/package');
41
40
  var superdiff = require('@donedeal0/superdiff');
42
41
  var json = require('@stryke/fs/json');
@@ -44,6 +43,7 @@ var stormJson = require('@stryke/json/storm-json');
44
43
  var titleCase = require('@stryke/string-format/title-case');
45
44
  var exists = require('@stryke/fs/exists');
46
45
  var ts = require('typescript');
46
+ var types = require('@storm-software/config-tools/types');
47
47
  var getEnvPaths = require('@stryke/env/get-env-paths');
48
48
  var hashFiles = require('@stryke/hash/hash-files');
49
49
  var murmurhash = require('@stryke/hash/murmurhash');
@@ -107,7 +107,7 @@ var $__namespace = /*#__PURE__*/_interopNamespace($);
107
107
 
108
108
  // ../powerlines/package.json
109
109
  var package_default = {
110
- version: "0.37.71"};
110
+ version: "0.37.72"};
111
111
 
112
112
  // ../powerlines/src/plugin-utils/modules.ts
113
113
  function isBuiltinModule(context, moduleName) {
@@ -310,7 +310,7 @@ var VirtualFileSystemHost = class extends tsMorph.InMemoryFileSystemHost {
310
310
  }
311
311
  };
312
312
  function createProgram(context, override) {
313
- context.log(types.LogLevelLabel.TRACE, `Creating ts-morph Project instance with configuration from: ${context.tsconfig.tsconfigFilePath}.`);
313
+ context.debug(`Creating ts-morph Project instance with configuration from: ${context.tsconfig.tsconfigFilePath}.`);
314
314
  const project = new tsMorph.Project(defu6__default.default(override ?? {}, {
315
315
  skipAddingFilesFromTsConfig: false,
316
316
  tsConfigFilePath: context.tsconfig.tsconfigFilePath,
@@ -406,7 +406,7 @@ ${value || ""}`.trim();
406
406
  async function callHook(context, key, options, ...args) {
407
407
  const hooks = context.selectHooks(key, options);
408
408
  if (hooks.length > 0) {
409
- context.log(types.LogLevelLabel.DEBUG, ` \u{1F9E9} Calling plugin hook: ${chalk5__default.default.bold.cyanBright(`${key}${options?.order ? ` (${options.order})` : ""}`)}`);
409
+ context.debug(` \u{1F9E9} Calling plugin hook: ${chalk5__default.default.bold.cyanBright(`${key}${options?.order ? ` (${options.order})` : ""}`)}`);
410
410
  const invokeHook = /* @__PURE__ */ chunkSHUYVCID_js.__name(async (hook, hookArgs) => {
411
411
  return Reflect.apply(hook.handler, hook.context, hookArgs);
412
412
  }, "invokeHook");
@@ -478,17 +478,17 @@ async function installPackage(context, packageName, dev = false) {
478
478
  cwd: context.config.projectRoot
479
479
  })) {
480
480
  if (context.config.autoInstall) {
481
- context.log(types.LogLevelLabel.WARN, `The package "${packageName}" is not installed. It will be installed automatically.`);
481
+ context.warn(`The package "${packageName}" is not installed. It will be installed automatically.`);
482
482
  const result = await install.install(packageName, {
483
483
  cwd: context.config.projectRoot,
484
484
  dev
485
485
  });
486
486
  if (isNumber.isNumber(result.exitCode) && result.exitCode > 0) {
487
- context.log(types.LogLevelLabel.ERROR, result.stderr);
487
+ context.error(result.stderr);
488
488
  throw new Error(`An error occurred while installing the package "${packageName}"`);
489
489
  }
490
490
  } else {
491
- context.log(types.LogLevelLabel.WARN, `The package "${packageName}" is not installed. Since the "autoInstall" option is set to false, it will not be installed automatically.`);
491
+ context.warn(`The package "${packageName}" is not installed. Since the "autoInstall" option is set to false, it will not be installed automatically.`);
492
492
  }
493
493
  } else if (_package.hasPackageVersion(packageName) && !process.env.POWERLINES_SKIP_VERSION_CHECK) {
494
494
  const isMatching = await packageFns.doesPackageMatch(_package.getPackageName(packageName), _package.getPackageVersion(packageName), context.config.projectRoot);
@@ -497,7 +497,7 @@ async function installPackage(context, packageName, dev = false) {
497
497
  cwd: context.config.projectRoot
498
498
  });
499
499
  if (!packageListing?.version.startsWith("catalog:") && !packageListing?.version.startsWith("workspace:")) {
500
- context.log(types.LogLevelLabel.WARN, `The package "${_package.getPackageName(packageName)}" is installed but does not match the expected version ${_package.getPackageVersion(packageName)} (installed version: ${packageListing?.version || "<Unknown>"}). Please ensure this is intentional before proceeding. Note: You can skip this validation with the "STORM_STACK_SKIP_VERSION_CHECK" environment variable.`);
500
+ context.warn(`The package "${_package.getPackageName(packageName)}" is installed but does not match the expected version ${_package.getPackageVersion(packageName)} (installed version: ${packageListing?.version || "<Unknown>"}). Please ensure this is intentional before proceeding. Note: You can skip this validation with the "STORM_STACK_SKIP_VERSION_CHECK" environment variable.`);
501
501
  }
502
502
  }
503
503
  }
@@ -506,14 +506,14 @@ chunkSHUYVCID_js.__name(installPackage, "installPackage");
506
506
 
507
507
  // ../powerlines/src/internal/helpers/install-dependencies.ts
508
508
  async function installDependencies(context) {
509
- context.log(types.LogLevelLabel.TRACE, `Checking and installing missing project dependencies.`);
509
+ context.debug(`Checking and installing missing project dependencies.`);
510
510
  context.dependencies ??= {};
511
511
  context.devDependencies ??= {};
512
512
  if (Object.keys(context.dependencies).length === 0 && Object.keys(context.devDependencies).length === 0) {
513
- context.log(types.LogLevelLabel.TRACE, `No dependencies or devDependencies to install. Skipping installation step.`);
513
+ context.debug(`No dependencies or devDependencies to install. Skipping installation step.`);
514
514
  return;
515
515
  }
516
- context.log(types.LogLevelLabel.DEBUG, `The following packages are required:
516
+ context.debug(`The following packages are required:
517
517
  Dependencies:
518
518
  ${Object.entries(context.dependencies).map(([name, version]) => `- ${name}@${String(version)}`).join(" \n")}
519
519
 
@@ -670,14 +670,14 @@ async function resolveTsconfigChanges(context) {
670
670
  }
671
671
  chunkSHUYVCID_js.__name(resolveTsconfigChanges, "resolveTsconfigChanges");
672
672
  async function initializeTsconfig(context) {
673
- context.log(types.LogLevelLabel.TRACE, "Initializing TypeScript configuration (tsconfig.json) for the Powerlines project.");
673
+ context.debug("Initializing TypeScript configuration (tsconfig.json) for the Powerlines project.");
674
674
  if (!packageFns.isPackageExists("typescript")) {
675
675
  throw new Error('The TypeScript package is not installed. Please install the package using the command: "npm install typescript --save-dev"');
676
676
  }
677
677
  const tsconfigFilePath = getTsconfigFilePath(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig);
678
678
  context.tsconfig.originalTsconfigJson = await json.readJsonFile(tsconfigFilePath);
679
679
  context.tsconfig.tsconfigJson = await resolveTsconfigChanges(context);
680
- context.log(types.LogLevelLabel.TRACE, "Writing updated TypeScript configuration (tsconfig.json) file to disk.");
680
+ context.debug("Writing updated TypeScript configuration (tsconfig.json) file to disk.");
681
681
  await context.fs.write(tsconfigFilePath, stormJson.StormJSON.stringify(context.tsconfig.tsconfigJson));
682
682
  context.tsconfig = getParsedTypeScriptConfig(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig, context.config.tsconfigRaw, context.tsconfig.originalTsconfigJson);
683
683
  }
@@ -719,7 +719,7 @@ async function resolveTsconfig(context) {
719
719
  getChanges(diff);
720
720
  }
721
721
  if (changes.length > 0) {
722
- context.log(types.LogLevelLabel.WARN, `Updating the following configuration values in "${context.tsconfig.tsconfigFilePath}" file:
722
+ context.warn(`Updating the following configuration values in "${context.tsconfig.tsconfigFilePath}" file:
723
723
 
724
724
  ${changes.map((change, i) => `${chalk5__default.default.bold.whiteBright(`${i + 1}. ${titleCase.titleCase(change.status)} the ${change.field} field: `)}
725
725
  ${chalk5__default.default.red(` - Previous: ${change.previous} `)}
@@ -2887,7 +2887,7 @@ var PowerlinesContext = class _PowerlinesContext {
2887
2887
  * @returns A promise that resolves to the new context.
2888
2888
  */
2889
2889
  static async from(workspaceRoot, config) {
2890
- const context = new _PowerlinesContext(await chunkDQI2I5KK_js.loadWorkspaceConfig(workspaceRoot, config.root));
2890
+ const context = new _PowerlinesContext(await chunkNU3VTAH5_js.loadWorkspaceConfig(workspaceRoot, config.root));
2891
2891
  await context.withUserConfig(config);
2892
2892
  const powerlinesPath = await resolve.resolvePackage("powerlines");
2893
2893
  if (!powerlinesPath) {
@@ -3003,10 +3003,10 @@ var PowerlinesContext = class _PowerlinesContext {
3003
3003
  workspaceRoot: this.workspaceConfig?.workspaceRoot,
3004
3004
  projectRoot: this.config?.projectRoot
3005
3005
  }, {
3006
- maxLength: chunkDQI2I5KK_js.PROJECT_ROOT_HASH_LENGTH
3006
+ maxLength: chunkNU3VTAH5_js.PROJECT_ROOT_HASH_LENGTH
3007
3007
  }),
3008
3008
  configHash: murmurhash.murmurhash(this.config, {
3009
- maxLength: chunkDQI2I5KK_js.CACHE_HASH_LENGTH
3009
+ maxLength: chunkNU3VTAH5_js.CACHE_HASH_LENGTH
3010
3010
  })
3011
3011
  };
3012
3012
  }
@@ -3077,7 +3077,7 @@ var PowerlinesContext = class _PowerlinesContext {
3077
3077
  * Get the path to the data directory for the project
3078
3078
  */
3079
3079
  get dataPath() {
3080
- return join.joinPaths(this.envPaths.data, "projects", chunkDQI2I5KK_js.getPrefixedProjectRootHash(this.config.name, this.meta.projectRootHash));
3080
+ return join.joinPaths(this.envPaths.data, "projects", chunkNU3VTAH5_js.getPrefixedProjectRootHash(this.config.name, this.meta.projectRootHash));
3081
3081
  }
3082
3082
  /**
3083
3083
  * Get the path to the cache directory for the project
@@ -3087,7 +3087,7 @@ var PowerlinesContext = class _PowerlinesContext {
3087
3087
  checksum: this.#checksum,
3088
3088
  config: this.meta.configHash
3089
3089
  }, {
3090
- maxLength: chunkDQI2I5KK_js.CACHE_HASH_LENGTH
3090
+ maxLength: chunkNU3VTAH5_js.CACHE_HASH_LENGTH
3091
3091
  }));
3092
3092
  }
3093
3093
  /**
@@ -3658,7 +3658,6 @@ var PowerlinesContext = class _PowerlinesContext {
3658
3658
  ".git",
3659
3659
  ".nx",
3660
3660
  ".cache",
3661
- ".storm",
3662
3661
  "tmp",
3663
3662
  "dist"
3664
3663
  ]
@@ -3735,7 +3734,7 @@ var PowerlinesContext = class _PowerlinesContext {
3735
3734
  return ret;
3736
3735
  }, {}) : this.config.build.alias : {}
3737
3736
  });
3738
- const userConfig = await chunkDQI2I5KK_js.loadUserConfigFile(cacheKey.projectRoot, this.workspaceConfig.workspaceRoot, this.resolver, cacheKey.command, cacheKey.mode, cacheKey.configFile, cacheKey.framework);
3737
+ const userConfig = await chunkNU3VTAH5_js.loadUserConfigFile(cacheKey.projectRoot, this.workspaceConfig.workspaceRoot, this.resolver, cacheKey.command, cacheKey.mode, cacheKey.configFile, cacheKey.framework);
3739
3738
  this.mergeUserConfig(userConfig.config);
3740
3739
  configCache.set(cacheKey, {
3741
3740
  projectJson: this.projectJson,
@@ -3924,6 +3923,11 @@ function createPluginContext(plugin, environment) {
3924
3923
  if (prop === "log" || prop === "logger") {
3925
3924
  return log;
3926
3925
  }
3926
+ if (prop === "fatal") {
3927
+ return (message) => {
3928
+ log(types.LogLevelLabel.FATAL, normalizeMessage(message));
3929
+ };
3930
+ }
3927
3931
  if (prop === "error") {
3928
3932
  return (message) => {
3929
3933
  log(types.LogLevelLabel.ERROR, normalizeMessage(message));
@@ -4212,7 +4216,7 @@ var PowerlinesAPIContext = class _PowerlinesAPIContext extends PowerlinesContext
4212
4216
  * @returns A promise that resolves to the new context.
4213
4217
  */
4214
4218
  static async from(workspaceRoot, config) {
4215
- const context = new _PowerlinesAPIContext(await chunkDQI2I5KK_js.loadWorkspaceConfig(workspaceRoot, config.root));
4219
+ const context = new _PowerlinesAPIContext(await chunkNU3VTAH5_js.loadWorkspaceConfig(workspaceRoot, config.root));
4216
4220
  await context.withUserConfig(config);
4217
4221
  const powerlinesPath = await resolve.resolvePackage("powerlines");
4218
4222
  if (!powerlinesPath) {
@@ -4348,14 +4352,14 @@ var PowerlinesAPIContext = class _PowerlinesAPIContext extends PowerlinesContext
4348
4352
  }
4349
4353
  if (Object.keys(this.environments).length === 1) {
4350
4354
  environment = this.environments[Object.keys(this.environments)[0]];
4351
- this.log(types.LogLevelLabel.DEBUG, `Applying the only configured environment: ${chalk5__default.default.bold.cyanBright(environment?.environment.name)}`);
4355
+ this.debug(`Applying the only configured environment: ${chalk5__default.default.bold.cyanBright(environment?.environment.name)}`);
4352
4356
  }
4353
4357
  if (!environment) {
4354
4358
  if (name) {
4355
4359
  throw new Error(`Environment "${name}" not found.`);
4356
4360
  }
4357
4361
  environment = await this.in(createDefaultEnvironment(this.config.userConfig));
4358
- this.log(types.LogLevelLabel.WARN, `No environment specified, and no default environment found. Using a temporary default environment: ${chalk5__default.default.bold.cyanBright(environment?.environment.name)}`);
4362
+ this.warn(`No environment specified, and no default environment found. Using a temporary default environment: ${chalk5__default.default.bold.cyanBright(environment?.environment.name)}`);
4359
4363
  }
4360
4364
  return environment;
4361
4365
  }
@@ -4384,7 +4388,7 @@ var PowerlinesAPIContext = class _PowerlinesAPIContext extends PowerlinesContext
4384
4388
  let environment;
4385
4389
  if (Object.keys(this.environments).length > 1) {
4386
4390
  environment = await this.in(createEnvironment(GLOBAL_ENVIRONMENT, this.config.userConfig));
4387
- this.log(types.LogLevelLabel.DEBUG, `Combined all ${Object.keys(this.environments).length} environments into a single global context.`);
4391
+ this.debug(`Combined all ${Object.keys(this.environments).length} environments into a single global context.`);
4388
4392
  } else {
4389
4393
  environment = await this.getEnvironment();
4390
4394
  }
@@ -4672,7 +4676,7 @@ ${formatTypes(types)}
4672
4676
  environment: context,
4673
4677
  order: "post"
4674
4678
  });
4675
- await chunkDQI2I5KK_js.writeMetaFile(context);
4679
+ await chunkNU3VTAH5_js.writeMetaFile(context);
4676
4680
  context.persistedMeta = context.meta;
4677
4681
  });
4678
4682
  this.context.debug("\u2714 Powerlines preparation has completed successfully");
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk4QMX7ZWH_js = require('./chunk-4QMX7ZWH.js');
3
+ var chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.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 = chunk4QMX7ZWH_js.withExecutor("build", executorFn);
22
+ var executor = chunkBAAOY6SV_js.withExecutor("build", 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 chunk4QMX7ZWH_js = require('./chunk-4QMX7ZWH.js');
3
+ var chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.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 = chunk4QMX7ZWH_js.withExecutor("clean", executorFn);
14
+ var executor = chunkBAAOY6SV_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { PROJECT_ROOT_HASH_LENGTH, loadUserConfigFile } from './chunk-OVX2CEXQ.mjs';
1
+ import { PROJECT_ROOT_HASH_LENGTH, loadUserConfigFile } from './chunk-AGZ4P3AS.mjs';
2
2
  import { CONFIG_INPUTS } from './chunk-IC47MFKB.mjs';
3
3
  import { __name } from './chunk-O6YSETKJ.mjs';
4
4
  import { createNodesFromFiles } from '@nx/devkit';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk4QMX7ZWH_js = require('./chunk-4QMX7ZWH.js');
3
+ var chunkBAAOY6SV_js = require('./chunk-BAAOY6SV.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 = chunk4QMX7ZWH_js.withExecutor("docs", executorFn);
14
+ var executor = chunkBAAOY6SV_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-DBTQDN2C.mjs';
1
+ import { withExecutor } from './chunk-YMWDR3XY.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -10,7 +10,6 @@ var isFunction = require('@stryke/type-checks/is-function');
10
10
  var isSetObject = require('@stryke/type-checks/is-set-object');
11
11
  var c12 = require('c12');
12
12
  var defu = require('defu');
13
- var types = require('@storm-software/config-tools/types');
14
13
  require('@stryke/fs/json');
15
14
  require('@stryke/fs/list-files');
16
15
  require('@stryke/fs/remove-file');
@@ -86,7 +85,7 @@ function getPrefixedProjectRootHash(name, projectRootHash) {
86
85
  chunkSHUYVCID_js.__name(getPrefixedProjectRootHash, "getPrefixedProjectRootHash");
87
86
  async function writeMetaFile(context) {
88
87
  const metaFilePath = joinPaths.joinPaths(context.dataPath, "meta.json");
89
- context.log(types.LogLevelLabel.DEBUG, `Writing runtime metadata to ${metaFilePath}`);
88
+ context.debug(`Writing runtime metadata to ${metaFilePath}`);
90
89
  await context.fs.write(metaFilePath, JSON.stringify(context.meta, null, 2));
91
90
  }
92
91
  chunkSHUYVCID_js.__name(writeMetaFile, "writeMetaFile");
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunkNOSBV75N_js = require('./chunk-NOSBV75N.js');
3
+ var chunkSXKQNYVO_js = require('./chunk-SXKQNYVO.js');
4
4
 
5
5
  // src/plugin/index.ts
6
- var createNodesV2 = chunkNOSBV75N_js.createNxPlugin({
6
+ var createNodesV2 = chunkSXKQNYVO_js.createNxPlugin({
7
7
  framework: "powerlines"
8
8
  });
9
9
 
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-DBTQDN2C.mjs';
1
+ import { withExecutor } from './chunk-YMWDR3XY.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 chunkDQI2I5KK_js = require('./chunk-DQI2I5KK.js');
3
+ var chunkNU3VTAH5_js = require('./chunk-NU3VTAH5.js');
4
4
  var chunkIQVSZEQ6_js = require('./chunk-IQVSZEQ6.js');
5
5
  var chunkSHUYVCID_js = require('./chunk-SHUYVCID.js');
6
6
  var devkit = require('@nx/devkit');
@@ -57,7 +57,7 @@ function createNxPlugin(opts) {
57
57
  debug: !!options?.debug,
58
58
  interopDefault: true,
59
59
  fsCache: joinPaths.joinPaths(envPaths.cache, "nx-plugin", murmurhash.murmurhash(contextV2.workspaceRoot, {
60
- maxLength: chunkDQI2I5KK_js.PROJECT_ROOT_HASH_LENGTH
60
+ maxLength: chunkNU3VTAH5_js.PROJECT_ROOT_HASH_LENGTH
61
61
  }), "jiti"),
62
62
  moduleCache: true
63
63
  });
@@ -72,7 +72,7 @@ function createNxPlugin(opts) {
72
72
  if (opts?.verbose) {
73
73
  console.debug(`[${name}] - ${(/* @__PURE__ */ new Date()).toISOString()} - Loading ${framework} user configuration for project in root directory ${projectRoot}.`);
74
74
  }
75
- const userConfig = await chunkDQI2I5KK_js.loadUserConfigFile(projectRoot, contextV2.workspaceRoot, resolver, "build", "development", configFile, framework);
75
+ const userConfig = await chunkNU3VTAH5_js.loadUserConfigFile(projectRoot, contextV2.workspaceRoot, resolver, "build", "development", configFile, framework);
76
76
  if (!exists.existsSync(joinPaths.joinPaths(contextV2.workspaceRoot, projectRoot, "package.json"))) {
77
77
  if (opts?.verbose) {
78
78
  console.warn(`[${name}] - ${(/* @__PURE__ */ new Date()).toISOString()} - Cannot find \`package.json\` file in the project's root directory (path: "${joinPaths.joinPaths(contextV2.workspaceRoot, projectRoot)}"). Skipping project configuration.`);
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-DBTQDN2C.mjs';
1
+ import { withExecutor } from './chunk-YMWDR3XY.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/clean/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-DBTQDN2C.mjs';
1
+ import { withExecutor } from './chunk-YMWDR3XY.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import defu from 'defu';
4
4
 
@@ -1,4 +1,4 @@
1
- import { loadWorkspaceConfig, CACHE_HASH_LENGTH, PROJECT_ROOT_HASH_LENGTH, getPrefixedProjectRootHash, loadUserConfigFile, writeMetaFile } from './chunk-OVX2CEXQ.mjs';
1
+ import { loadWorkspaceConfig, CACHE_HASH_LENGTH, PROJECT_ROOT_HASH_LENGTH, getPrefixedProjectRootHash, loadUserConfigFile, writeMetaFile } from './chunk-AGZ4P3AS.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
  import { getLogFn, getLogLevel, writeError } from '@storm-software/config-tools/logger';
4
4
  import { withRunExecutor } from '@storm-software/workspace-tools/base/base-executor';
@@ -34,7 +34,6 @@ import { isAbsolutePath } from '@stryke/path/is-type';
34
34
  import { isParentPath } from '@stryke/path/is-parent-path';
35
35
  import { prettyBytes } from '@stryke/string-format/pretty-bytes';
36
36
  import { InMemoryFileSystemHost, Project, DiagnosticCategory } from 'ts-morph';
37
- import { LogLevelLabel } from '@storm-software/config-tools/types';
38
37
  import { getPackageName, hasPackageVersion, getPackageVersion } from '@stryke/string-format/package';
39
38
  import { getObjectDiff } from '@donedeal0/superdiff';
40
39
  import { readJsonFile, readJsonFileSync } from '@stryke/fs/json';
@@ -42,6 +41,7 @@ import { StormJSON } from '@stryke/json/storm-json';
42
41
  import { titleCase } from '@stryke/string-format/title-case';
43
42
  import { existsSync, exists } from '@stryke/fs/exists';
44
43
  import ts from 'typescript';
44
+ import { LogLevelLabel } from '@storm-software/config-tools/types';
45
45
  import { getEnvPaths } from '@stryke/env/get-env-paths';
46
46
  import { hashDirectory } from '@stryke/hash/hash-files';
47
47
  import { murmurhash } from '@stryke/hash/murmurhash';
@@ -78,7 +78,7 @@ import { resolve } from 'node:path';
78
78
 
79
79
  // ../powerlines/package.json
80
80
  var package_default = {
81
- version: "0.37.71"};
81
+ version: "0.37.72"};
82
82
 
83
83
  // ../powerlines/src/plugin-utils/modules.ts
84
84
  function isBuiltinModule(context, moduleName) {
@@ -281,7 +281,7 @@ var VirtualFileSystemHost = class extends InMemoryFileSystemHost {
281
281
  }
282
282
  };
283
283
  function createProgram(context, override) {
284
- context.log(LogLevelLabel.TRACE, `Creating ts-morph Project instance with configuration from: ${context.tsconfig.tsconfigFilePath}.`);
284
+ context.debug(`Creating ts-morph Project instance with configuration from: ${context.tsconfig.tsconfigFilePath}.`);
285
285
  const project = new Project(defu6(override ?? {}, {
286
286
  skipAddingFilesFromTsConfig: false,
287
287
  tsConfigFilePath: context.tsconfig.tsconfigFilePath,
@@ -377,7 +377,7 @@ ${value || ""}`.trim();
377
377
  async function callHook(context, key, options, ...args) {
378
378
  const hooks = context.selectHooks(key, options);
379
379
  if (hooks.length > 0) {
380
- context.log(LogLevelLabel.DEBUG, ` \u{1F9E9} Calling plugin hook: ${chalk5.bold.cyanBright(`${key}${options?.order ? ` (${options.order})` : ""}`)}`);
380
+ context.debug(` \u{1F9E9} Calling plugin hook: ${chalk5.bold.cyanBright(`${key}${options?.order ? ` (${options.order})` : ""}`)}`);
381
381
  const invokeHook = /* @__PURE__ */ __name(async (hook, hookArgs) => {
382
382
  return Reflect.apply(hook.handler, hook.context, hookArgs);
383
383
  }, "invokeHook");
@@ -449,17 +449,17 @@ async function installPackage(context, packageName, dev = false) {
449
449
  cwd: context.config.projectRoot
450
450
  })) {
451
451
  if (context.config.autoInstall) {
452
- context.log(LogLevelLabel.WARN, `The package "${packageName}" is not installed. It will be installed automatically.`);
452
+ context.warn(`The package "${packageName}" is not installed. It will be installed automatically.`);
453
453
  const result = await install(packageName, {
454
454
  cwd: context.config.projectRoot,
455
455
  dev
456
456
  });
457
457
  if (isNumber(result.exitCode) && result.exitCode > 0) {
458
- context.log(LogLevelLabel.ERROR, result.stderr);
458
+ context.error(result.stderr);
459
459
  throw new Error(`An error occurred while installing the package "${packageName}"`);
460
460
  }
461
461
  } else {
462
- context.log(LogLevelLabel.WARN, `The package "${packageName}" is not installed. Since the "autoInstall" option is set to false, it will not be installed automatically.`);
462
+ context.warn(`The package "${packageName}" is not installed. Since the "autoInstall" option is set to false, it will not be installed automatically.`);
463
463
  }
464
464
  } else if (hasPackageVersion(packageName) && !process.env.POWERLINES_SKIP_VERSION_CHECK) {
465
465
  const isMatching = await doesPackageMatch(getPackageName(packageName), getPackageVersion(packageName), context.config.projectRoot);
@@ -468,7 +468,7 @@ async function installPackage(context, packageName, dev = false) {
468
468
  cwd: context.config.projectRoot
469
469
  });
470
470
  if (!packageListing?.version.startsWith("catalog:") && !packageListing?.version.startsWith("workspace:")) {
471
- context.log(LogLevelLabel.WARN, `The package "${getPackageName(packageName)}" is installed but does not match the expected version ${getPackageVersion(packageName)} (installed version: ${packageListing?.version || "<Unknown>"}). Please ensure this is intentional before proceeding. Note: You can skip this validation with the "STORM_STACK_SKIP_VERSION_CHECK" environment variable.`);
471
+ context.warn(`The package "${getPackageName(packageName)}" is installed but does not match the expected version ${getPackageVersion(packageName)} (installed version: ${packageListing?.version || "<Unknown>"}). Please ensure this is intentional before proceeding. Note: You can skip this validation with the "STORM_STACK_SKIP_VERSION_CHECK" environment variable.`);
472
472
  }
473
473
  }
474
474
  }
@@ -477,14 +477,14 @@ __name(installPackage, "installPackage");
477
477
 
478
478
  // ../powerlines/src/internal/helpers/install-dependencies.ts
479
479
  async function installDependencies(context) {
480
- context.log(LogLevelLabel.TRACE, `Checking and installing missing project dependencies.`);
480
+ context.debug(`Checking and installing missing project dependencies.`);
481
481
  context.dependencies ??= {};
482
482
  context.devDependencies ??= {};
483
483
  if (Object.keys(context.dependencies).length === 0 && Object.keys(context.devDependencies).length === 0) {
484
- context.log(LogLevelLabel.TRACE, `No dependencies or devDependencies to install. Skipping installation step.`);
484
+ context.debug(`No dependencies or devDependencies to install. Skipping installation step.`);
485
485
  return;
486
486
  }
487
- context.log(LogLevelLabel.DEBUG, `The following packages are required:
487
+ context.debug(`The following packages are required:
488
488
  Dependencies:
489
489
  ${Object.entries(context.dependencies).map(([name, version]) => `- ${name}@${String(version)}`).join(" \n")}
490
490
 
@@ -641,14 +641,14 @@ async function resolveTsconfigChanges(context) {
641
641
  }
642
642
  __name(resolveTsconfigChanges, "resolveTsconfigChanges");
643
643
  async function initializeTsconfig(context) {
644
- context.log(LogLevelLabel.TRACE, "Initializing TypeScript configuration (tsconfig.json) for the Powerlines project.");
644
+ context.debug("Initializing TypeScript configuration (tsconfig.json) for the Powerlines project.");
645
645
  if (!isPackageExists("typescript")) {
646
646
  throw new Error('The TypeScript package is not installed. Please install the package using the command: "npm install typescript --save-dev"');
647
647
  }
648
648
  const tsconfigFilePath = getTsconfigFilePath(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig);
649
649
  context.tsconfig.originalTsconfigJson = await readJsonFile(tsconfigFilePath);
650
650
  context.tsconfig.tsconfigJson = await resolveTsconfigChanges(context);
651
- context.log(LogLevelLabel.TRACE, "Writing updated TypeScript configuration (tsconfig.json) file to disk.");
651
+ context.debug("Writing updated TypeScript configuration (tsconfig.json) file to disk.");
652
652
  await context.fs.write(tsconfigFilePath, StormJSON.stringify(context.tsconfig.tsconfigJson));
653
653
  context.tsconfig = getParsedTypeScriptConfig(context.workspaceConfig.workspaceRoot, context.config.projectRoot, context.config.tsconfig, context.config.tsconfigRaw, context.tsconfig.originalTsconfigJson);
654
654
  }
@@ -690,7 +690,7 @@ async function resolveTsconfig(context) {
690
690
  getChanges(diff);
691
691
  }
692
692
  if (changes.length > 0) {
693
- context.log(LogLevelLabel.WARN, `Updating the following configuration values in "${context.tsconfig.tsconfigFilePath}" file:
693
+ context.warn(`Updating the following configuration values in "${context.tsconfig.tsconfigFilePath}" file:
694
694
 
695
695
  ${changes.map((change, i) => `${chalk5.bold.whiteBright(`${i + 1}. ${titleCase(change.status)} the ${change.field} field: `)}
696
696
  ${chalk5.red(` - Previous: ${change.previous} `)}
@@ -3629,7 +3629,6 @@ var PowerlinesContext = class _PowerlinesContext {
3629
3629
  ".git",
3630
3630
  ".nx",
3631
3631
  ".cache",
3632
- ".storm",
3633
3632
  "tmp",
3634
3633
  "dist"
3635
3634
  ]
@@ -3895,6 +3894,11 @@ function createPluginContext(plugin, environment) {
3895
3894
  if (prop === "log" || prop === "logger") {
3896
3895
  return log;
3897
3896
  }
3897
+ if (prop === "fatal") {
3898
+ return (message) => {
3899
+ log(LogLevelLabel.FATAL, normalizeMessage(message));
3900
+ };
3901
+ }
3898
3902
  if (prop === "error") {
3899
3903
  return (message) => {
3900
3904
  log(LogLevelLabel.ERROR, normalizeMessage(message));
@@ -4319,14 +4323,14 @@ var PowerlinesAPIContext = class _PowerlinesAPIContext extends PowerlinesContext
4319
4323
  }
4320
4324
  if (Object.keys(this.environments).length === 1) {
4321
4325
  environment = this.environments[Object.keys(this.environments)[0]];
4322
- this.log(LogLevelLabel.DEBUG, `Applying the only configured environment: ${chalk5.bold.cyanBright(environment?.environment.name)}`);
4326
+ this.debug(`Applying the only configured environment: ${chalk5.bold.cyanBright(environment?.environment.name)}`);
4323
4327
  }
4324
4328
  if (!environment) {
4325
4329
  if (name) {
4326
4330
  throw new Error(`Environment "${name}" not found.`);
4327
4331
  }
4328
4332
  environment = await this.in(createDefaultEnvironment(this.config.userConfig));
4329
- this.log(LogLevelLabel.WARN, `No environment specified, and no default environment found. Using a temporary default environment: ${chalk5.bold.cyanBright(environment?.environment.name)}`);
4333
+ this.warn(`No environment specified, and no default environment found. Using a temporary default environment: ${chalk5.bold.cyanBright(environment?.environment.name)}`);
4330
4334
  }
4331
4335
  return environment;
4332
4336
  }
@@ -4355,7 +4359,7 @@ var PowerlinesAPIContext = class _PowerlinesAPIContext extends PowerlinesContext
4355
4359
  let environment;
4356
4360
  if (Object.keys(this.environments).length > 1) {
4357
4361
  environment = await this.in(createEnvironment(GLOBAL_ENVIRONMENT, this.config.userConfig));
4358
- this.log(LogLevelLabel.DEBUG, `Combined all ${Object.keys(this.environments).length} environments into a single global context.`);
4362
+ this.debug(`Combined all ${Object.keys(this.environments).length} environments into a single global context.`);
4359
4363
  } else {
4360
4364
  environment = await this.getEnvironment();
4361
4365
  }
package/dist/executors.js CHANGED
@@ -1,34 +1,34 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkP2HS5DSB_js = require('./chunk-P2HS5DSB.js');
5
- var chunkNQ7PNOBQ_js = require('./chunk-NQ7PNOBQ.js');
6
- var chunk36VX6ICO_js = require('./chunk-36VX6ICO.js');
7
- var chunkGJQXGFHV_js = require('./chunk-GJQXGFHV.js');
8
- var chunkXNVKXLZI_js = require('./chunk-XNVKXLZI.js');
9
- require('./chunk-4QMX7ZWH.js');
10
- require('./chunk-DQI2I5KK.js');
4
+ var chunk3YHYRSAI_js = require('./chunk-3YHYRSAI.js');
5
+ var chunk4DT2QBIV_js = require('./chunk-4DT2QBIV.js');
6
+ var chunkDJOV2W72_js = require('./chunk-DJOV2W72.js');
7
+ var chunkEKQ7LM5Q_js = require('./chunk-EKQ7LM5Q.js');
8
+ var chunkIPLLMUCB_js = require('./chunk-IPLLMUCB.js');
9
+ require('./chunk-BAAOY6SV.js');
10
+ require('./chunk-NU3VTAH5.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
13
13
 
14
14
 
15
15
  Object.defineProperty(exports, "lint", {
16
16
  enumerable: true,
17
- get: function () { return chunkP2HS5DSB_js.executor_default; }
17
+ get: function () { return chunk3YHYRSAI_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunkNQ7PNOBQ_js.executor_default; }
21
+ get: function () { return chunk4DT2QBIV_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunk36VX6ICO_js.executor_default; }
25
+ get: function () { return chunkDJOV2W72_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkGJQXGFHV_js.executor_default; }
29
+ get: function () { return chunkEKQ7LM5Q_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkXNVKXLZI_js.executor_default; }
33
+ get: function () { return chunkIPLLMUCB_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-7DMJOQ2K.mjs';
3
- export { executor_default as prepare } from './chunk-KH3CLXZY.mjs';
4
- export { executor_default as build } from './chunk-OHK3W2CQ.mjs';
5
- export { executor_default as clean } from './chunk-IJWBJS6B.mjs';
6
- export { executor_default as docs } from './chunk-FWI4YEFU.mjs';
7
- import './chunk-DBTQDN2C.mjs';
8
- import './chunk-OVX2CEXQ.mjs';
2
+ export { executor_default as lint } from './chunk-LS6GDBS3.mjs';
3
+ export { executor_default as prepare } from './chunk-Q2C7WFUE.mjs';
4
+ export { executor_default as build } from './chunk-U5YHJZWT.mjs';
5
+ export { executor_default as clean } from './chunk-T7AKYV2C.mjs';
6
+ export { executor_default as docs } from './chunk-2LSGUZP7.mjs';
7
+ import './chunk-YMWDR3XY.mjs';
8
+ import './chunk-AGZ4P3AS.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,17 +1,17 @@
1
1
  'use strict';
2
2
 
3
- var chunkWA6S6OWI_js = require('./chunk-WA6S6OWI.js');
3
+ var chunkO2RWQV3W_js = require('./chunk-O2RWQV3W.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkP2HS5DSB_js = require('./chunk-P2HS5DSB.js');
6
- var chunkNQ7PNOBQ_js = require('./chunk-NQ7PNOBQ.js');
7
- var chunk36VX6ICO_js = require('./chunk-36VX6ICO.js');
8
- var chunkGJQXGFHV_js = require('./chunk-GJQXGFHV.js');
9
- var chunkXNVKXLZI_js = require('./chunk-XNVKXLZI.js');
5
+ var chunk3YHYRSAI_js = require('./chunk-3YHYRSAI.js');
6
+ var chunk4DT2QBIV_js = require('./chunk-4DT2QBIV.js');
7
+ var chunkDJOV2W72_js = require('./chunk-DJOV2W72.js');
8
+ var chunkEKQ7LM5Q_js = require('./chunk-EKQ7LM5Q.js');
9
+ var chunkIPLLMUCB_js = require('./chunk-IPLLMUCB.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-4QMX7ZWH.js');
13
- require('./chunk-NOSBV75N.js');
14
- require('./chunk-DQI2I5KK.js');
12
+ require('./chunk-BAAOY6SV.js');
13
+ require('./chunk-SXKQNYVO.js');
14
+ require('./chunk-NU3VTAH5.js');
15
15
  require('./chunk-IQVSZEQ6.js');
16
16
  require('./chunk-SHUYVCID.js');
17
17
 
@@ -19,27 +19,27 @@ require('./chunk-SHUYVCID.js');
19
19
 
20
20
  Object.defineProperty(exports, "createNodesV2", {
21
21
  enumerable: true,
22
- get: function () { return chunkWA6S6OWI_js.createNodesV2; }
22
+ get: function () { return chunkO2RWQV3W_js.createNodesV2; }
23
23
  });
24
24
  Object.defineProperty(exports, "lint", {
25
25
  enumerable: true,
26
- get: function () { return chunkP2HS5DSB_js.executor_default; }
26
+ get: function () { return chunk3YHYRSAI_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunkNQ7PNOBQ_js.executor_default; }
30
+ get: function () { return chunk4DT2QBIV_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunk36VX6ICO_js.executor_default; }
34
+ get: function () { return chunkDJOV2W72_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkGJQXGFHV_js.executor_default; }
38
+ get: function () { return chunkEKQ7LM5Q_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkXNVKXLZI_js.executor_default; }
42
+ get: function () { return chunkIPLLMUCB_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-IWSYHFCU.mjs';
1
+ export { createNodesV2 } from './chunk-6JRIBRDK.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-7DMJOQ2K.mjs';
4
- export { executor_default as prepare } from './chunk-KH3CLXZY.mjs';
5
- export { executor_default as build } from './chunk-OHK3W2CQ.mjs';
6
- export { executor_default as clean } from './chunk-IJWBJS6B.mjs';
7
- export { executor_default as docs } from './chunk-FWI4YEFU.mjs';
3
+ export { executor_default as lint } from './chunk-LS6GDBS3.mjs';
4
+ export { executor_default as prepare } from './chunk-Q2C7WFUE.mjs';
5
+ export { executor_default as build } from './chunk-U5YHJZWT.mjs';
6
+ export { executor_default as clean } from './chunk-T7AKYV2C.mjs';
7
+ export { executor_default as docs } from './chunk-2LSGUZP7.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-DBTQDN2C.mjs';
11
- import './chunk-KXFIN2NL.mjs';
12
- import './chunk-OVX2CEXQ.mjs';
10
+ import './chunk-YMWDR3XY.mjs';
11
+ import './chunk-GICOAOUL.mjs';
12
+ import './chunk-AGZ4P3AS.mjs';
13
13
  import './chunk-IC47MFKB.mjs';
14
14
  import './chunk-O6YSETKJ.mjs';
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var chunk4QMX7ZWH_js = require('../../chunk-4QMX7ZWH.js');
4
- require('../../chunk-DQI2I5KK.js');
3
+ var chunkBAAOY6SV_js = require('../../chunk-BAAOY6SV.js');
4
+ require('../../chunk-NU3VTAH5.js');
5
5
  require('../../chunk-SHUYVCID.js');
6
6
 
7
7
 
8
8
 
9
9
  Object.defineProperty(exports, "withExecutor", {
10
10
  enumerable: true,
11
- get: function () { return chunk4QMX7ZWH_js.withExecutor; }
11
+ get: function () { return chunkBAAOY6SV_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-DBTQDN2C.mjs';
2
- import '../../chunk-OVX2CEXQ.mjs';
1
+ export { withExecutor } from '../../chunk-YMWDR3XY.mjs';
2
+ import '../../chunk-AGZ4P3AS.mjs';
3
3
  import '../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk36VX6ICO_js = require('../../../chunk-36VX6ICO.js');
6
- require('../../../chunk-4QMX7ZWH.js');
7
- require('../../../chunk-DQI2I5KK.js');
5
+ var chunkDJOV2W72_js = require('../../../chunk-DJOV2W72.js');
6
+ require('../../../chunk-BAAOY6SV.js');
7
+ require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk36VX6ICO_js.executor_default; }
14
+ get: function () { return chunkDJOV2W72_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk36VX6ICO_js.executorFn; }
18
+ get: function () { return chunkDJOV2W72_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-OHK3W2CQ.mjs';
2
- import '../../../chunk-DBTQDN2C.mjs';
3
- import '../../../chunk-OVX2CEXQ.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-U5YHJZWT.mjs';
2
+ import '../../../chunk-YMWDR3XY.mjs';
3
+ import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkGJQXGFHV_js = require('../../../chunk-GJQXGFHV.js');
6
- require('../../../chunk-4QMX7ZWH.js');
7
- require('../../../chunk-DQI2I5KK.js');
5
+ var chunkEKQ7LM5Q_js = require('../../../chunk-EKQ7LM5Q.js');
6
+ require('../../../chunk-BAAOY6SV.js');
7
+ require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkGJQXGFHV_js.executor_default; }
14
+ get: function () { return chunkEKQ7LM5Q_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkGJQXGFHV_js.executorFn; }
18
+ get: function () { return chunkEKQ7LM5Q_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-IJWBJS6B.mjs';
2
- import '../../../chunk-DBTQDN2C.mjs';
3
- import '../../../chunk-OVX2CEXQ.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-T7AKYV2C.mjs';
2
+ import '../../../chunk-YMWDR3XY.mjs';
3
+ import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkXNVKXLZI_js = require('../../../chunk-XNVKXLZI.js');
6
- require('../../../chunk-4QMX7ZWH.js');
7
- require('../../../chunk-DQI2I5KK.js');
5
+ var chunkIPLLMUCB_js = require('../../../chunk-IPLLMUCB.js');
6
+ require('../../../chunk-BAAOY6SV.js');
7
+ require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkXNVKXLZI_js.executor_default; }
14
+ get: function () { return chunkIPLLMUCB_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkXNVKXLZI_js.executorFn; }
18
+ get: function () { return chunkIPLLMUCB_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-FWI4YEFU.mjs';
2
- import '../../../chunk-DBTQDN2C.mjs';
3
- import '../../../chunk-OVX2CEXQ.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-2LSGUZP7.mjs';
2
+ import '../../../chunk-YMWDR3XY.mjs';
3
+ import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkP2HS5DSB_js = require('../../../chunk-P2HS5DSB.js');
6
- require('../../../chunk-4QMX7ZWH.js');
7
- require('../../../chunk-DQI2I5KK.js');
5
+ var chunk3YHYRSAI_js = require('../../../chunk-3YHYRSAI.js');
6
+ require('../../../chunk-BAAOY6SV.js');
7
+ require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkP2HS5DSB_js.executor_default; }
14
+ get: function () { return chunk3YHYRSAI_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkP2HS5DSB_js.executorFn; }
18
+ get: function () { return chunk3YHYRSAI_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-7DMJOQ2K.mjs';
2
- import '../../../chunk-DBTQDN2C.mjs';
3
- import '../../../chunk-OVX2CEXQ.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-LS6GDBS3.mjs';
2
+ import '../../../chunk-YMWDR3XY.mjs';
3
+ import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkNQ7PNOBQ_js = require('../../../chunk-NQ7PNOBQ.js');
6
- require('../../../chunk-4QMX7ZWH.js');
7
- require('../../../chunk-DQI2I5KK.js');
5
+ var chunk4DT2QBIV_js = require('../../../chunk-4DT2QBIV.js');
6
+ require('../../../chunk-BAAOY6SV.js');
7
+ require('../../../chunk-NU3VTAH5.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkNQ7PNOBQ_js.executor_default; }
14
+ get: function () { return chunk4DT2QBIV_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkNQ7PNOBQ_js.executorFn; }
18
+ get: function () { return chunk4DT2QBIV_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-KH3CLXZY.mjs';
2
- import '../../../chunk-DBTQDN2C.mjs';
3
- import '../../../chunk-OVX2CEXQ.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-Q2C7WFUE.mjs';
2
+ import '../../../chunk-YMWDR3XY.mjs';
3
+ import '../../../chunk-AGZ4P3AS.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkNOSBV75N_js = require('../../chunk-NOSBV75N.js');
4
- require('../../chunk-DQI2I5KK.js');
3
+ var chunkSXKQNYVO_js = require('../../chunk-SXKQNYVO.js');
4
+ require('../../chunk-NU3VTAH5.js');
5
5
  require('../../chunk-IQVSZEQ6.js');
6
6
  require('../../chunk-SHUYVCID.js');
7
7
 
@@ -9,13 +9,13 @@ require('../../chunk-SHUYVCID.js');
9
9
 
10
10
  Object.defineProperty(exports, "createNxPlugin", {
11
11
  enumerable: true,
12
- get: function () { return chunkNOSBV75N_js.createNxPlugin; }
12
+ get: function () { return chunkSXKQNYVO_js.createNxPlugin; }
13
13
  });
14
14
  Object.defineProperty(exports, "getNxPluginInputs", {
15
15
  enumerable: true,
16
- get: function () { return chunkNOSBV75N_js.getNxPluginInputs; }
16
+ get: function () { return chunkSXKQNYVO_js.getNxPluginInputs; }
17
17
  });
18
18
  Object.defineProperty(exports, "getNxTargetInputs", {
19
19
  enumerable: true,
20
- get: function () { return chunkNOSBV75N_js.getNxTargetInputs; }
20
+ get: function () { return chunkSXKQNYVO_js.getNxTargetInputs; }
21
21
  });
@@ -1,4 +1,4 @@
1
- export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-KXFIN2NL.mjs';
2
- import '../../chunk-OVX2CEXQ.mjs';
1
+ export { createNxPlugin, getNxPluginInputs, getNxTargetInputs } from '../../chunk-GICOAOUL.mjs';
2
+ import '../../chunk-AGZ4P3AS.mjs';
3
3
  import '../../chunk-IC47MFKB.mjs';
4
4
  import '../../chunk-O6YSETKJ.mjs';
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var chunkWA6S6OWI_js = require('../../chunk-WA6S6OWI.js');
4
- require('../../chunk-NOSBV75N.js');
5
- require('../../chunk-DQI2I5KK.js');
3
+ var chunkO2RWQV3W_js = require('../../chunk-O2RWQV3W.js');
4
+ require('../../chunk-SXKQNYVO.js');
5
+ require('../../chunk-NU3VTAH5.js');
6
6
  require('../../chunk-IQVSZEQ6.js');
7
7
  require('../../chunk-SHUYVCID.js');
8
8
 
@@ -10,5 +10,5 @@ require('../../chunk-SHUYVCID.js');
10
10
 
11
11
  Object.defineProperty(exports, "createNodesV2", {
12
12
  enumerable: true,
13
- get: function () { return chunkWA6S6OWI_js.createNodesV2; }
13
+ get: function () { return chunkO2RWQV3W_js.createNodesV2; }
14
14
  });
@@ -1,5 +1,5 @@
1
- export { createNodesV2 } from '../../chunk-IWSYHFCU.mjs';
2
- import '../../chunk-KXFIN2NL.mjs';
3
- import '../../chunk-OVX2CEXQ.mjs';
1
+ export { createNodesV2 } from '../../chunk-6JRIBRDK.mjs';
2
+ import '../../chunk-GICOAOUL.mjs';
3
+ import '../../chunk-AGZ4P3AS.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.128",
3
+ "version": "0.11.129",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -196,7 +196,7 @@
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "22.3.3",
199
- "powerlines": "^0.37.72"
199
+ "powerlines": "^0.37.73"
200
200
  },
201
201
  "devDependencies": {
202
202
  "@nx/workspace": "22.3.3",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "458556ca7def9536d1c1fbd770e005a004d0a513"
213
+ "gitHead": "df743ef7ebac849eb4ce90899884df4758b61172"
214
214
  }