@powerlines/nx 0.8.2 → 0.9.0

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 +22 -0
  2. package/dist/{chunk-KXYDHGLW.mjs → chunk-EVC3CWDX.mjs} +1 -1
  3. package/dist/{chunk-VGG6K4L5.mjs → chunk-F3XVH3HG.mjs} +1 -1
  4. package/dist/{chunk-GBMB632G.js → chunk-GW5UQFFS.js} +2 -2
  5. package/dist/{chunk-AEUGK5NW.mjs → chunk-HTYRXIRM.mjs} +1 -1
  6. package/dist/{chunk-MUKKEYV2.js → chunk-IXFAMU7J.js} +2 -2
  7. package/dist/{chunk-DYBB74M5.js → chunk-JMPM6JPD.js} +2 -2
  8. package/dist/{chunk-XTPTXR6Y.js → chunk-JTW7QFIT.js} +191 -2
  9. package/dist/{chunk-A6R3IFS4.mjs → chunk-OVUCSGTD.mjs} +1 -1
  10. package/dist/{chunk-HGVVLZRZ.js → chunk-P5UNWOB6.js} +2 -2
  11. package/dist/{chunk-R5YABITA.mjs → chunk-RLV2BDHW.mjs} +1 -1
  12. package/dist/{chunk-KZPEAPED.mjs → chunk-TEBG7V3S.mjs} +192 -3
  13. package/dist/{chunk-ZJSHMHBZ.js → chunk-Y2I6ZDWH.js} +2 -2
  14. package/dist/executors.js +13 -13
  15. package/dist/executors.mjs +6 -6
  16. package/dist/index.js +13 -13
  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 +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,28 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.8.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.3) (2025-10-24)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([d5bf8d9](https://github.com/storm-software/powerlines/commit/d5bf8d9))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated powerlines to 0.10.2
15
+
16
+ ## [0.8.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.2) (2025-10-24)
17
+
18
+ ### Miscellaneous
19
+
20
+ - **monorepo:** Update workspace package links
21
+ ([4c97cf8](https://github.com/storm-software/powerlines/commit/4c97cf8))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated powerlines to 0.10.1
26
+
5
27
  ## [0.8.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.1) (2025-10-24)
6
28
 
7
29
  ### Miscellaneous
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-KZPEAPED.mjs';
1
+ import { withExecutor } from './chunk-TEBG7V3S.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-KZPEAPED.mjs';
1
+ import { withExecutor } from './chunk-TEBG7V3S.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 chunkXTPTXR6Y_js = require('./chunk-XTPTXR6Y.js');
3
+ var chunkJTW7QFIT_js = require('./chunk-JTW7QFIT.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 = chunkXTPTXR6Y_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkJTW7QFIT_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-KZPEAPED.mjs';
1
+ import { withExecutor } from './chunk-TEBG7V3S.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 chunkXTPTXR6Y_js = require('./chunk-XTPTXR6Y.js');
3
+ var chunkJTW7QFIT_js = require('./chunk-JTW7QFIT.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 = chunkXTPTXR6Y_js.withExecutor("lint", executorFn);
14
+ var executor = chunkJTW7QFIT_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 chunkXTPTXR6Y_js = require('./chunk-XTPTXR6Y.js');
3
+ var chunkJTW7QFIT_js = require('./chunk-JTW7QFIT.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 = chunkXTPTXR6Y_js.withExecutor("docs", executorFn);
14
+ var executor = chunkJTW7QFIT_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -929,6 +929,19 @@ var VirtualFileSystem = class {
929
929
  return this.unlink(path, options);
930
930
  }
931
931
  /**
932
+ * Synchronously removes a file or directory in the virtual file system (VFS).
933
+ *
934
+ * @param path - The path to the file or directory to remove.
935
+ * @param options - Options for removing the file or directory.
936
+ */
937
+ rmSync(path, options = {}) {
938
+ this.#log(types.LogLevelLabel.TRACE, `Removing: ${toFilePath(path)}`);
939
+ if (this.isDirectory(path)) {
940
+ return this.rmdirSync(path, options);
941
+ }
942
+ return this.unlinkSync(path, options);
943
+ }
944
+ /**
932
945
  * Creates a directory in the virtual file system (VFS).
933
946
  *
934
947
  * @param path - The path to create the directory at.
@@ -965,6 +978,166 @@ var VirtualFileSystem = class {
965
978
  return result;
966
979
  }
967
980
  /**
981
+ * Glob files in the virtual file system (VFS) based on the provided pattern(s).
982
+ *
983
+ * @param patterns - A pattern (or multiple patterns) to use to determine the file paths to return
984
+ * @returns An array of file paths matching the provided pattern(s)
985
+ */
986
+ async glob(patterns) {
987
+ const results = [];
988
+ for (const pattern of toArray.toArray(patterns)) {
989
+ const normalized = this.formatPath(pattern);
990
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
991
+ const resolved = this.resolve(normalized, {
992
+ type: "file"
993
+ });
994
+ if (resolved && !results.includes(resolved)) {
995
+ results.push(resolved);
996
+ }
997
+ continue;
998
+ }
999
+ const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.formatPath(joinPaths.joinPaths(this.#context.workspaceConfig.workspaceRoot, normalized));
1000
+ const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
1001
+ const baseDir = firstGlobIdx === -1 ? filePathFns.findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
1002
+ const stack = [
1003
+ baseDir && isType.isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot
1004
+ ];
1005
+ while (stack.length) {
1006
+ const dir = stack.pop();
1007
+ let entries = [];
1008
+ try {
1009
+ entries = await this.readdir(dir);
1010
+ } catch {
1011
+ continue;
1012
+ }
1013
+ for (const entry of entries) {
1014
+ const full = this.formatPath(joinPaths.joinPaths(dir, entry));
1015
+ let stats;
1016
+ try {
1017
+ stats = this.#unifiedFS.lstatSync(full);
1018
+ } catch {
1019
+ stats = void 0;
1020
+ }
1021
+ if (!stats) continue;
1022
+ if (stats.isDirectory()) {
1023
+ stack.push(full);
1024
+ } else if (stats.isFile()) {
1025
+ if (this.buildRegex(absPattern).test(full)) {
1026
+ const resolved = this.resolve(full, {
1027
+ type: "file"
1028
+ });
1029
+ if (resolved && !results.includes(resolved)) {
1030
+ results.push(resolved);
1031
+ }
1032
+ }
1033
+ }
1034
+ }
1035
+ }
1036
+ }
1037
+ return results;
1038
+ }
1039
+ /**
1040
+ * Synchronously glob files in the virtual file system (VFS) based on the provided pattern(s).
1041
+ *
1042
+ * @param patterns - A pattern (or multiple patterns) to use to determine the file paths to return
1043
+ * @returns An array of file paths matching the provided pattern(s)
1044
+ */
1045
+ globSync(patterns) {
1046
+ const results = [];
1047
+ for (const pattern of toArray.toArray(patterns)) {
1048
+ const normalized = this.formatPath(pattern);
1049
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
1050
+ const resolved = this.resolve(normalized, {
1051
+ type: "file"
1052
+ });
1053
+ if (resolved && !results.includes(resolved)) {
1054
+ results.push(resolved);
1055
+ }
1056
+ continue;
1057
+ }
1058
+ const absPattern = isType.isAbsolutePath(normalized) ? normalized : this.formatPath(joinPaths.joinPaths(this.#context.workspaceConfig.workspaceRoot, normalized));
1059
+ const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
1060
+ const baseDir = firstGlobIdx === -1 ? filePathFns.findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
1061
+ const stack = [
1062
+ baseDir && isType.isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot
1063
+ ];
1064
+ while (stack.length) {
1065
+ const dir = stack.pop();
1066
+ let entries = [];
1067
+ try {
1068
+ entries = this.readdirSync(dir);
1069
+ } catch {
1070
+ continue;
1071
+ }
1072
+ for (const entry of entries) {
1073
+ const full = this.formatPath(joinPaths.joinPaths(dir, entry));
1074
+ let stats;
1075
+ try {
1076
+ stats = this.#unifiedFS.lstatSync(full);
1077
+ } catch {
1078
+ stats = void 0;
1079
+ }
1080
+ if (!stats) continue;
1081
+ if (stats.isDirectory()) {
1082
+ stack.push(full);
1083
+ } else if (stats.isFile()) {
1084
+ if (this.buildRegex(absPattern).test(full)) {
1085
+ const resolved = this.resolve(full, {
1086
+ type: "file"
1087
+ });
1088
+ if (resolved && !results.includes(resolved)) {
1089
+ results.push(resolved);
1090
+ }
1091
+ }
1092
+ }
1093
+ }
1094
+ }
1095
+ }
1096
+ return results;
1097
+ }
1098
+ /**
1099
+ * Moves a file from one path to another in the virtual file system (VFS).
1100
+ *
1101
+ * @param srcPath - The source path to move
1102
+ * @param destPath - The destination path to move to
1103
+ */
1104
+ async move(srcPath, destPath) {
1105
+ const content = await this.readFile(srcPath);
1106
+ await this.writeFile(destPath, content);
1107
+ await this.rm(srcPath);
1108
+ }
1109
+ /**
1110
+ * Synchronously moves a file from one path to another in the virtual file system (VFS).
1111
+ *
1112
+ * @param srcPath - The source path to move
1113
+ * @param destPath - The destination path to move to
1114
+ */
1115
+ moveSync(srcPath, destPath) {
1116
+ const content = this.readFileSync(srcPath);
1117
+ this.writeFileSync(destPath, content);
1118
+ this.rmSync(srcPath);
1119
+ }
1120
+ /**
1121
+ * Copies a file from one path to another in the virtual file system (VFS).
1122
+ *
1123
+ * @param srcPath - The source path to copy
1124
+ * @param destPath - The destination path to copy to
1125
+ */
1126
+ async copy(srcPath, destPath) {
1127
+ const content = await this.readFile(srcPath);
1128
+ await this.writeFile(destPath, content);
1129
+ }
1130
+ /**
1131
+ * Synchronously copies a file from one path to another in the virtual file system (VFS).
1132
+ *
1133
+ * @param srcPath - The source path to copy
1134
+ * @param destPath - The destination path to copy to
1135
+ */
1136
+ copySync(srcPath, destPath) {
1137
+ const content = this.readFileSync(srcPath);
1138
+ this.writeFileSync(destPath, content);
1139
+ }
1140
+ /**
968
1141
  * Lists files in a given path.
969
1142
  *
970
1143
  * @param pathOrId - The path to list files from.
@@ -1106,6 +1279,19 @@ var VirtualFileSystem = class {
1106
1279
  return this.resolve(pathOrId) !== false;
1107
1280
  }
1108
1281
  /**
1282
+ * Retrieves the metadata of a file in the virtual file system (VFS).
1283
+ *
1284
+ * @param pathOrId - The path or ID of the file to retrieve metadata for.
1285
+ * @returns The metadata of the file, or undefined if the file does not exist.
1286
+ */
1287
+ getMetadata(pathOrId) {
1288
+ const resolved = this.resolve(pathOrId);
1289
+ if (resolved && this.meta[resolved]) {
1290
+ return this.meta[resolved];
1291
+ }
1292
+ return void 0;
1293
+ }
1294
+ /**
1109
1295
  * Checks if a file exists in the virtual file system (VFS).
1110
1296
  *
1111
1297
  * @remarks
@@ -1247,6 +1433,10 @@ var VirtualFileSystem = class {
1247
1433
  getPartialMeta() {
1248
1434
  return Object.fromEntries(Object.entries(this.#meta).filter(([_, data]) => isSetObject.isSetObject(data)));
1249
1435
  }
1436
+ buildRegex(strPattern) {
1437
+ const token = "::GLOBSTAR::";
1438
+ return new RegExp(`^${this.formatPath(strPattern).replace(/\*\*/g, token).replace(/[.+^${}()|[\]\\]/g, "\\$&").replace(/\*/g, "[^/]*").replace(/\?/g, "[^/]").replace(new RegExp(token, "g"), ".*")}$`);
1439
+ }
1250
1440
  /**
1251
1441
  * Converts a relative path to an absolute path based on the workspace and project root.
1252
1442
  *
@@ -1270,7 +1460,7 @@ var VirtualFileSystem = class {
1270
1460
  */
1271
1461
  formatId(id) {
1272
1462
  const formattedId = toFilePath(id);
1273
- return `${this.#context.config.output.builtinPrefix}:${formattedId.replace(new RegExp(`^${this.#context.config.output.builtinPrefix}:`), "").replace(/^\\0/, "").replace(filePathFns.findFileExtensionSafe(formattedId), "")}`;
1463
+ return `${this.#context.config.output.builtinPrefix}:${formattedId.replace(new RegExp(`^${this.#context.config.output.builtinPrefix}:`), "").replace(/^\\0/, "").replace(filePathFns.findFileDotExtensionSafe(formattedId), "")}`;
1274
1464
  }
1275
1465
  /**
1276
1466
  * Resolves an id parameter to a corresponding virtual file path in the virtual file system (VFS).
@@ -1480,7 +1670,6 @@ var PowerlinesContext = class _PowerlinesContext {
1480
1670
  #envPaths;
1481
1671
  #fs;
1482
1672
  #tsconfig;
1483
- // #entry: ResolvedEntryTypeDefinition[] = [] as ResolvedEntryTypeDefinition[];
1484
1673
  #getConfigProps(config = {}) {
1485
1674
  return {
1486
1675
  variant: config.build?.variant,
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-KZPEAPED.mjs';
1
+ import { withExecutor } from './chunk-TEBG7V3S.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkXTPTXR6Y_js = require('./chunk-XTPTXR6Y.js');
3
+ var chunkJTW7QFIT_js = require('./chunk-JTW7QFIT.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 = chunkXTPTXR6Y_js.withExecutor("clean", executorFn);
14
+ var executor = chunkJTW7QFIT_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-KZPEAPED.mjs';
1
+ import { withExecutor } from './chunk-TEBG7V3S.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/docs/executor.ts
@@ -36,7 +36,7 @@ import { relativeToWorkspaceRoot, getWorkspaceRoot } from '@stryke/fs/get-worksp
36
36
  import { murmurhash } from '@stryke/hash/murmurhash';
37
37
  import { getUnique, getUniqueBy } from '@stryke/helpers/get-unique';
38
38
  import { omit } from '@stryke/helpers/omit';
39
- import { findFilePath, findFileExtensionSafe, hasFileExtension, relativePath, findFileName } from '@stryke/path/file-path-fns';
39
+ import { findFilePath, findFileDotExtensionSafe, hasFileExtension, findFileExtensionSafe, relativePath, findFileName } from '@stryke/path/file-path-fns';
40
40
  import { isAbsolutePath, isAbsolute } from '@stryke/path/is-type';
41
41
  import { joinPaths as joinPaths$1 } from '@stryke/path/join';
42
42
  import { isNull } from '@stryke/type-checks/is-null';
@@ -899,6 +899,19 @@ var VirtualFileSystem = class {
899
899
  return this.unlink(path, options);
900
900
  }
901
901
  /**
902
+ * Synchronously removes a file or directory in the virtual file system (VFS).
903
+ *
904
+ * @param path - The path to the file or directory to remove.
905
+ * @param options - Options for removing the file or directory.
906
+ */
907
+ rmSync(path, options = {}) {
908
+ this.#log(LogLevelLabel.TRACE, `Removing: ${toFilePath(path)}`);
909
+ if (this.isDirectory(path)) {
910
+ return this.rmdirSync(path, options);
911
+ }
912
+ return this.unlinkSync(path, options);
913
+ }
914
+ /**
902
915
  * Creates a directory in the virtual file system (VFS).
903
916
  *
904
917
  * @param path - The path to create the directory at.
@@ -935,6 +948,166 @@ var VirtualFileSystem = class {
935
948
  return result;
936
949
  }
937
950
  /**
951
+ * Glob files in the virtual file system (VFS) based on the provided pattern(s).
952
+ *
953
+ * @param patterns - A pattern (or multiple patterns) to use to determine the file paths to return
954
+ * @returns An array of file paths matching the provided pattern(s)
955
+ */
956
+ async glob(patterns) {
957
+ const results = [];
958
+ for (const pattern of toArray(patterns)) {
959
+ const normalized = this.formatPath(pattern);
960
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
961
+ const resolved = this.resolve(normalized, {
962
+ type: "file"
963
+ });
964
+ if (resolved && !results.includes(resolved)) {
965
+ results.push(resolved);
966
+ }
967
+ continue;
968
+ }
969
+ const absPattern = isAbsolutePath(normalized) ? normalized : this.formatPath(joinPaths(this.#context.workspaceConfig.workspaceRoot, normalized));
970
+ const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
971
+ const baseDir = firstGlobIdx === -1 ? findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
972
+ const stack = [
973
+ baseDir && isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot
974
+ ];
975
+ while (stack.length) {
976
+ const dir = stack.pop();
977
+ let entries = [];
978
+ try {
979
+ entries = await this.readdir(dir);
980
+ } catch {
981
+ continue;
982
+ }
983
+ for (const entry of entries) {
984
+ const full = this.formatPath(joinPaths(dir, entry));
985
+ let stats;
986
+ try {
987
+ stats = this.#unifiedFS.lstatSync(full);
988
+ } catch {
989
+ stats = void 0;
990
+ }
991
+ if (!stats) continue;
992
+ if (stats.isDirectory()) {
993
+ stack.push(full);
994
+ } else if (stats.isFile()) {
995
+ if (this.buildRegex(absPattern).test(full)) {
996
+ const resolved = this.resolve(full, {
997
+ type: "file"
998
+ });
999
+ if (resolved && !results.includes(resolved)) {
1000
+ results.push(resolved);
1001
+ }
1002
+ }
1003
+ }
1004
+ }
1005
+ }
1006
+ }
1007
+ return results;
1008
+ }
1009
+ /**
1010
+ * Synchronously glob files in the virtual file system (VFS) based on the provided pattern(s).
1011
+ *
1012
+ * @param patterns - A pattern (or multiple patterns) to use to determine the file paths to return
1013
+ * @returns An array of file paths matching the provided pattern(s)
1014
+ */
1015
+ globSync(patterns) {
1016
+ const results = [];
1017
+ for (const pattern of toArray(patterns)) {
1018
+ const normalized = this.formatPath(pattern);
1019
+ if (!/[*?[\]{}]/.test(normalized) && !normalized.includes("**")) {
1020
+ const resolved = this.resolve(normalized, {
1021
+ type: "file"
1022
+ });
1023
+ if (resolved && !results.includes(resolved)) {
1024
+ results.push(resolved);
1025
+ }
1026
+ continue;
1027
+ }
1028
+ const absPattern = isAbsolutePath(normalized) ? normalized : this.formatPath(joinPaths(this.#context.workspaceConfig.workspaceRoot, normalized));
1029
+ const firstGlobIdx = absPattern.search(/[*?[\]{}]/);
1030
+ const baseDir = firstGlobIdx === -1 ? findFilePath(absPattern) : absPattern.slice(0, Math.max(0, absPattern.lastIndexOf("/", firstGlobIdx)));
1031
+ const stack = [
1032
+ baseDir && isAbsolutePath(baseDir) ? baseDir : this.#context.workspaceConfig.workspaceRoot
1033
+ ];
1034
+ while (stack.length) {
1035
+ const dir = stack.pop();
1036
+ let entries = [];
1037
+ try {
1038
+ entries = this.readdirSync(dir);
1039
+ } catch {
1040
+ continue;
1041
+ }
1042
+ for (const entry of entries) {
1043
+ const full = this.formatPath(joinPaths(dir, entry));
1044
+ let stats;
1045
+ try {
1046
+ stats = this.#unifiedFS.lstatSync(full);
1047
+ } catch {
1048
+ stats = void 0;
1049
+ }
1050
+ if (!stats) continue;
1051
+ if (stats.isDirectory()) {
1052
+ stack.push(full);
1053
+ } else if (stats.isFile()) {
1054
+ if (this.buildRegex(absPattern).test(full)) {
1055
+ const resolved = this.resolve(full, {
1056
+ type: "file"
1057
+ });
1058
+ if (resolved && !results.includes(resolved)) {
1059
+ results.push(resolved);
1060
+ }
1061
+ }
1062
+ }
1063
+ }
1064
+ }
1065
+ }
1066
+ return results;
1067
+ }
1068
+ /**
1069
+ * Moves a file from one path to another in the virtual file system (VFS).
1070
+ *
1071
+ * @param srcPath - The source path to move
1072
+ * @param destPath - The destination path to move to
1073
+ */
1074
+ async move(srcPath, destPath) {
1075
+ const content = await this.readFile(srcPath);
1076
+ await this.writeFile(destPath, content);
1077
+ await this.rm(srcPath);
1078
+ }
1079
+ /**
1080
+ * Synchronously moves a file from one path to another in the virtual file system (VFS).
1081
+ *
1082
+ * @param srcPath - The source path to move
1083
+ * @param destPath - The destination path to move to
1084
+ */
1085
+ moveSync(srcPath, destPath) {
1086
+ const content = this.readFileSync(srcPath);
1087
+ this.writeFileSync(destPath, content);
1088
+ this.rmSync(srcPath);
1089
+ }
1090
+ /**
1091
+ * Copies a file from one path to another in the virtual file system (VFS).
1092
+ *
1093
+ * @param srcPath - The source path to copy
1094
+ * @param destPath - The destination path to copy to
1095
+ */
1096
+ async copy(srcPath, destPath) {
1097
+ const content = await this.readFile(srcPath);
1098
+ await this.writeFile(destPath, content);
1099
+ }
1100
+ /**
1101
+ * Synchronously copies a file from one path to another in the virtual file system (VFS).
1102
+ *
1103
+ * @param srcPath - The source path to copy
1104
+ * @param destPath - The destination path to copy to
1105
+ */
1106
+ copySync(srcPath, destPath) {
1107
+ const content = this.readFileSync(srcPath);
1108
+ this.writeFileSync(destPath, content);
1109
+ }
1110
+ /**
938
1111
  * Lists files in a given path.
939
1112
  *
940
1113
  * @param pathOrId - The path to list files from.
@@ -1076,6 +1249,19 @@ var VirtualFileSystem = class {
1076
1249
  return this.resolve(pathOrId) !== false;
1077
1250
  }
1078
1251
  /**
1252
+ * Retrieves the metadata of a file in the virtual file system (VFS).
1253
+ *
1254
+ * @param pathOrId - The path or ID of the file to retrieve metadata for.
1255
+ * @returns The metadata of the file, or undefined if the file does not exist.
1256
+ */
1257
+ getMetadata(pathOrId) {
1258
+ const resolved = this.resolve(pathOrId);
1259
+ if (resolved && this.meta[resolved]) {
1260
+ return this.meta[resolved];
1261
+ }
1262
+ return void 0;
1263
+ }
1264
+ /**
1079
1265
  * Checks if a file exists in the virtual file system (VFS).
1080
1266
  *
1081
1267
  * @remarks
@@ -1217,6 +1403,10 @@ var VirtualFileSystem = class {
1217
1403
  getPartialMeta() {
1218
1404
  return Object.fromEntries(Object.entries(this.#meta).filter(([_, data]) => isSetObject(data)));
1219
1405
  }
1406
+ buildRegex(strPattern) {
1407
+ const token = "::GLOBSTAR::";
1408
+ return new RegExp(`^${this.formatPath(strPattern).replace(/\*\*/g, token).replace(/[.+^${}()|[\]\\]/g, "\\$&").replace(/\*/g, "[^/]*").replace(/\?/g, "[^/]").replace(new RegExp(token, "g"), ".*")}$`);
1409
+ }
1220
1410
  /**
1221
1411
  * Converts a relative path to an absolute path based on the workspace and project root.
1222
1412
  *
@@ -1240,7 +1430,7 @@ var VirtualFileSystem = class {
1240
1430
  */
1241
1431
  formatId(id) {
1242
1432
  const formattedId = toFilePath(id);
1243
- return `${this.#context.config.output.builtinPrefix}:${formattedId.replace(new RegExp(`^${this.#context.config.output.builtinPrefix}:`), "").replace(/^\\0/, "").replace(findFileExtensionSafe(formattedId), "")}`;
1433
+ return `${this.#context.config.output.builtinPrefix}:${formattedId.replace(new RegExp(`^${this.#context.config.output.builtinPrefix}:`), "").replace(/^\\0/, "").replace(findFileDotExtensionSafe(formattedId), "")}`;
1244
1434
  }
1245
1435
  /**
1246
1436
  * Resolves an id parameter to a corresponding virtual file path in the virtual file system (VFS).
@@ -1450,7 +1640,6 @@ var PowerlinesContext = class _PowerlinesContext {
1450
1640
  #envPaths;
1451
1641
  #fs;
1452
1642
  #tsconfig;
1453
- // #entry: ResolvedEntryTypeDefinition[] = [] as ResolvedEntryTypeDefinition[];
1454
1643
  #getConfigProps(config = {}) {
1455
1644
  return {
1456
1645
  variant: config.build?.variant,
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkXTPTXR6Y_js = require('./chunk-XTPTXR6Y.js');
3
+ var chunkJTW7QFIT_js = require('./chunk-JTW7QFIT.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 = chunkXTPTXR6Y_js.withExecutor("build", executorFn);
22
+ var executor = chunkJTW7QFIT_js.withExecutor("build", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
package/dist/executors.js CHANGED
@@ -1,34 +1,34 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkZJSHMHBZ_js = require('./chunk-ZJSHMHBZ.js');
5
- var chunkDYBB74M5_js = require('./chunk-DYBB74M5.js');
6
- var chunkMUKKEYV2_js = require('./chunk-MUKKEYV2.js');
7
- var chunkGBMB632G_js = require('./chunk-GBMB632G.js');
8
- var chunkHGVVLZRZ_js = require('./chunk-HGVVLZRZ.js');
9
- require('./chunk-XTPTXR6Y.js');
4
+ var chunkP5UNWOB6_js = require('./chunk-P5UNWOB6.js');
5
+ var chunkJMPM6JPD_js = require('./chunk-JMPM6JPD.js');
6
+ var chunkIXFAMU7J_js = require('./chunk-IXFAMU7J.js');
7
+ var chunkGW5UQFFS_js = require('./chunk-GW5UQFFS.js');
8
+ var chunkY2I6ZDWH_js = require('./chunk-Y2I6ZDWH.js');
9
+ require('./chunk-JTW7QFIT.js');
10
10
  require('./chunk-4UWZOCEA.js');
11
11
  require('./chunk-SHUYVCID.js');
12
12
 
13
13
 
14
14
 
15
- Object.defineProperty(exports, "build", {
15
+ Object.defineProperty(exports, "clean", {
16
16
  enumerable: true,
17
- get: function () { return chunkZJSHMHBZ_js.executor_default; }
17
+ get: function () { return chunkP5UNWOB6_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "docs", {
20
20
  enumerable: true,
21
- get: function () { return chunkDYBB74M5_js.executor_default; }
21
+ get: function () { return chunkJMPM6JPD_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "lint", {
24
24
  enumerable: true,
25
- get: function () { return chunkMUKKEYV2_js.executor_default; }
25
+ get: function () { return chunkIXFAMU7J_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "prepare", {
28
28
  enumerable: true,
29
- get: function () { return chunkGBMB632G_js.executor_default; }
29
+ get: function () { return chunkGW5UQFFS_js.executor_default; }
30
30
  });
31
- Object.defineProperty(exports, "clean", {
31
+ Object.defineProperty(exports, "build", {
32
32
  enumerable: true,
33
- get: function () { return chunkHGVVLZRZ_js.executor_default; }
33
+ get: function () { return chunkY2I6ZDWH_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as build } from './chunk-KXYDHGLW.mjs';
3
- export { executor_default as docs } from './chunk-R5YABITA.mjs';
4
- export { executor_default as lint } from './chunk-A6R3IFS4.mjs';
5
- export { executor_default as prepare } from './chunk-VGG6K4L5.mjs';
6
- export { executor_default as clean } from './chunk-AEUGK5NW.mjs';
7
- import './chunk-KZPEAPED.mjs';
2
+ export { executor_default as clean } from './chunk-HTYRXIRM.mjs';
3
+ export { executor_default as docs } from './chunk-RLV2BDHW.mjs';
4
+ export { executor_default as lint } from './chunk-OVUCSGTD.mjs';
5
+ export { executor_default as prepare } from './chunk-F3XVH3HG.mjs';
6
+ export { executor_default as build } from './chunk-EVC3CWDX.mjs';
7
+ import './chunk-TEBG7V3S.mjs';
8
8
  import './chunk-SV7QXBCB.mjs';
9
9
  import './chunk-O6YSETKJ.mjs';
package/dist/index.js CHANGED
@@ -1,35 +1,35 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkZJSHMHBZ_js = require('./chunk-ZJSHMHBZ.js');
5
- var chunkDYBB74M5_js = require('./chunk-DYBB74M5.js');
6
- var chunkMUKKEYV2_js = require('./chunk-MUKKEYV2.js');
7
- var chunkGBMB632G_js = require('./chunk-GBMB632G.js');
4
+ var chunkP5UNWOB6_js = require('./chunk-P5UNWOB6.js');
5
+ var chunkJMPM6JPD_js = require('./chunk-JMPM6JPD.js');
6
+ var chunkIXFAMU7J_js = require('./chunk-IXFAMU7J.js');
7
+ var chunkGW5UQFFS_js = require('./chunk-GW5UQFFS.js');
8
8
  require('./chunk-N2YKXZ5R.js');
9
9
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
10
10
  var chunkIFMXBBI7_js = require('./chunk-IFMXBBI7.js');
11
- var chunkHGVVLZRZ_js = require('./chunk-HGVVLZRZ.js');
12
- require('./chunk-XTPTXR6Y.js');
11
+ var chunkY2I6ZDWH_js = require('./chunk-Y2I6ZDWH.js');
12
+ require('./chunk-JTW7QFIT.js');
13
13
  require('./chunk-4UWZOCEA.js');
14
14
  require('./chunk-SHUYVCID.js');
15
15
 
16
16
 
17
17
 
18
- Object.defineProperty(exports, "build", {
18
+ Object.defineProperty(exports, "clean", {
19
19
  enumerable: true,
20
- get: function () { return chunkZJSHMHBZ_js.executor_default; }
20
+ get: function () { return chunkP5UNWOB6_js.executor_default; }
21
21
  });
22
22
  Object.defineProperty(exports, "docs", {
23
23
  enumerable: true,
24
- get: function () { return chunkDYBB74M5_js.executor_default; }
24
+ get: function () { return chunkJMPM6JPD_js.executor_default; }
25
25
  });
26
26
  Object.defineProperty(exports, "lint", {
27
27
  enumerable: true,
28
- get: function () { return chunkMUKKEYV2_js.executor_default; }
28
+ get: function () { return chunkIXFAMU7J_js.executor_default; }
29
29
  });
30
30
  Object.defineProperty(exports, "prepare", {
31
31
  enumerable: true,
32
- get: function () { return chunkGBMB632G_js.executor_default; }
32
+ get: function () { return chunkGW5UQFFS_js.executor_default; }
33
33
  });
34
34
  Object.defineProperty(exports, "sync", {
35
35
  enumerable: true,
@@ -47,7 +47,7 @@ Object.defineProperty(exports, "name", {
47
47
  enumerable: true,
48
48
  get: function () { return chunkIFMXBBI7_js.name; }
49
49
  });
50
- Object.defineProperty(exports, "clean", {
50
+ Object.defineProperty(exports, "build", {
51
51
  enumerable: true,
52
- get: function () { return chunkHGVVLZRZ_js.executor_default; }
52
+ get: function () { return chunkY2I6ZDWH_js.executor_default; }
53
53
  });
package/dist/index.mjs CHANGED
@@ -1,12 +1,12 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as build } from './chunk-KXYDHGLW.mjs';
3
- export { executor_default as docs } from './chunk-R5YABITA.mjs';
4
- export { executor_default as lint } from './chunk-A6R3IFS4.mjs';
5
- export { executor_default as prepare } from './chunk-VGG6K4L5.mjs';
2
+ export { executor_default as clean } from './chunk-HTYRXIRM.mjs';
3
+ export { executor_default as docs } from './chunk-RLV2BDHW.mjs';
4
+ export { executor_default as lint } from './chunk-OVUCSGTD.mjs';
5
+ export { executor_default as prepare } from './chunk-F3XVH3HG.mjs';
6
6
  import './chunk-23KFTIT2.mjs';
7
7
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
8
8
  export { createNodesV2, name } from './chunk-FFBOHADM.mjs';
9
- export { executor_default as clean } from './chunk-AEUGK5NW.mjs';
10
- import './chunk-KZPEAPED.mjs';
9
+ export { executor_default as build } from './chunk-EVC3CWDX.mjs';
10
+ import './chunk-TEBG7V3S.mjs';
11
11
  import './chunk-SV7QXBCB.mjs';
12
12
  import './chunk-O6YSETKJ.mjs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkXTPTXR6Y_js = require('../../chunk-XTPTXR6Y.js');
3
+ var chunkJTW7QFIT_js = require('../../chunk-JTW7QFIT.js');
4
4
  require('../../chunk-4UWZOCEA.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 chunkXTPTXR6Y_js.withExecutor; }
11
+ get: function () { return chunkJTW7QFIT_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-KZPEAPED.mjs';
1
+ export { withExecutor } from '../../chunk-TEBG7V3S.mjs';
2
2
  import '../../chunk-SV7QXBCB.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 chunkZJSHMHBZ_js = require('../../../chunk-ZJSHMHBZ.js');
6
- require('../../../chunk-XTPTXR6Y.js');
5
+ var chunkY2I6ZDWH_js = require('../../../chunk-Y2I6ZDWH.js');
6
+ require('../../../chunk-JTW7QFIT.js');
7
7
  require('../../../chunk-4UWZOCEA.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 chunkZJSHMHBZ_js.executor_default; }
14
+ get: function () { return chunkY2I6ZDWH_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkZJSHMHBZ_js.executorFn; }
18
+ get: function () { return chunkY2I6ZDWH_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-KXYDHGLW.mjs';
2
- import '../../../chunk-KZPEAPED.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-EVC3CWDX.mjs';
2
+ import '../../../chunk-TEBG7V3S.mjs';
3
3
  import '../../../chunk-SV7QXBCB.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 chunkHGVVLZRZ_js = require('../../../chunk-HGVVLZRZ.js');
6
- require('../../../chunk-XTPTXR6Y.js');
5
+ var chunkP5UNWOB6_js = require('../../../chunk-P5UNWOB6.js');
6
+ require('../../../chunk-JTW7QFIT.js');
7
7
  require('../../../chunk-4UWZOCEA.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 chunkHGVVLZRZ_js.executor_default; }
14
+ get: function () { return chunkP5UNWOB6_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkHGVVLZRZ_js.executorFn; }
18
+ get: function () { return chunkP5UNWOB6_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-AEUGK5NW.mjs';
2
- import '../../../chunk-KZPEAPED.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-HTYRXIRM.mjs';
2
+ import '../../../chunk-TEBG7V3S.mjs';
3
3
  import '../../../chunk-SV7QXBCB.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 chunkDYBB74M5_js = require('../../../chunk-DYBB74M5.js');
6
- require('../../../chunk-XTPTXR6Y.js');
5
+ var chunkJMPM6JPD_js = require('../../../chunk-JMPM6JPD.js');
6
+ require('../../../chunk-JTW7QFIT.js');
7
7
  require('../../../chunk-4UWZOCEA.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 chunkDYBB74M5_js.executor_default; }
14
+ get: function () { return chunkJMPM6JPD_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkDYBB74M5_js.executorFn; }
18
+ get: function () { return chunkJMPM6JPD_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-R5YABITA.mjs';
2
- import '../../../chunk-KZPEAPED.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-RLV2BDHW.mjs';
2
+ import '../../../chunk-TEBG7V3S.mjs';
3
3
  import '../../../chunk-SV7QXBCB.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 chunkMUKKEYV2_js = require('../../../chunk-MUKKEYV2.js');
6
- require('../../../chunk-XTPTXR6Y.js');
5
+ var chunkIXFAMU7J_js = require('../../../chunk-IXFAMU7J.js');
6
+ require('../../../chunk-JTW7QFIT.js');
7
7
  require('../../../chunk-4UWZOCEA.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 chunkMUKKEYV2_js.executor_default; }
14
+ get: function () { return chunkIXFAMU7J_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkMUKKEYV2_js.executorFn; }
18
+ get: function () { return chunkIXFAMU7J_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-A6R3IFS4.mjs';
2
- import '../../../chunk-KZPEAPED.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-OVUCSGTD.mjs';
2
+ import '../../../chunk-TEBG7V3S.mjs';
3
3
  import '../../../chunk-SV7QXBCB.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 chunkGBMB632G_js = require('../../../chunk-GBMB632G.js');
6
- require('../../../chunk-XTPTXR6Y.js');
5
+ var chunkGW5UQFFS_js = require('../../../chunk-GW5UQFFS.js');
6
+ require('../../../chunk-JTW7QFIT.js');
7
7
  require('../../../chunk-4UWZOCEA.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 chunkGBMB632G_js.executor_default; }
14
+ get: function () { return chunkGW5UQFFS_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkGBMB632G_js.executorFn; }
18
+ get: function () { return chunkGW5UQFFS_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-VGG6K4L5.mjs';
2
- import '../../../chunk-KZPEAPED.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-F3XVH3HG.mjs';
2
+ import '../../../chunk-TEBG7V3S.mjs';
3
3
  import '../../../chunk-SV7QXBCB.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.8.2",
3
+ "version": "0.9.0",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -148,13 +148,13 @@
148
148
  "@storm-software/workspace-tools": "^1.292.11",
149
149
  "@stryke/fs": "^0.32.2",
150
150
  "@stryke/hash": "^0.12.0",
151
- "@stryke/path": "^0.16.0",
151
+ "@stryke/path": "^0.17.0",
152
152
  "@stryke/string-format": "^0.12.0",
153
153
  "@stryke/type-checks": "^0.3.10",
154
154
  "defu": "^6.1.4",
155
155
  "jiti": "^2.6.1",
156
156
  "nx": "21.6.6",
157
- "powerlines": "^0.10.1"
157
+ "powerlines": "^0.11.0"
158
158
  },
159
159
  "devDependencies": {
160
160
  "@nx/workspace": "21.6.6",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "9cdca2370a9a95804d04d1725f066f1e4385ba85"
171
+ "gitHead": "94fc9407c0c49ee7611c2017e2d9feec5527fc1a"
172
172
  }