@powerlines/nx 0.11.100 → 0.11.102

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-7HS6U4NW.js → chunk-3EMP6UME.js} +56 -45
  3. package/dist/{chunk-P2FBLOXL.mjs → chunk-CEE6Y6T5.mjs} +1 -1
  4. package/dist/{chunk-CWZGMHMU.mjs → chunk-EJKHSWOW.mjs} +1 -1
  5. package/dist/{chunk-IWNEMR5I.mjs → chunk-FS45ZQZG.mjs} +1 -1
  6. package/dist/{chunk-UE2ELUAW.js → chunk-FZUHQ2DD.js} +2 -2
  7. package/dist/{chunk-ZBQT7WRD.mjs → chunk-HBKSVXZP.mjs} +1 -1
  8. package/dist/{chunk-UAPAMYJF.mjs → chunk-IPZVZMWW.mjs} +1 -1
  9. package/dist/{chunk-ST4U5VE7.js → chunk-JARSYZHM.js} +2 -2
  10. package/dist/{chunk-Z3WWBDDK.mjs → chunk-MJ5XHHZJ.mjs} +56 -45
  11. package/dist/{chunk-TTROTUPM.js → chunk-NETVCEDA.js} +2 -2
  12. package/dist/{chunk-C6WOUZDB.js → chunk-QRC4VNIY.js} +2 -2
  13. package/dist/{chunk-RVK7YJDO.js → chunk-T24E5MNA.js} +2 -2
  14. package/dist/executors.js +11 -11
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +11 -11
  17. package/dist/index.mjs +6 -6
  18. package/dist/src/base/base-executor.js +2 -2
  19. package/dist/src/base/base-executor.mjs +1 -1
  20. package/dist/src/executors/build/executor.js +4 -4
  21. package/dist/src/executors/build/executor.mjs +2 -2
  22. package/dist/src/executors/clean/executor.js +4 -4
  23. package/dist/src/executors/clean/executor.mjs +2 -2
  24. package/dist/src/executors/docs/executor.js +4 -4
  25. package/dist/src/executors/docs/executor.mjs +2 -2
  26. package/dist/src/executors/lint/executor.js +4 -4
  27. package/dist/src/executors/lint/executor.mjs +2 -2
  28. package/dist/src/executors/prepare/executor.js +4 -4
  29. package/dist/src/executors/prepare/executor.mjs +2 -2
  30. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.101](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.101) (01/16/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.37.45**
10
+
11
+ ## [0.11.100](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.100) (01/16/2026)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.37.44**
16
+
5
17
  ## [0.11.99](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.99) (01/15/2026)
6
18
 
7
19
  ### Updated Dependencies
@@ -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');
@@ -60,6 +60,8 @@ var isUndefined = require('@stryke/type-checks/is-undefined');
60
60
  var parseTypeDefinition = require('@stryke/convert/parse-type-definition');
61
61
  var $ = require('@stryke/capnp');
62
62
  var buffer = require('@stryke/fs/buffer');
63
+ var correctPath = require('@stryke/path/correct-path');
64
+ var globToRegex = require('@stryke/path/glob-to-regex');
63
65
  var isType = require('@stryke/path/is-type');
64
66
  var isRegexp = require('@stryke/type-checks/is-regexp');
65
67
  var buffer$1 = require('buffer');
@@ -68,7 +70,6 @@ var colors = require('@storm-software/config-tools/utilities/colors');
68
70
  var noop = require('@stryke/helpers/noop');
69
71
  var kebabCase = require('@stryke/string-format/kebab-case');
70
72
  var prettier = require('prettier');
71
- var correctPath = require('@stryke/path/correct-path');
72
73
  var slash = require('@stryke/path/slash');
73
74
  var isFile = require('@stryke/fs/is-file');
74
75
  var readFile = require('@stryke/fs/read-file');
@@ -106,7 +107,7 @@ var $__namespace = /*#__PURE__*/_interopNamespace($);
106
107
 
107
108
  // ../powerlines/package.json
108
109
  var package_default = {
109
- version: "0.37.43"};
110
+ version: "0.37.45"};
110
111
  function resolveModulePath(nodePath, state) {
111
112
  if (!t__namespace.isStringLiteral(nodePath.node)) {
112
113
  return;
@@ -972,8 +973,8 @@ function resolveEntriesSync(context, typeDefinitions) {
972
973
  name: typeDefinition.name
973
974
  });
974
975
  }
975
- return context.fs.listSync(filePath).map((file) => resolveEntry(context, {
976
- file,
976
+ return context.fs.globSync(append.appendPath(filePath, context.workspaceConfig.workspaceRoot)).map((file) => resolveEntry(context, {
977
+ file: replace.replacePath(file, context.config.projectRoot),
977
978
  name: typeDefinition.name
978
979
  }));
979
980
  }).flat().filter(Boolean);
@@ -1824,16 +1825,6 @@ var VirtualFileSystem = class _VirtualFileSystem {
1824
1825
  return normalizePath(path.includes("{") || path.includes("}") ? replacePathTokens(this.#context, path) : path, this.#context.builtinsPath, this.#context.config.output.builtinPrefix);
1825
1826
  }
1826
1827
  /**
1827
- * Builds a regular expression from a string pattern for path matching.
1828
- *
1829
- * @param path - The string pattern to convert.
1830
- * @returns A regular expression for matching paths.
1831
- */
1832
- #buildRegex(path) {
1833
- const token = "::GLOBSTAR::";
1834
- return new RegExp(`^${this.#normalizePath(path).replace(/\*\*/g, token).replace(/[.+^${}()|[\]\\]/g, "\\$&").replace(/\*/g, "[^/]*").replace(/\?/g, "[^/]").replace(new RegExp(token, "g"), ".*")}$`);
1835
- }
1836
- /**
1837
1828
  * Gets the storage adapter and relative key for a given key.
1838
1829
  *
1839
1830
  * @remarks
@@ -1876,7 +1867,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
1876
1867
  */
1877
1868
  #getStorages(base = "", includeParent = false) {
1878
1869
  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) || baseKey.includes("*") && isRegexp.isRegExp(this.#buildRegex(baseKey).exec(key))).map((key) => ({
1870
+ 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) || globToRegex.globToRegex(replace.replaceExtension(baseKey)).test(key))).map((key) => ({
1880
1871
  relativeBase: baseKey.length > key.length ? baseKey.slice(key.length) : void 0,
1881
1872
  base: key,
1882
1873
  adapter: this.#storage[key]
@@ -2210,7 +2201,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2210
2201
  * @returns An array of file names in the specified path.
2211
2202
  */
2212
2203
  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());
2204
+ let resolvedPath = path;
2205
+ if (resolvedPath.includes("*")) {
2206
+ this.#log(types.LogLevelLabel.WARN, `Invoking "listSync" with a glob pattern is not supported. It is likely you meant to use "globSync". Path: ${path}`);
2207
+ resolvedPath = correctPath.stripStars(resolvedPath);
2208
+ }
2209
+ 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
2210
  }
2215
2211
  /**
2216
2212
  * Lists files in a given path.
@@ -2219,7 +2215,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2219
2215
  * @returns An array of file names in the specified path.
2220
2216
  */
2221
2217
  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());
2218
+ let resolvedPath = path;
2219
+ if (resolvedPath.includes("*")) {
2220
+ this.#log(types.LogLevelLabel.WARN, `Invoking "list" with a glob pattern is not supported. It is likely you meant to use "glob". Path: ${path}`);
2221
+ resolvedPath = correctPath.stripStars(resolvedPath);
2222
+ }
2223
+ 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
2224
  }
2224
2225
  /**
2225
2226
  * Removes a file in the virtual file system (VFS).
@@ -2273,7 +2274,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2273
2274
  const results = [];
2274
2275
  for (const pattern of normalizeGlobPatterns(this.#context.workspaceConfig.workspaceRoot, patterns)) {
2275
2276
  const normalized = this.#normalizePath(pattern);
2276
- if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
2277
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("*")) {
2277
2278
  if (this.isDirectorySync(normalized)) {
2278
2279
  results.push(...await this.list(normalized));
2279
2280
  } else {
@@ -2282,19 +2283,17 @@ var VirtualFileSystem = class _VirtualFileSystem {
2282
2283
  results.push(resolved);
2283
2284
  }
2284
2285
  }
2285
- continue;
2286
- }
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) => {
2291
- if (this.#buildRegex(absPattern).test(file)) {
2292
- const resolved = this.resolveSync(file);
2293
- if (resolved && !results.includes(resolved)) {
2294
- results.push(resolved);
2286
+ } else {
2287
+ const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.#normalizePath(append.appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2288
+ await Promise.all((await this.list(correctPath.stripStars(absPattern))).map(async (file) => {
2289
+ if (globToRegex.globToRegex(absPattern).test(file)) {
2290
+ const resolved = await this.resolve(file);
2291
+ if (resolved && !results.includes(resolved)) {
2292
+ results.push(resolved);
2293
+ }
2295
2294
  }
2296
- }
2297
- }));
2295
+ }));
2296
+ }
2298
2297
  }
2299
2298
  return results;
2300
2299
  }
@@ -2308,7 +2307,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2308
2307
  const results = [];
2309
2308
  for (const pattern of normalizeGlobPatterns(this.#context.workspaceConfig.workspaceRoot, patterns)) {
2310
2309
  const normalized = this.#normalizePath(pattern);
2311
- if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
2310
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("*")) {
2312
2311
  if (this.isDirectorySync(normalized)) {
2313
2312
  results.push(...this.listSync(normalized));
2314
2313
  } else {
@@ -2317,17 +2316,16 @@ var VirtualFileSystem = class _VirtualFileSystem {
2317
2316
  results.push(resolved);
2318
2317
  }
2319
2318
  }
2320
- continue;
2321
- }
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);
2326
- for (const file of files) {
2327
- if (this.#buildRegex(absPattern).test(file)) {
2328
- const resolved = this.resolveSync(file);
2329
- if (resolved && !results.includes(resolved)) {
2330
- results.push(resolved);
2319
+ } else {
2320
+ const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.#normalizePath(append.appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2321
+ const files = this.listSync(correctPath.stripStars(absPattern));
2322
+ for (const file of files) {
2323
+ const regex = globToRegex.globToRegex(absPattern);
2324
+ if (regex.test(file)) {
2325
+ const resolved = this.resolveSync(file);
2326
+ if (resolved && !results.includes(resolved)) {
2327
+ results.push(resolved);
2328
+ }
2331
2329
  }
2332
2330
  }
2333
2331
  }
@@ -4449,8 +4447,12 @@ var PowerlinesAPI = class _PowerlinesAPI {
4449
4447
  environment: context,
4450
4448
  order: "normal"
4451
4449
  });
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 ? `:
4450
+ if (context.entry.length > 0) {
4451
+ 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
4452
  ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.output}` : ""}`).join(" \n")}` : ""}`);
4453
+ } else {
4454
+ 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.`);
4455
+ }
4454
4456
  await resolveTsconfig(context);
4455
4457
  await installDependencies(context);
4456
4458
  await this.callHook("configResolved", {
@@ -4459,7 +4461,16 @@ ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.out
4459
4461
  });
4460
4462
  context.trace(`Powerlines configuration has been resolved:
4461
4463
 
4462
- ${console.formatLogMessage(context.config)}`);
4464
+ ${console.formatLogMessage({
4465
+ ...context.config,
4466
+ userConfig: isSetObject.isSetObject(context.config.userConfig) ? omit.omit(context.config.userConfig, [
4467
+ "plugins"
4468
+ ]) : void 0,
4469
+ inlineConfig: isSetObject.isSetObject(context.config.inlineConfig) ? omit.omit(context.config.inlineConfig, [
4470
+ "plugins"
4471
+ ]) : void 0,
4472
+ plugins: context.plugins.map((plugin) => plugin.plugin.name)
4473
+ })}`);
4463
4474
  if (!context.fs.existsSync(context.cachePath)) {
4464
4475
  await helpers.createDirectory(context.cachePath);
4465
4476
  }
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-Z3WWBDDK.mjs';
1
+ import { withExecutor } from './chunk-MJ5XHHZJ.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-Z3WWBDDK.mjs';
1
+ import { withExecutor } from './chunk-MJ5XHHZJ.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-Z3WWBDDK.mjs';
1
+ import { withExecutor } from './chunk-MJ5XHHZJ.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 chunk7HS6U4NW_js = require('./chunk-7HS6U4NW.js');
3
+ var chunk3EMP6UME_js = require('./chunk-3EMP6UME.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 = chunk7HS6U4NW_js.withExecutor("clean", executorFn);
14
+ var executor = chunk3EMP6UME_js.withExecutor("clean", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-Z3WWBDDK.mjs';
1
+ import { withExecutor } from './chunk-MJ5XHHZJ.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-Z3WWBDDK.mjs';
1
+ import { withExecutor } from './chunk-MJ5XHHZJ.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 chunk7HS6U4NW_js = require('./chunk-7HS6U4NW.js');
3
+ var chunk3EMP6UME_js = require('./chunk-3EMP6UME.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 = chunk7HS6U4NW_js.withExecutor("build", executorFn);
22
+ var executor = chunk3EMP6UME_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  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';
@@ -58,6 +58,8 @@ import { isUndefined } from '@stryke/type-checks/is-undefined';
58
58
  import { parseTypeDefinition } from '@stryke/convert/parse-type-definition';
59
59
  import * as $ from '@stryke/capnp';
60
60
  import { readFileBuffer, readFileBufferSync, writeFileBuffer } from '@stryke/fs/buffer';
61
+ import { correctPath, stripStars } from '@stryke/path/correct-path';
62
+ import { globToRegex } from '@stryke/path/glob-to-regex';
61
63
  import { isAbsolutePath } from '@stryke/path/is-type';
62
64
  import { isRegExp } from '@stryke/type-checks/is-regexp';
63
65
  import { Blob as Blob$1 } from 'node:buffer';
@@ -66,7 +68,6 @@ import { getColor } from '@storm-software/config-tools/utilities/colors';
66
68
  import { noop } from '@stryke/helpers/noop';
67
69
  import { kebabCase } from '@stryke/string-format/kebab-case';
68
70
  import { resolveConfig, format as format$1 } from 'prettier';
69
- import { correctPath } from '@stryke/path/correct-path';
70
71
  import { slash } from '@stryke/path/slash';
71
72
  import { isDirectory, isFile } from '@stryke/fs/is-file';
72
73
  import { readFileSync, readFile } from '@stryke/fs/read-file';
@@ -77,7 +78,7 @@ import { resolve } from 'node:path';
77
78
 
78
79
  // ../powerlines/package.json
79
80
  var package_default = {
80
- version: "0.37.43"};
81
+ version: "0.37.45"};
81
82
  function resolveModulePath(nodePath, state) {
82
83
  if (!t.isStringLiteral(nodePath.node)) {
83
84
  return;
@@ -943,8 +944,8 @@ function resolveEntriesSync(context, typeDefinitions) {
943
944
  name: typeDefinition.name
944
945
  });
945
946
  }
946
- return context.fs.listSync(filePath).map((file) => resolveEntry(context, {
947
- file,
947
+ return context.fs.globSync(appendPath(filePath, context.workspaceConfig.workspaceRoot)).map((file) => resolveEntry(context, {
948
+ file: replacePath(file, context.config.projectRoot),
948
949
  name: typeDefinition.name
949
950
  }));
950
951
  }).flat().filter(Boolean);
@@ -1795,16 +1796,6 @@ var VirtualFileSystem = class _VirtualFileSystem {
1795
1796
  return normalizePath(path.includes("{") || path.includes("}") ? replacePathTokens(this.#context, path) : path, this.#context.builtinsPath, this.#context.config.output.builtinPrefix);
1796
1797
  }
1797
1798
  /**
1798
- * Builds a regular expression from a string pattern for path matching.
1799
- *
1800
- * @param path - The string pattern to convert.
1801
- * @returns A regular expression for matching paths.
1802
- */
1803
- #buildRegex(path) {
1804
- const token = "::GLOBSTAR::";
1805
- return new RegExp(`^${this.#normalizePath(path).replace(/\*\*/g, token).replace(/[.+^${}()|[\]\\]/g, "\\$&").replace(/\*/g, "[^/]*").replace(/\?/g, "[^/]").replace(new RegExp(token, "g"), ".*")}$`);
1806
- }
1807
- /**
1808
1799
  * Gets the storage adapter and relative key for a given key.
1809
1800
  *
1810
1801
  * @remarks
@@ -1847,7 +1838,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
1847
1838
  */
1848
1839
  #getStorages(base = "", includeParent = false) {
1849
1840
  const baseKey = this.resolveSync(base) || base;
1850
- return Object.keys(this.#storage).sort().reverse().filter((key) => isParentPath(key, baseKey) || includeParent && isParentPath(baseKey, key) || baseKey.includes("*") && isRegExp(this.#buildRegex(baseKey).exec(key))).map((key) => ({
1841
+ return Object.keys(this.#storage).sort().reverse().filter((key) => isParentPath(key, baseKey) || includeParent && isParentPath(baseKey, key) || baseKey.includes("*") && (isParentPath(stripStars(baseKey), key) || globToRegex(replaceExtension(baseKey)).test(key))).map((key) => ({
1851
1842
  relativeBase: baseKey.length > key.length ? baseKey.slice(key.length) : void 0,
1852
1843
  base: key,
1853
1844
  adapter: this.#storage[key]
@@ -2181,7 +2172,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2181
2172
  * @returns An array of file names in the specified path.
2182
2173
  */
2183
2174
  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());
2175
+ let resolvedPath = path;
2176
+ if (resolvedPath.includes("*")) {
2177
+ this.#log(LogLevelLabel.WARN, `Invoking "listSync" with a glob pattern is not supported. It is likely you meant to use "globSync". Path: ${path}`);
2178
+ resolvedPath = stripStars(resolvedPath);
2179
+ }
2180
+ 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
2181
  }
2186
2182
  /**
2187
2183
  * Lists files in a given path.
@@ -2190,7 +2186,12 @@ var VirtualFileSystem = class _VirtualFileSystem {
2190
2186
  * @returns An array of file names in the specified path.
2191
2187
  */
2192
2188
  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());
2189
+ let resolvedPath = path;
2190
+ if (resolvedPath.includes("*")) {
2191
+ this.#log(LogLevelLabel.WARN, `Invoking "list" with a glob pattern is not supported. It is likely you meant to use "glob". Path: ${path}`);
2192
+ resolvedPath = stripStars(resolvedPath);
2193
+ }
2194
+ 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
2195
  }
2195
2196
  /**
2196
2197
  * Removes a file in the virtual file system (VFS).
@@ -2244,7 +2245,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2244
2245
  const results = [];
2245
2246
  for (const pattern of normalizeGlobPatterns(this.#context.workspaceConfig.workspaceRoot, patterns)) {
2246
2247
  const normalized = this.#normalizePath(pattern);
2247
- if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
2248
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("*")) {
2248
2249
  if (this.isDirectorySync(normalized)) {
2249
2250
  results.push(...await this.list(normalized));
2250
2251
  } else {
@@ -2253,19 +2254,17 @@ var VirtualFileSystem = class _VirtualFileSystem {
2253
2254
  results.push(resolved);
2254
2255
  }
2255
2256
  }
2256
- continue;
2257
- }
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) => {
2262
- if (this.#buildRegex(absPattern).test(file)) {
2263
- const resolved = this.resolveSync(file);
2264
- if (resolved && !results.includes(resolved)) {
2265
- results.push(resolved);
2257
+ } else {
2258
+ const absPattern = isAbsolutePath(normalized) ? normalized : this.#normalizePath(appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2259
+ await Promise.all((await this.list(stripStars(absPattern))).map(async (file) => {
2260
+ if (globToRegex(absPattern).test(file)) {
2261
+ const resolved = await this.resolve(file);
2262
+ if (resolved && !results.includes(resolved)) {
2263
+ results.push(resolved);
2264
+ }
2266
2265
  }
2267
- }
2268
- }));
2266
+ }));
2267
+ }
2269
2268
  }
2270
2269
  return results;
2271
2270
  }
@@ -2279,7 +2278,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2279
2278
  const results = [];
2280
2279
  for (const pattern of normalizeGlobPatterns(this.#context.workspaceConfig.workspaceRoot, patterns)) {
2281
2280
  const normalized = this.#normalizePath(pattern);
2282
- if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
2281
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("*")) {
2283
2282
  if (this.isDirectorySync(normalized)) {
2284
2283
  results.push(...this.listSync(normalized));
2285
2284
  } else {
@@ -2288,17 +2287,16 @@ var VirtualFileSystem = class _VirtualFileSystem {
2288
2287
  results.push(resolved);
2289
2288
  }
2290
2289
  }
2291
- continue;
2292
- }
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);
2297
- for (const file of files) {
2298
- if (this.#buildRegex(absPattern).test(file)) {
2299
- const resolved = this.resolveSync(file);
2300
- if (resolved && !results.includes(resolved)) {
2301
- results.push(resolved);
2290
+ } else {
2291
+ const absPattern = isAbsolutePath(normalized) ? normalized : this.#normalizePath(appendPath(normalized, this.#context.workspaceConfig.workspaceRoot));
2292
+ const files = this.listSync(stripStars(absPattern));
2293
+ for (const file of files) {
2294
+ const regex = globToRegex(absPattern);
2295
+ if (regex.test(file)) {
2296
+ const resolved = this.resolveSync(file);
2297
+ if (resolved && !results.includes(resolved)) {
2298
+ results.push(resolved);
2299
+ }
2302
2300
  }
2303
2301
  }
2304
2302
  }
@@ -4420,8 +4418,12 @@ var PowerlinesAPI = class _PowerlinesAPI {
4420
4418
  environment: context,
4421
4419
  order: "normal"
4422
4420
  });
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 ? `:
4421
+ if (context.entry.length > 0) {
4422
+ 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
4423
  ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.output}` : ""}`).join(" \n")}` : ""}`);
4424
+ } else {
4425
+ 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.`);
4426
+ }
4425
4427
  await resolveTsconfig(context);
4426
4428
  await installDependencies(context);
4427
4429
  await this.callHook("configResolved", {
@@ -4430,7 +4432,16 @@ ${context.entry.map((entry) => `- ${entry.file}${entry.output ? ` -> ${entry.out
4430
4432
  });
4431
4433
  context.trace(`Powerlines configuration has been resolved:
4432
4434
 
4433
- ${formatLogMessage(context.config)}`);
4435
+ ${formatLogMessage({
4436
+ ...context.config,
4437
+ userConfig: isSetObject(context.config.userConfig) ? omit(context.config.userConfig, [
4438
+ "plugins"
4439
+ ]) : void 0,
4440
+ inlineConfig: isSetObject(context.config.inlineConfig) ? omit(context.config.inlineConfig, [
4441
+ "plugins"
4442
+ ]) : void 0,
4443
+ plugins: context.plugins.map((plugin) => plugin.plugin.name)
4444
+ })}`);
4434
4445
  if (!context.fs.existsSync(context.cachePath)) {
4435
4446
  await createDirectory(context.cachePath);
4436
4447
  }
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk7HS6U4NW_js = require('./chunk-7HS6U4NW.js');
3
+ var chunk3EMP6UME_js = require('./chunk-3EMP6UME.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 = chunk7HS6U4NW_js.withExecutor("lint", executorFn);
14
+ var executor = chunk3EMP6UME_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 chunk7HS6U4NW_js = require('./chunk-7HS6U4NW.js');
3
+ var chunk3EMP6UME_js = require('./chunk-3EMP6UME.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 = chunk7HS6U4NW_js.withExecutor("prepare", executorFn);
22
+ var executor = chunk3EMP6UME_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk7HS6U4NW_js = require('./chunk-7HS6U4NW.js');
3
+ var chunk3EMP6UME_js = require('./chunk-3EMP6UME.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 = chunk7HS6U4NW_js.withExecutor("docs", executorFn);
14
+ var executor = chunk3EMP6UME_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkTTROTUPM_js = require('./chunk-TTROTUPM.js');
5
- var chunkC6WOUZDB_js = require('./chunk-C6WOUZDB.js');
6
- var chunkST4U5VE7_js = require('./chunk-ST4U5VE7.js');
7
- var chunkUE2ELUAW_js = require('./chunk-UE2ELUAW.js');
8
- var chunkRVK7YJDO_js = require('./chunk-RVK7YJDO.js');
9
- require('./chunk-7HS6U4NW.js');
4
+ var chunkNETVCEDA_js = require('./chunk-NETVCEDA.js');
5
+ var chunkQRC4VNIY_js = require('./chunk-QRC4VNIY.js');
6
+ var chunkJARSYZHM_js = require('./chunk-JARSYZHM.js');
7
+ var chunkFZUHQ2DD_js = require('./chunk-FZUHQ2DD.js');
8
+ var chunkT24E5MNA_js = require('./chunk-T24E5MNA.js');
9
+ require('./chunk-3EMP6UME.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 chunkTTROTUPM_js.executor_default; }
17
+ get: function () { return chunkNETVCEDA_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunkC6WOUZDB_js.executor_default; }
21
+ get: function () { return chunkQRC4VNIY_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunkST4U5VE7_js.executor_default; }
25
+ get: function () { return chunkJARSYZHM_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkUE2ELUAW_js.executor_default; }
29
+ get: function () { return chunkFZUHQ2DD_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkRVK7YJDO_js.executor_default; }
33
+ get: function () { return chunkT24E5MNA_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-CWZGMHMU.mjs';
3
- export { executor_default as prepare } from './chunk-UAPAMYJF.mjs';
4
- export { executor_default as build } from './chunk-ZBQT7WRD.mjs';
5
- export { executor_default as clean } from './chunk-IWNEMR5I.mjs';
6
- export { executor_default as docs } from './chunk-P2FBLOXL.mjs';
7
- import './chunk-Z3WWBDDK.mjs';
2
+ export { executor_default as lint } from './chunk-EJKHSWOW.mjs';
3
+ export { executor_default as prepare } from './chunk-IPZVZMWW.mjs';
4
+ export { executor_default as build } from './chunk-HBKSVXZP.mjs';
5
+ export { executor_default as clean } from './chunk-FS45ZQZG.mjs';
6
+ export { executor_default as docs } from './chunk-CEE6Y6T5.mjs';
7
+ import './chunk-MJ5XHHZJ.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 chunkTTROTUPM_js = require('./chunk-TTROTUPM.js');
6
- var chunkC6WOUZDB_js = require('./chunk-C6WOUZDB.js');
7
- var chunkST4U5VE7_js = require('./chunk-ST4U5VE7.js');
8
- var chunkUE2ELUAW_js = require('./chunk-UE2ELUAW.js');
9
- var chunkRVK7YJDO_js = require('./chunk-RVK7YJDO.js');
5
+ var chunkNETVCEDA_js = require('./chunk-NETVCEDA.js');
6
+ var chunkQRC4VNIY_js = require('./chunk-QRC4VNIY.js');
7
+ var chunkJARSYZHM_js = require('./chunk-JARSYZHM.js');
8
+ var chunkFZUHQ2DD_js = require('./chunk-FZUHQ2DD.js');
9
+ var chunkT24E5MNA_js = require('./chunk-T24E5MNA.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-7HS6U4NW.js');
12
+ require('./chunk-3EMP6UME.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 chunkTTROTUPM_js.executor_default; }
26
+ get: function () { return chunkNETVCEDA_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunkC6WOUZDB_js.executor_default; }
30
+ get: function () { return chunkQRC4VNIY_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunkST4U5VE7_js.executor_default; }
34
+ get: function () { return chunkJARSYZHM_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkUE2ELUAW_js.executor_default; }
38
+ get: function () { return chunkFZUHQ2DD_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkRVK7YJDO_js.executor_default; }
42
+ get: function () { return chunkT24E5MNA_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-CWZGMHMU.mjs';
4
- export { executor_default as prepare } from './chunk-UAPAMYJF.mjs';
5
- export { executor_default as build } from './chunk-ZBQT7WRD.mjs';
6
- export { executor_default as clean } from './chunk-IWNEMR5I.mjs';
7
- export { executor_default as docs } from './chunk-P2FBLOXL.mjs';
3
+ export { executor_default as lint } from './chunk-EJKHSWOW.mjs';
4
+ export { executor_default as prepare } from './chunk-IPZVZMWW.mjs';
5
+ export { executor_default as build } from './chunk-HBKSVXZP.mjs';
6
+ export { executor_default as clean } from './chunk-FS45ZQZG.mjs';
7
+ export { executor_default as docs } from './chunk-CEE6Y6T5.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-Z3WWBDDK.mjs';
10
+ import './chunk-MJ5XHHZJ.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 chunk7HS6U4NW_js = require('../../chunk-7HS6U4NW.js');
3
+ var chunk3EMP6UME_js = require('../../chunk-3EMP6UME.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 chunk7HS6U4NW_js.withExecutor; }
11
+ get: function () { return chunk3EMP6UME_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-Z3WWBDDK.mjs';
1
+ export { withExecutor } from '../../chunk-MJ5XHHZJ.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 chunkST4U5VE7_js = require('../../../chunk-ST4U5VE7.js');
6
- require('../../../chunk-7HS6U4NW.js');
5
+ var chunkJARSYZHM_js = require('../../../chunk-JARSYZHM.js');
6
+ require('../../../chunk-3EMP6UME.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 chunkST4U5VE7_js.executor_default; }
14
+ get: function () { return chunkJARSYZHM_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkST4U5VE7_js.executorFn; }
18
+ get: function () { return chunkJARSYZHM_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-ZBQT7WRD.mjs';
2
- import '../../../chunk-Z3WWBDDK.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-HBKSVXZP.mjs';
2
+ import '../../../chunk-MJ5XHHZJ.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 chunkUE2ELUAW_js = require('../../../chunk-UE2ELUAW.js');
6
- require('../../../chunk-7HS6U4NW.js');
5
+ var chunkFZUHQ2DD_js = require('../../../chunk-FZUHQ2DD.js');
6
+ require('../../../chunk-3EMP6UME.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 chunkUE2ELUAW_js.executor_default; }
14
+ get: function () { return chunkFZUHQ2DD_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkUE2ELUAW_js.executorFn; }
18
+ get: function () { return chunkFZUHQ2DD_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-IWNEMR5I.mjs';
2
- import '../../../chunk-Z3WWBDDK.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-FS45ZQZG.mjs';
2
+ import '../../../chunk-MJ5XHHZJ.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 chunkRVK7YJDO_js = require('../../../chunk-RVK7YJDO.js');
6
- require('../../../chunk-7HS6U4NW.js');
5
+ var chunkT24E5MNA_js = require('../../../chunk-T24E5MNA.js');
6
+ require('../../../chunk-3EMP6UME.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 chunkRVK7YJDO_js.executor_default; }
14
+ get: function () { return chunkT24E5MNA_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkRVK7YJDO_js.executorFn; }
18
+ get: function () { return chunkT24E5MNA_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-P2FBLOXL.mjs';
2
- import '../../../chunk-Z3WWBDDK.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-CEE6Y6T5.mjs';
2
+ import '../../../chunk-MJ5XHHZJ.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 chunkTTROTUPM_js = require('../../../chunk-TTROTUPM.js');
6
- require('../../../chunk-7HS6U4NW.js');
5
+ var chunkNETVCEDA_js = require('../../../chunk-NETVCEDA.js');
6
+ require('../../../chunk-3EMP6UME.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 chunkTTROTUPM_js.executor_default; }
14
+ get: function () { return chunkNETVCEDA_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkTTROTUPM_js.executorFn; }
18
+ get: function () { return chunkNETVCEDA_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-CWZGMHMU.mjs';
2
- import '../../../chunk-Z3WWBDDK.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-EJKHSWOW.mjs';
2
+ import '../../../chunk-MJ5XHHZJ.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 chunkC6WOUZDB_js = require('../../../chunk-C6WOUZDB.js');
6
- require('../../../chunk-7HS6U4NW.js');
5
+ var chunkQRC4VNIY_js = require('../../../chunk-QRC4VNIY.js');
6
+ require('../../../chunk-3EMP6UME.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 chunkC6WOUZDB_js.executor_default; }
14
+ get: function () { return chunkQRC4VNIY_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkC6WOUZDB_js.executorFn; }
18
+ get: function () { return chunkQRC4VNIY_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-UAPAMYJF.mjs';
2
- import '../../../chunk-Z3WWBDDK.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-IPZVZMWW.mjs';
2
+ import '../../../chunk-MJ5XHHZJ.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.100",
3
+ "version": "0.11.102",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -188,15 +188,15 @@
188
188
  "@storm-software/esbuild": "^0.53.80",
189
189
  "@storm-software/unbuild": "^0.57.80",
190
190
  "@storm-software/workspace-tools": "^1.294.26",
191
- "@stryke/fs": "^0.33.30",
192
- "@stryke/hash": "^0.12.36",
193
- "@stryke/path": "^0.24.3",
194
- "@stryke/string-format": "^0.13.1",
195
- "@stryke/type-checks": "^0.5.17",
191
+ "@stryke/fs": "^0.33.35",
192
+ "@stryke/hash": "^0.12.41",
193
+ "@stryke/path": "^0.25.3",
194
+ "@stryke/string-format": "^0.13.3",
195
+ "@stryke/type-checks": "^0.5.19",
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
198
  "nx": "22.3.3",
199
- "powerlines": "^0.37.44"
199
+ "powerlines": "^0.37.46"
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": "e4860aa4ebc657acfef8a8f2399108f0badc520c"
213
+ "gitHead": "032b11dbd79e039303ebe2942ed230ea8956ece1"
214
214
  }