@powerlines/nx 0.11.99 → 0.11.101

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-33AIEM2O.js → chunk-2LXOPRLZ.js} +2 -2
  3. package/dist/{chunk-KR6CXZ5C.js → chunk-35JLVWIZ.js} +39 -20
  4. package/dist/{chunk-4WNMMGVC.js → chunk-7FVEIMFU.js} +2 -2
  5. package/dist/{chunk-G62D4DBY.mjs → chunk-AF65WUYC.mjs} +1 -1
  6. package/dist/{chunk-XLEYANL6.js → chunk-AUPT4VUQ.js} +2 -2
  7. package/dist/{chunk-O4EKTNYE.mjs → chunk-D3XH4KHP.mjs} +1 -1
  8. package/dist/{chunk-Z2HYA6MN.mjs → chunk-DRKP3UD3.mjs} +1 -1
  9. package/dist/{chunk-EHH4TZFU.mjs → chunk-EZ43OZB7.mjs} +1 -1
  10. package/dist/{chunk-3NKRWRGV.js → chunk-FIEZPH2A.js} +2 -2
  11. package/dist/{chunk-VXX36EBF.mjs → chunk-JTWYYRUV.mjs} +1 -1
  12. package/dist/{chunk-XA2VIR2J.js → chunk-THDDJ3NL.js} +2 -2
  13. package/dist/{chunk-7FDBY57S.mjs → chunk-YEJUTECW.mjs} +39 -20
  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 +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.100](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.100) (01/16/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.37.44**
10
+
11
+ ## [0.11.99](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.99) (01/15/2026)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.37.43**
16
+
5
17
  ## [0.11.98](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.98) (01/15/2026)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkKR6CXZ5C_js = require('./chunk-KR6CXZ5C.js');
3
+ var chunk35JLVWIZ_js = require('./chunk-35JLVWIZ.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 = chunkKR6CXZ5C_js.withExecutor("lint", executorFn);
14
+ var executor = chunk35JLVWIZ_js.withExecutor("lint", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -15,6 +15,7 @@ var install = require('@stryke/fs/install');
15
15
  var listFiles = require('@stryke/fs/list-files');
16
16
  var packageFns = require('@stryke/fs/package-fns');
17
17
  var resolve = require('@stryke/fs/resolve');
18
+ var omit = require('@stryke/helpers/omit');
18
19
  var append = require('@stryke/path/append');
19
20
  var joinPaths = require('@stryke/path/join-paths');
20
21
  var replace = require('@stryke/path/replace');
@@ -46,7 +47,6 @@ var getEnvPaths = require('@stryke/env/get-env-paths');
46
47
  var hashFiles = require('@stryke/hash/hash-files');
47
48
  var murmurhash = require('@stryke/hash/murmurhash');
48
49
  var getUnique = require('@stryke/helpers/get-unique');
49
- var omit = require('@stryke/helpers/omit');
50
50
  var fetch = require('@stryke/http/fetch');
51
51
  var join = require('@stryke/path/join');
52
52
  var isNull = require('@stryke/type-checks/is-null');
@@ -58,9 +58,9 @@ var undici = require('undici');
58
58
  var jiti = require('jiti');
59
59
  var isUndefined = require('@stryke/type-checks/is-undefined');
60
60
  var parseTypeDefinition = require('@stryke/convert/parse-type-definition');
61
- var isFile = require('@stryke/fs/is-file');
62
61
  var $ = require('@stryke/capnp');
63
62
  var buffer = require('@stryke/fs/buffer');
63
+ var correctPath = require('@stryke/path/correct-path');
64
64
  var isType = require('@stryke/path/is-type');
65
65
  var isRegexp = require('@stryke/type-checks/is-regexp');
66
66
  var buffer$1 = require('buffer');
@@ -69,8 +69,8 @@ var colors = require('@storm-software/config-tools/utilities/colors');
69
69
  var noop = require('@stryke/helpers/noop');
70
70
  var kebabCase = require('@stryke/string-format/kebab-case');
71
71
  var prettier = require('prettier');
72
- var correctPath = require('@stryke/path/correct-path');
73
72
  var slash = require('@stryke/path/slash');
73
+ var isFile = require('@stryke/fs/is-file');
74
74
  var readFile = require('@stryke/fs/read-file');
75
75
  var writeFile = require('@stryke/fs/write-file');
76
76
  var fs = require('fs');
@@ -106,7 +106,7 @@ var $__namespace = /*#__PURE__*/_interopNamespace($);
106
106
 
107
107
  // ../powerlines/package.json
108
108
  var package_default = {
109
- version: "0.37.42"};
109
+ version: "0.37.44"};
110
110
  function resolveModulePath(nodePath, state) {
111
111
  if (!t__namespace.isStringLiteral(nodePath.node)) {
112
112
  return;
@@ -966,14 +966,14 @@ function resolveEntriesSync(context, typeDefinitions) {
966
966
  typeDefinition.file = replacePathTokens(context, typeDefinition.file);
967
967
  }
968
968
  const filePath = append.appendPath(typeDefinition.file, context.config.projectRoot);
969
- if (isFile.isFile(filePath)) {
969
+ if (context.fs.isFileSync(filePath)) {
970
970
  return resolveEntry(context, {
971
971
  file: replace.replacePath(filePath, context.config.projectRoot),
972
972
  name: typeDefinition.name
973
973
  });
974
974
  }
975
- return context.fs.listSync(filePath).map((file) => resolveEntry(context, {
976
- file,
975
+ return context.fs.globSync(append.appendPath(filePath, context.workspaceConfig.workspaceRoot)).map((file) => resolveEntry(context, {
976
+ file: replace.replacePath(file, context.config.projectRoot),
977
977
  name: typeDefinition.name
978
978
  }));
979
979
  }).flat().filter(Boolean);
@@ -1876,7 +1876,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
1876
1876
  */
1877
1877
  #getStorages(base = "", includeParent = false) {
1878
1878
  const baseKey = this.resolveSync(base) || base;
1879
- return Object.keys(this.#storage).sort().reverse().filter((key) => isParentPath.isParentPath(key, baseKey) || includeParent && isParentPath.isParentPath(baseKey, key)).map((key) => ({
1879
+ return Object.keys(this.#storage).sort().reverse().filter((key) => isParentPath.isParentPath(key, baseKey) || includeParent && isParentPath.isParentPath(baseKey, key) || baseKey.includes("*") && (isParentPath.isParentPath(correctPath.stripStars(baseKey), key) || this.#buildRegex(replace.replaceExtension(baseKey)).test(key))).map((key) => ({
1880
1880
  relativeBase: baseKey.length > key.length ? baseKey.slice(key.length) : void 0,
1881
1881
  base: key,
1882
1882
  adapter: this.#storage[key]
@@ -2210,7 +2210,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2210
2210
  * @returns An array of file names in the specified path.
2211
2211
  */
2212
2212
  listSync(path) {
2213
- return getUnique.getUnique(this.#getStorages(path, true).map((storage) => storage.adapter.listSync(storage.relativeBase ? storage.base ? append.appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)).flat());
2213
+ let resolvedPath = path;
2214
+ if (resolvedPath.includes("*")) {
2215
+ this.#log(types.LogLevelLabel.WARN, `Invoking "listSync" with a glob pattern is not supported. It is likely you meant to use "globSync". Path: ${path}`);
2216
+ resolvedPath = correctPath.stripStars(resolvedPath);
2217
+ }
2218
+ return getUnique.getUnique(this.#getStorages(resolvedPath, true).map((storage) => storage.adapter.listSync(storage.relativeBase ? storage.base ? append.appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)).flat().filter(Boolean));
2214
2219
  }
2215
2220
  /**
2216
2221
  * Lists files in a given path.
@@ -2219,7 +2224,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2219
2224
  * @returns An array of file names in the specified path.
2220
2225
  */
2221
2226
  async list(path) {
2222
- return getUnique.getUnique((await Promise.all(this.#getStorages(path, true).map(async (storage) => storage.adapter.list(storage.relativeBase ? storage.base ? append.appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)))).flat());
2227
+ let resolvedPath = path;
2228
+ if (resolvedPath.includes("*")) {
2229
+ this.#log(types.LogLevelLabel.WARN, `Invoking "list" with a glob pattern is not supported. It is likely you meant to use "glob". Path: ${path}`);
2230
+ resolvedPath = correctPath.stripStars(resolvedPath);
2231
+ }
2232
+ return getUnique.getUnique((await Promise.all(this.#getStorages(resolvedPath, true).map(async (storage) => storage.adapter.list(storage.relativeBase ? storage.base ? append.appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)))).flat().filter(Boolean));
2223
2233
  }
2224
2234
  /**
2225
2235
  * Removes a file in the virtual file system (VFS).
@@ -2284,10 +2294,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
2284
2294
  }
2285
2295
  continue;
2286
2296
  }
2287
- const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.#normalizePath(joinPaths.joinPaths(this.#context.workspaceConfig.workspaceRoot, normalized));
2288
- const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
2289
- const baseDir = firstGlobIdx === -1 ? filePathFns.findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
2290
- await Promise.all((await this.list(baseDir && isType.isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot)).map(async (file) => {
2297
+ const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.#normalizePath(append.appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2298
+ await Promise.all((await this.list(correctPath.stripStars(absPattern))).map(async (file) => {
2291
2299
  if (this.#buildRegex(absPattern).test(file)) {
2292
2300
  const resolved = this.resolveSync(file);
2293
2301
  if (resolved && !results.includes(resolved)) {
@@ -2319,10 +2327,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
2319
2327
  }
2320
2328
  continue;
2321
2329
  }
2322
- const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.#normalizePath(joinPaths.joinPaths(this.#context.workspaceConfig.workspaceRoot, normalized));
2323
- const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
2324
- const baseDir = firstGlobIdx === -1 ? filePathFns.findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
2325
- const files = this.listSync(baseDir && isType.isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot);
2330
+ const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.#normalizePath(append.appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2331
+ const files = this.listSync(correctPath.stripStars(absPattern));
2326
2332
  for (const file of files) {
2327
2333
  if (this.#buildRegex(absPattern).test(file)) {
2328
2334
  const resolved = this.resolveSync(file);
@@ -4449,8 +4455,12 @@ var PowerlinesAPI = class _PowerlinesAPI {
4449
4455
  environment: context,
4450
4456
  order: "normal"
4451
4457
  });
4452
- context.debug(`The configuration provided ${toArray.toArray(context.config.entry).length} entry point(s), Powerlines has found ${context.entry.length} entry files(s) for the ${context.config.title} project${context.entry.length > 0 && context.entry.length < 10 ? `:
4458
+ if (context.entry.length > 0) {
4459
+ context.debug(`The configuration provided ${toArray.toArray(context.config.entry).length} entry point(s), Powerlines has found ${context.entry.length} entry files(s) for the ${context.config.title} project${context.entry.length > 0 && context.entry.length < 10 ? `:
4453
4460
  ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.output}` : ""}`).join(" \n")}` : ""}`);
4461
+ } else {
4462
+ context.warn(`No entry files were found for the ${context.config.title} project. Please ensure this is correct. Powerlines plugins generally require at least one entry point to function properly.`);
4463
+ }
4454
4464
  await resolveTsconfig(context);
4455
4465
  await installDependencies(context);
4456
4466
  await this.callHook("configResolved", {
@@ -4459,7 +4469,16 @@ ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.out
4459
4469
  });
4460
4470
  context.trace(`Powerlines configuration has been resolved:
4461
4471
 
4462
- ${console.formatLogMessage(context.config)}`);
4472
+ ${console.formatLogMessage({
4473
+ ...context.config,
4474
+ userConfig: isSetObject.isSetObject(context.config.userConfig) ? omit.omit(context.config.userConfig, [
4475
+ "plugins"
4476
+ ]) : void 0,
4477
+ inlineConfig: isSetObject.isSetObject(context.config.inlineConfig) ? omit.omit(context.config.inlineConfig, [
4478
+ "plugins"
4479
+ ]) : void 0,
4480
+ plugins: context.plugins.map((plugin) => plugin.plugin.name)
4481
+ })}`);
4463
4482
  if (!context.fs.existsSync(context.cachePath)) {
4464
4483
  await helpers.createDirectory(context.cachePath);
4465
4484
  }
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkKR6CXZ5C_js = require('./chunk-KR6CXZ5C.js');
3
+ var chunk35JLVWIZ_js = require('./chunk-35JLVWIZ.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 = chunkKR6CXZ5C_js.withExecutor("prepare", executorFn);
22
+ var executor = chunk35JLVWIZ_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-7FDBY57S.mjs';
1
+ import { withExecutor } from './chunk-YEJUTECW.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 chunkKR6CXZ5C_js = require('./chunk-KR6CXZ5C.js');
3
+ var chunk35JLVWIZ_js = require('./chunk-35JLVWIZ.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 = chunkKR6CXZ5C_js.withExecutor("docs", executorFn);
14
+ var executor = chunk35JLVWIZ_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-7FDBY57S.mjs';
1
+ import { withExecutor } from './chunk-YEJUTECW.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-7FDBY57S.mjs';
1
+ import { withExecutor } from './chunk-YEJUTECW.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-7FDBY57S.mjs';
1
+ import { withExecutor } from './chunk-YEJUTECW.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 chunkKR6CXZ5C_js = require('./chunk-KR6CXZ5C.js');
3
+ var chunk35JLVWIZ_js = require('./chunk-35JLVWIZ.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 = chunkKR6CXZ5C_js.withExecutor("build", executorFn);
22
+ var executor = chunk35JLVWIZ_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-7FDBY57S.mjs';
1
+ import { withExecutor } from './chunk-YEJUTECW.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 chunkKR6CXZ5C_js = require('./chunk-KR6CXZ5C.js');
3
+ var chunk35JLVWIZ_js = require('./chunk-35JLVWIZ.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 = chunkKR6CXZ5C_js.withExecutor("clean", executorFn);
14
+ var executor = chunk35JLVWIZ_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -13,6 +13,7 @@ import { install } from '@stryke/fs/install';
13
13
  import { listFilesSync, listFiles } from '@stryke/fs/list-files';
14
14
  import { isPackageExists, isPackageListed, doesPackageMatch, getPackageListing } from '@stryke/fs/package-fns';
15
15
  import { getResolutionCombinations, resolve as resolve$1, resolveSync, resolvePackage } from '@stryke/fs/resolve';
16
+ import { omit } from '@stryke/helpers/omit';
16
17
  import { appendPath } from '@stryke/path/append';
17
18
  import { joinPaths as joinPaths$1 } from '@stryke/path/join-paths';
18
19
  import { replacePath, replaceExtension } from '@stryke/path/replace';
@@ -44,7 +45,6 @@ import { getEnvPaths } from '@stryke/env/get-env-paths';
44
45
  import { hashDirectory } from '@stryke/hash/hash-files';
45
46
  import { murmurhash } from '@stryke/hash/murmurhash';
46
47
  import { getUnique, getUniqueBy } from '@stryke/helpers/get-unique';
47
- import { omit } from '@stryke/helpers/omit';
48
48
  import { fetchRequest } from '@stryke/http/fetch';
49
49
  import { joinPaths } from '@stryke/path/join';
50
50
  import { isNull } from '@stryke/type-checks/is-null';
@@ -56,9 +56,9 @@ import { Agent, setGlobalDispatcher, interceptors, Response } from 'undici';
56
56
  import { createJiti } from 'jiti';
57
57
  import { isUndefined } from '@stryke/type-checks/is-undefined';
58
58
  import { parseTypeDefinition } from '@stryke/convert/parse-type-definition';
59
- import { isDirectory, isFile } from '@stryke/fs/is-file';
60
59
  import * as $ from '@stryke/capnp';
61
60
  import { readFileBuffer, readFileBufferSync, writeFileBuffer } from '@stryke/fs/buffer';
61
+ import { correctPath, stripStars } from '@stryke/path/correct-path';
62
62
  import { isAbsolutePath } from '@stryke/path/is-type';
63
63
  import { isRegExp } from '@stryke/type-checks/is-regexp';
64
64
  import { Blob as Blob$1 } from 'node:buffer';
@@ -67,8 +67,8 @@ import { getColor } from '@storm-software/config-tools/utilities/colors';
67
67
  import { noop } from '@stryke/helpers/noop';
68
68
  import { kebabCase } from '@stryke/string-format/kebab-case';
69
69
  import { resolveConfig, format as format$1 } from 'prettier';
70
- import { correctPath } from '@stryke/path/correct-path';
71
70
  import { slash } from '@stryke/path/slash';
71
+ import { isDirectory, isFile } from '@stryke/fs/is-file';
72
72
  import { readFileSync, readFile } from '@stryke/fs/read-file';
73
73
  import { writeFileSync, writeFile } from '@stryke/fs/write-file';
74
74
  import { unlinkSync } from 'node:fs';
@@ -77,7 +77,7 @@ import { resolve } from 'node:path';
77
77
 
78
78
  // ../powerlines/package.json
79
79
  var package_default = {
80
- version: "0.37.42"};
80
+ version: "0.37.44"};
81
81
  function resolveModulePath(nodePath, state) {
82
82
  if (!t.isStringLiteral(nodePath.node)) {
83
83
  return;
@@ -937,14 +937,14 @@ function resolveEntriesSync(context, typeDefinitions) {
937
937
  typeDefinition.file = replacePathTokens(context, typeDefinition.file);
938
938
  }
939
939
  const filePath = appendPath(typeDefinition.file, context.config.projectRoot);
940
- if (isFile(filePath)) {
940
+ if (context.fs.isFileSync(filePath)) {
941
941
  return resolveEntry(context, {
942
942
  file: replacePath(filePath, context.config.projectRoot),
943
943
  name: typeDefinition.name
944
944
  });
945
945
  }
946
- return context.fs.listSync(filePath).map((file) => resolveEntry(context, {
947
- file,
946
+ return context.fs.globSync(appendPath(filePath, context.workspaceConfig.workspaceRoot)).map((file) => resolveEntry(context, {
947
+ file: replacePath(file, context.config.projectRoot),
948
948
  name: typeDefinition.name
949
949
  }));
950
950
  }).flat().filter(Boolean);
@@ -1847,7 +1847,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
1847
1847
  */
1848
1848
  #getStorages(base = "", includeParent = false) {
1849
1849
  const baseKey = this.resolveSync(base) || base;
1850
- return Object.keys(this.#storage).sort().reverse().filter((key) => isParentPath(key, baseKey) || includeParent && isParentPath(baseKey, key)).map((key) => ({
1850
+ return Object.keys(this.#storage).sort().reverse().filter((key) => isParentPath(key, baseKey) || includeParent && isParentPath(baseKey, key) || baseKey.includes("*") && (isParentPath(stripStars(baseKey), key) || this.#buildRegex(replaceExtension(baseKey)).test(key))).map((key) => ({
1851
1851
  relativeBase: baseKey.length > key.length ? baseKey.slice(key.length) : void 0,
1852
1852
  base: key,
1853
1853
  adapter: this.#storage[key]
@@ -2181,7 +2181,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2181
2181
  * @returns An array of file names in the specified path.
2182
2182
  */
2183
2183
  listSync(path) {
2184
- return getUnique(this.#getStorages(path, true).map((storage) => storage.adapter.listSync(storage.relativeBase ? storage.base ? appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)).flat());
2184
+ let resolvedPath = path;
2185
+ if (resolvedPath.includes("*")) {
2186
+ this.#log(LogLevelLabel.WARN, `Invoking "listSync" with a glob pattern is not supported. It is likely you meant to use "globSync". Path: ${path}`);
2187
+ resolvedPath = stripStars(resolvedPath);
2188
+ }
2189
+ return getUnique(this.#getStorages(resolvedPath, true).map((storage) => storage.adapter.listSync(storage.relativeBase ? storage.base ? appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)).flat().filter(Boolean));
2185
2190
  }
2186
2191
  /**
2187
2192
  * Lists files in a given path.
@@ -2190,7 +2195,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2190
2195
  * @returns An array of file names in the specified path.
2191
2196
  */
2192
2197
  async list(path) {
2193
- return getUnique((await Promise.all(this.#getStorages(path, true).map(async (storage) => storage.adapter.list(storage.relativeBase ? storage.base ? appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)))).flat());
2198
+ let resolvedPath = path;
2199
+ if (resolvedPath.includes("*")) {
2200
+ this.#log(LogLevelLabel.WARN, `Invoking "list" with a glob pattern is not supported. It is likely you meant to use "glob". Path: ${path}`);
2201
+ resolvedPath = stripStars(resolvedPath);
2202
+ }
2203
+ return getUnique((await Promise.all(this.#getStorages(resolvedPath, true).map(async (storage) => storage.adapter.list(storage.relativeBase ? storage.base ? appendPath(storage.relativeBase, storage.base) : storage.relativeBase : storage.base)))).flat().filter(Boolean));
2194
2204
  }
2195
2205
  /**
2196
2206
  * Removes a file in the virtual file system (VFS).
@@ -2255,10 +2265,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
2255
2265
  }
2256
2266
  continue;
2257
2267
  }
2258
- const absPattern = isAbsolutePath(normalized) ? normalized : this.#normalizePath(joinPaths$1(this.#context.workspaceConfig.workspaceRoot, normalized));
2259
- const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
2260
- const baseDir = firstGlobIdx === -1 ? findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
2261
- await Promise.all((await this.list(baseDir && isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot)).map(async (file) => {
2268
+ const absPattern = isAbsolutePath(normalized) ? normalized : this.#normalizePath(appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2269
+ await Promise.all((await this.list(stripStars(absPattern))).map(async (file) => {
2262
2270
  if (this.#buildRegex(absPattern).test(file)) {
2263
2271
  const resolved = this.resolveSync(file);
2264
2272
  if (resolved && !results.includes(resolved)) {
@@ -2290,10 +2298,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
2290
2298
  }
2291
2299
  continue;
2292
2300
  }
2293
- const absPattern = isAbsolutePath(normalized) ? normalized : this.#normalizePath(joinPaths$1(this.#context.workspaceConfig.workspaceRoot, normalized));
2294
- const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
2295
- const baseDir = firstGlobIdx === -1 ? findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
2296
- const files = this.listSync(baseDir && isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot);
2301
+ const absPattern = isAbsolutePath(normalized) ? normalized : this.#normalizePath(appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2302
+ const files = this.listSync(stripStars(absPattern));
2297
2303
  for (const file of files) {
2298
2304
  if (this.#buildRegex(absPattern).test(file)) {
2299
2305
  const resolved = this.resolveSync(file);
@@ -4420,8 +4426,12 @@ var PowerlinesAPI = class _PowerlinesAPI {
4420
4426
  environment: context,
4421
4427
  order: "normal"
4422
4428
  });
4423
- context.debug(`The configuration provided ${toArray(context.config.entry).length} entry point(s), Powerlines has found ${context.entry.length} entry files(s) for the ${context.config.title} project${context.entry.length > 0 && context.entry.length < 10 ? `:
4429
+ if (context.entry.length > 0) {
4430
+ context.debug(`The configuration provided ${toArray(context.config.entry).length} entry point(s), Powerlines has found ${context.entry.length} entry files(s) for the ${context.config.title} project${context.entry.length > 0 && context.entry.length < 10 ? `:
4424
4431
  ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.output}` : ""}`).join(" \n")}` : ""}`);
4432
+ } else {
4433
+ context.warn(`No entry files were found for the ${context.config.title} project. Please ensure this is correct. Powerlines plugins generally require at least one entry point to function properly.`);
4434
+ }
4425
4435
  await resolveTsconfig(context);
4426
4436
  await installDependencies(context);
4427
4437
  await this.callHook("configResolved", {
@@ -4430,7 +4440,16 @@ ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.out
4430
4440
  });
4431
4441
  context.trace(`Powerlines configuration has been resolved:
4432
4442
 
4433
- ${formatLogMessage(context.config)}`);
4443
+ ${formatLogMessage({
4444
+ ...context.config,
4445
+ userConfig: isSetObject(context.config.userConfig) ? omit(context.config.userConfig, [
4446
+ "plugins"
4447
+ ]) : void 0,
4448
+ inlineConfig: isSetObject(context.config.inlineConfig) ? omit(context.config.inlineConfig, [
4449
+ "plugins"
4450
+ ]) : void 0,
4451
+ plugins: context.plugins.map((plugin) => plugin.plugin.name)
4452
+ })}`);
4434
4453
  if (!context.fs.existsSync(context.cachePath)) {
4435
4454
  await createDirectory(context.cachePath);
4436
4455
  }
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunk33AIEM2O_js = require('./chunk-33AIEM2O.js');
5
- var chunk4WNMMGVC_js = require('./chunk-4WNMMGVC.js');
6
- var chunk3NKRWRGV_js = require('./chunk-3NKRWRGV.js');
7
- var chunkXA2VIR2J_js = require('./chunk-XA2VIR2J.js');
8
- var chunkXLEYANL6_js = require('./chunk-XLEYANL6.js');
9
- require('./chunk-KR6CXZ5C.js');
4
+ var chunk2LXOPRLZ_js = require('./chunk-2LXOPRLZ.js');
5
+ var chunk7FVEIMFU_js = require('./chunk-7FVEIMFU.js');
6
+ var chunkFIEZPH2A_js = require('./chunk-FIEZPH2A.js');
7
+ var chunkTHDDJ3NL_js = require('./chunk-THDDJ3NL.js');
8
+ var chunkAUPT4VUQ_js = require('./chunk-AUPT4VUQ.js');
9
+ require('./chunk-35JLVWIZ.js');
10
10
  require('./chunk-DQI2I5KK.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
@@ -14,21 +14,21 @@ require('./chunk-SHUYVCID.js');
14
14
 
15
15
  Object.defineProperty(exports, "lint", {
16
16
  enumerable: true,
17
- get: function () { return chunk33AIEM2O_js.executor_default; }
17
+ get: function () { return chunk2LXOPRLZ_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunk4WNMMGVC_js.executor_default; }
21
+ get: function () { return chunk7FVEIMFU_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunk3NKRWRGV_js.executor_default; }
25
+ get: function () { return chunkFIEZPH2A_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkXA2VIR2J_js.executor_default; }
29
+ get: function () { return chunkTHDDJ3NL_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkXLEYANL6_js.executor_default; }
33
+ get: function () { return chunkAUPT4VUQ_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-O4EKTNYE.mjs';
3
- export { executor_default as prepare } from './chunk-G62D4DBY.mjs';
4
- export { executor_default as build } from './chunk-Z2HYA6MN.mjs';
5
- export { executor_default as clean } from './chunk-VXX36EBF.mjs';
6
- export { executor_default as docs } from './chunk-EHH4TZFU.mjs';
7
- import './chunk-7FDBY57S.mjs';
2
+ export { executor_default as lint } from './chunk-D3XH4KHP.mjs';
3
+ export { executor_default as prepare } from './chunk-AF65WUYC.mjs';
4
+ export { executor_default as build } from './chunk-DRKP3UD3.mjs';
5
+ export { executor_default as clean } from './chunk-JTWYYRUV.mjs';
6
+ export { executor_default as docs } from './chunk-EZ43OZB7.mjs';
7
+ import './chunk-YEJUTECW.mjs';
8
8
  import './chunk-OVX2CEXQ.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  var chunkWA6S6OWI_js = require('./chunk-WA6S6OWI.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunk33AIEM2O_js = require('./chunk-33AIEM2O.js');
6
- var chunk4WNMMGVC_js = require('./chunk-4WNMMGVC.js');
7
- var chunk3NKRWRGV_js = require('./chunk-3NKRWRGV.js');
8
- var chunkXA2VIR2J_js = require('./chunk-XA2VIR2J.js');
9
- var chunkXLEYANL6_js = require('./chunk-XLEYANL6.js');
5
+ var chunk2LXOPRLZ_js = require('./chunk-2LXOPRLZ.js');
6
+ var chunk7FVEIMFU_js = require('./chunk-7FVEIMFU.js');
7
+ var chunkFIEZPH2A_js = require('./chunk-FIEZPH2A.js');
8
+ var chunkTHDDJ3NL_js = require('./chunk-THDDJ3NL.js');
9
+ var chunkAUPT4VUQ_js = require('./chunk-AUPT4VUQ.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-KR6CXZ5C.js');
12
+ require('./chunk-35JLVWIZ.js');
13
13
  require('./chunk-NOSBV75N.js');
14
14
  require('./chunk-DQI2I5KK.js');
15
15
  require('./chunk-IQVSZEQ6.js');
@@ -23,23 +23,23 @@ Object.defineProperty(exports, "createNodesV2", {
23
23
  });
24
24
  Object.defineProperty(exports, "lint", {
25
25
  enumerable: true,
26
- get: function () { return chunk33AIEM2O_js.executor_default; }
26
+ get: function () { return chunk2LXOPRLZ_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunk4WNMMGVC_js.executor_default; }
30
+ get: function () { return chunk7FVEIMFU_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunk3NKRWRGV_js.executor_default; }
34
+ get: function () { return chunkFIEZPH2A_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkXA2VIR2J_js.executor_default; }
38
+ get: function () { return chunkTHDDJ3NL_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkXLEYANL6_js.executor_default; }
42
+ get: function () { return chunkAUPT4VUQ_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-IWSYHFCU.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-O4EKTNYE.mjs';
4
- export { executor_default as prepare } from './chunk-G62D4DBY.mjs';
5
- export { executor_default as build } from './chunk-Z2HYA6MN.mjs';
6
- export { executor_default as clean } from './chunk-VXX36EBF.mjs';
7
- export { executor_default as docs } from './chunk-EHH4TZFU.mjs';
3
+ export { executor_default as lint } from './chunk-D3XH4KHP.mjs';
4
+ export { executor_default as prepare } from './chunk-AF65WUYC.mjs';
5
+ export { executor_default as build } from './chunk-DRKP3UD3.mjs';
6
+ export { executor_default as clean } from './chunk-JTWYYRUV.mjs';
7
+ export { executor_default as docs } from './chunk-EZ43OZB7.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-7FDBY57S.mjs';
10
+ import './chunk-YEJUTECW.mjs';
11
11
  import './chunk-KXFIN2NL.mjs';
12
12
  import './chunk-OVX2CEXQ.mjs';
13
13
  import './chunk-IC47MFKB.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkKR6CXZ5C_js = require('../../chunk-KR6CXZ5C.js');
3
+ var chunk35JLVWIZ_js = require('../../chunk-35JLVWIZ.js');
4
4
  require('../../chunk-DQI2I5KK.js');
5
5
  require('../../chunk-SHUYVCID.js');
6
6
 
@@ -8,5 +8,5 @@ require('../../chunk-SHUYVCID.js');
8
8
 
9
9
  Object.defineProperty(exports, "withExecutor", {
10
10
  enumerable: true,
11
- get: function () { return chunkKR6CXZ5C_js.withExecutor; }
11
+ get: function () { return chunk35JLVWIZ_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-7FDBY57S.mjs';
1
+ export { withExecutor } from '../../chunk-YEJUTECW.mjs';
2
2
  import '../../chunk-OVX2CEXQ.mjs';
3
3
  import '../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk3NKRWRGV_js = require('../../../chunk-3NKRWRGV.js');
6
- require('../../../chunk-KR6CXZ5C.js');
5
+ var chunkFIEZPH2A_js = require('../../../chunk-FIEZPH2A.js');
6
+ require('../../../chunk-35JLVWIZ.js');
7
7
  require('../../../chunk-DQI2I5KK.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk3NKRWRGV_js.executor_default; }
14
+ get: function () { return chunkFIEZPH2A_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk3NKRWRGV_js.executorFn; }
18
+ get: function () { return chunkFIEZPH2A_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-Z2HYA6MN.mjs';
2
- import '../../../chunk-7FDBY57S.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-DRKP3UD3.mjs';
2
+ import '../../../chunk-YEJUTECW.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkXA2VIR2J_js = require('../../../chunk-XA2VIR2J.js');
6
- require('../../../chunk-KR6CXZ5C.js');
5
+ var chunkTHDDJ3NL_js = require('../../../chunk-THDDJ3NL.js');
6
+ require('../../../chunk-35JLVWIZ.js');
7
7
  require('../../../chunk-DQI2I5KK.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkXA2VIR2J_js.executor_default; }
14
+ get: function () { return chunkTHDDJ3NL_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkXA2VIR2J_js.executorFn; }
18
+ get: function () { return chunkTHDDJ3NL_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-VXX36EBF.mjs';
2
- import '../../../chunk-7FDBY57S.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-JTWYYRUV.mjs';
2
+ import '../../../chunk-YEJUTECW.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunkXLEYANL6_js = require('../../../chunk-XLEYANL6.js');
6
- require('../../../chunk-KR6CXZ5C.js');
5
+ var chunkAUPT4VUQ_js = require('../../../chunk-AUPT4VUQ.js');
6
+ require('../../../chunk-35JLVWIZ.js');
7
7
  require('../../../chunk-DQI2I5KK.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunkXLEYANL6_js.executor_default; }
14
+ get: function () { return chunkAUPT4VUQ_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkXLEYANL6_js.executorFn; }
18
+ get: function () { return chunkAUPT4VUQ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-EHH4TZFU.mjs';
2
- import '../../../chunk-7FDBY57S.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-EZ43OZB7.mjs';
2
+ import '../../../chunk-YEJUTECW.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk33AIEM2O_js = require('../../../chunk-33AIEM2O.js');
6
- require('../../../chunk-KR6CXZ5C.js');
5
+ var chunk2LXOPRLZ_js = require('../../../chunk-2LXOPRLZ.js');
6
+ require('../../../chunk-35JLVWIZ.js');
7
7
  require('../../../chunk-DQI2I5KK.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk33AIEM2O_js.executor_default; }
14
+ get: function () { return chunk2LXOPRLZ_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk33AIEM2O_js.executorFn; }
18
+ get: function () { return chunk2LXOPRLZ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-O4EKTNYE.mjs';
2
- import '../../../chunk-7FDBY57S.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-D3XH4KHP.mjs';
2
+ import '../../../chunk-YEJUTECW.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var chunk4WNMMGVC_js = require('../../../chunk-4WNMMGVC.js');
6
- require('../../../chunk-KR6CXZ5C.js');
5
+ var chunk7FVEIMFU_js = require('../../../chunk-7FVEIMFU.js');
6
+ require('../../../chunk-35JLVWIZ.js');
7
7
  require('../../../chunk-DQI2I5KK.js');
8
8
  require('../../../chunk-SHUYVCID.js');
9
9
 
@@ -11,9 +11,9 @@ require('../../../chunk-SHUYVCID.js');
11
11
 
12
12
  Object.defineProperty(exports, "default", {
13
13
  enumerable: true,
14
- get: function () { return chunk4WNMMGVC_js.executor_default; }
14
+ get: function () { return chunk7FVEIMFU_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk4WNMMGVC_js.executorFn; }
18
+ get: function () { return chunk7FVEIMFU_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-G62D4DBY.mjs';
2
- import '../../../chunk-7FDBY57S.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-AF65WUYC.mjs';
2
+ import '../../../chunk-YEJUTECW.mjs';
3
3
  import '../../../chunk-OVX2CEXQ.mjs';
4
4
  import '../../../chunk-O6YSETKJ.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.99",
3
+ "version": "0.11.101",
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.43"
199
+ "powerlines": "^0.37.45"
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": "ee1fb99679ce04bafdcf774406486f344c0a6367"
213
+ "gitHead": "98320250bde7e4d99e3bfbb71b01b64392686868"
214
214
  }