@powerlines/nx 0.11.77 → 0.11.79

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-XL3F6NV5.js → chunk-CMQJAVYR.js} +2 -2
  3. package/dist/{chunk-ULK5GAML.js → chunk-D6XWVAIZ.js} +2 -2
  4. package/dist/{chunk-ETNVDJAB.js → chunk-DY7VF6I6.js} +2 -2
  5. package/dist/{chunk-PTMYI7H5.js → chunk-IKGYQ4RA.js} +87 -46
  6. package/dist/{chunk-T4IYIB62.mjs → chunk-N5VFA4B5.mjs} +1 -1
  7. package/dist/{chunk-UOLDYTHX.mjs → chunk-OH2DDWA6.mjs} +1 -1
  8. package/dist/{chunk-L2BUBR55.mjs → chunk-PGKXD4OE.mjs} +87 -46
  9. package/dist/{chunk-EUHRAHD3.js → chunk-RW2XNZEX.js} +2 -2
  10. package/dist/{chunk-5P6RTGA4.js → chunk-TEG5246D.js} +2 -2
  11. package/dist/{chunk-DC5TBIF4.mjs → chunk-VVUT4VFF.mjs} +1 -1
  12. package/dist/{chunk-E2I4U6DM.mjs → chunk-WSVYUMD2.mjs} +1 -1
  13. package/dist/{chunk-CSBRR2ZY.mjs → chunk-YP7EEWJA.mjs} +1 -1
  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 +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.78](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.78) (01/14/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.37.22**
10
+
11
+ ## [0.11.77](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.77) (01/14/2026)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.37.21**
16
+
5
17
  ## [0.11.76](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.76) (01/14/2026)
6
18
 
7
19
  ### Updated Dependencies
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkPTMYI7H5_js = require('./chunk-PTMYI7H5.js');
3
+ var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.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 = chunkPTMYI7H5_js.withExecutor("lint", executorFn);
14
+ var executor = chunkIKGYQ4RA_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 chunkPTMYI7H5_js = require('./chunk-PTMYI7H5.js');
3
+ var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.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 = chunkPTMYI7H5_js.withExecutor("docs", executorFn);
14
+ var executor = chunkIKGYQ4RA_js.withExecutor("docs", executorFn);
15
15
  var executor_default = executor;
16
16
 
17
17
  exports.executorFn = executorFn;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkPTMYI7H5_js = require('./chunk-PTMYI7H5.js');
3
+ var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.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 = chunkPTMYI7H5_js.withExecutor("prepare", executorFn);
22
+ var executor = chunkIKGYQ4RA_js.withExecutor("prepare", executorFn);
23
23
  var executor_default = executor;
24
24
 
25
25
  exports.executorFn = executorFn;
@@ -1860,6 +1860,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
1860
1860
  * @returns A promise that resolves to a new virtual file system instance.
1861
1861
  */
1862
1862
  static async create(context) {
1863
+ context.debug("Starting virtual file system (VFS) initialization processes...");
1863
1864
  if (!context.config.skipCache && exists.existsSync(joinPaths.joinPaths(context.dataPath, "fs.bin"))) {
1864
1865
  const buffer$1 = await buffer.readFileBuffer(joinPaths.joinPaths(context.dataPath, "fs.bin"));
1865
1866
  const message2 = new $__namespace.Message(buffer$1, false);
@@ -1873,8 +1874,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
1873
1874
  }
1874
1875
  const message = new $__namespace.Message();
1875
1876
  const result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
1877
+ result.#log(types.LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
1876
1878
  if (result.metadata) {
1877
- context.entry = Object.entries(result.metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
1879
+ result.#log(types.LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result.metadata).length} previously stored metadata records...`);
1880
+ const entry = Object.entries(result.metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
1878
1881
  if (meta.properties) {
1879
1882
  const typeDefinition = {
1880
1883
  file: path
@@ -1898,7 +1901,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
1898
1901
  }
1899
1902
  return null;
1900
1903
  }).filter(Boolean);
1901
- context.debug(`Loaded ${context.entry.length} entry type definitions from VFS metadata.`);
1904
+ result.#log(types.LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
1905
+ context.entry = entry;
1902
1906
  }
1903
1907
  return result;
1904
1908
  }
@@ -1930,7 +1934,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
1930
1934
  return new Proxy(this.#metadata, {
1931
1935
  get: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1932
1936
  return target[this.#normalizeId(prop)];
1933
- }, "get")
1937
+ }, "get"),
1938
+ set: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop, value) => {
1939
+ target[this.#normalizeId(prop)] = value;
1940
+ return true;
1941
+ }, "set"),
1942
+ deleteProperty: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1943
+ delete target[this.#normalizeId(prop)];
1944
+ return true;
1945
+ }, "deleteProperty"),
1946
+ has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1947
+ return this.#normalizeId(prop) in target;
1948
+ }, "has")
1934
1949
  });
1935
1950
  }
1936
1951
  /**
@@ -1940,7 +1955,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
1940
1955
  return new Proxy(this.#paths, {
1941
1956
  get: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1942
1957
  return target[this.#normalizePath(prop)];
1943
- }, "get")
1958
+ }, "get"),
1959
+ set: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop, value) => {
1960
+ target[this.#normalizePath(prop)] = value;
1961
+ return true;
1962
+ }, "set"),
1963
+ deleteProperty: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1964
+ delete target[this.#normalizePath(prop)];
1965
+ return true;
1966
+ }, "deleteProperty"),
1967
+ has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1968
+ return this.#normalizePath(prop) in target;
1969
+ }, "has")
1944
1970
  });
1945
1971
  }
1946
1972
  /**
@@ -1950,7 +1976,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
1950
1976
  return new Proxy(this.#paths, {
1951
1977
  get: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1952
1978
  return target[this.#normalizeId(prop)];
1953
- }, "get")
1979
+ }, "get"),
1980
+ set: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop, value) => {
1981
+ target[this.#normalizeId(prop)] = value;
1982
+ return true;
1983
+ }, "set"),
1984
+ deleteProperty: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1985
+ delete target[this.#normalizeId(prop)];
1986
+ return true;
1987
+ }, "deleteProperty"),
1988
+ has: /* @__PURE__ */ chunkSHUYVCID_js.__name((target, prop) => {
1989
+ return this.#normalizeId(prop) in target;
1990
+ }, "has")
1954
1991
  });
1955
1992
  }
1956
1993
  /**
@@ -2399,6 +2436,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2399
2436
  this.#metadata[id] = {
2400
2437
  type: "normal",
2401
2438
  timestamp: Date.now(),
2439
+ ...this.#metadata[id] ?? {},
2402
2440
  ...meta
2403
2441
  };
2404
2442
  this.#paths[id] = this.#normalizePath(relativeKey);
@@ -2420,6 +2458,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2420
2458
  this.#metadata[id] = {
2421
2459
  type: "normal",
2422
2460
  timestamp: Date.now(),
2461
+ ...this.#metadata[id] ?? {},
2423
2462
  ...meta
2424
2463
  };
2425
2464
  this.#paths[id] = this.#normalizePath(relativeKey);
@@ -2644,22 +2683,21 @@ var VirtualFileSystem = class _VirtualFileSystem {
2644
2683
  await this.remove(joinPaths.joinPaths(this.#context.dataPath, "fs.bin"));
2645
2684
  const message = new $__namespace.Message();
2646
2685
  const fs = message.initRoot(FileSystem);
2647
- const paths = await this.list();
2648
- const storage = fs._initStorage(paths.length);
2649
- await Promise.all(paths.map(async (path, index) => {
2686
+ const storage = fs._initStorage(Object.keys(this.#paths).length);
2687
+ await Promise.all(Object.values(this.#paths).map(async (path, index) => {
2650
2688
  const code = await this.read(path);
2651
2689
  const fd = storage.get(index);
2652
2690
  fd.path = path;
2653
2691
  fd.code = code || "";
2654
2692
  }));
2655
- const ids = fs._initIds(Object.keys(this.ids).length);
2656
- Object.entries(this.ids).filter(([, path]) => path).forEach(([id, path], index) => {
2693
+ const ids = fs._initIds(Object.keys(this.#ids).length);
2694
+ Object.entries(this.#ids).filter(([, path]) => path).forEach(([id, path], index) => {
2657
2695
  const fileId = ids.get(index);
2658
2696
  fileId.id = id;
2659
2697
  fileId.path = path;
2660
2698
  });
2661
- const metadata = fs._initMetadata(Object.keys(this.metadata).length);
2662
- Object.entries(this.metadata).filter(([, value]) => value).forEach(([id, value], index) => {
2699
+ const metadata = fs._initMetadata(Object.keys(this.#metadata).length);
2700
+ Object.entries(this.#metadata).filter(([, value]) => value).forEach(([id, value], index) => {
2663
2701
  const fileMetadata = metadata.get(index);
2664
2702
  fileMetadata.id = id;
2665
2703
  fileMetadata.type = value.type;
@@ -2734,7 +2772,9 @@ var PowerlinesContext = class _PowerlinesContext {
2734
2772
  *
2735
2773
  * @internal
2736
2774
  */
2737
- #internal = {};
2775
+ #internal = {
2776
+ entry: []
2777
+ };
2738
2778
  #workspaceConfig;
2739
2779
  #checksum = null;
2740
2780
  #buildId = uuid.uuid();
@@ -2826,10 +2866,6 @@ var PowerlinesContext = class _PowerlinesContext {
2826
2866
  */
2827
2867
  resolver;
2828
2868
  /**
2829
- * An internal object containing the added resolved entry type definitions for the project.
2830
- */
2831
- _entry = null;
2832
- /**
2833
2869
  * The resolved configuration options
2834
2870
  */
2835
2871
  resolvePatterns = [];
@@ -2859,13 +2895,13 @@ var PowerlinesContext = class _PowerlinesContext {
2859
2895
  * The resolved entry type definitions for the project
2860
2896
  */
2861
2897
  get entry() {
2862
- return resolveEntriesSync(this, !this._entry || this._entry.length === 0 ? toArray.toArray(this.config.entry) : this._entry);
2898
+ return resolveEntriesSync(this, !this.$$internal.entry || this.$$internal.entry.length === 0 ? toArray.toArray(this.config.entry) : this.$$internal.entry);
2863
2899
  }
2864
2900
  /**
2865
2901
  * Sets the resolved entry type definitions for the project
2866
2902
  */
2867
2903
  set entry(value) {
2868
- this._entry = value;
2904
+ this.$$internal.entry = value;
2869
2905
  }
2870
2906
  /**
2871
2907
  * The TypeScript configuration parsed from the tsconfig file
@@ -3322,26 +3358,28 @@ var PowerlinesContext = class _PowerlinesContext {
3322
3358
  */
3323
3359
  async emitEntry(code, path, options = {}) {
3324
3360
  const entryPath = append.appendPath(replace.replacePath(replace.replacePath(replace.replacePath(path, this.entryPath), this.config.projectRoot), this.workspaceConfig.workspaceRoot), this.entryPath);
3325
- this._entry ??= [];
3326
- this._entry.push({
3327
- name: options.name,
3328
- file: entryPath,
3329
- input: options.input,
3330
- output: options.output
3331
- });
3332
- return this.emit(code, entryPath, defu6__default.default(omit.omit(options, [
3333
- "name"
3334
- ]), {
3361
+ if (this.$$internal.entry) {
3362
+ this.$$internal.entry.push({
3363
+ name: options.name,
3364
+ file: entryPath,
3365
+ input: options.input,
3366
+ output: options.output
3367
+ });
3368
+ }
3369
+ return this.emit(code, entryPath, defu6__default.default({
3335
3370
  meta: {
3336
3371
  type: "entry",
3337
3372
  properties: {
3338
- name: options.name,
3339
- output: options.output,
3340
- "input.file": options.input?.file,
3341
- "input.name": options.input?.name
3373
+ file: entryPath,
3374
+ name: options?.name,
3375
+ output: options?.output,
3376
+ "input.file": options?.input?.file,
3377
+ "input.name": options?.input?.name
3342
3378
  }
3343
3379
  }
3344
- }));
3380
+ }, omit.omit(options, [
3381
+ "name"
3382
+ ])));
3345
3383
  }
3346
3384
  /**
3347
3385
  * Synchronously resolves a entry virtual file and writes it to the VFS if it does not already exist
@@ -3352,26 +3390,28 @@ var PowerlinesContext = class _PowerlinesContext {
3352
3390
  */
3353
3391
  emitEntrySync(code, path, options = {}) {
3354
3392
  const entryPath = append.appendPath(replace.replacePath(replace.replacePath(replace.replacePath(path, this.entryPath), this.config.projectRoot), this.workspaceConfig.workspaceRoot), this.entryPath);
3355
- this._entry ??= [];
3356
- this._entry.push({
3357
- name: options?.name,
3358
- file: entryPath,
3359
- input: options?.input,
3360
- output: options?.output
3361
- });
3362
- return this.emitSync(code, entryPath, defu6__default.default(omit.omit(options, [
3363
- "name"
3364
- ]), {
3393
+ if (this.$$internal.entry) {
3394
+ this.$$internal.entry.push({
3395
+ name: options?.name,
3396
+ file: entryPath,
3397
+ input: options?.input,
3398
+ output: options?.output
3399
+ });
3400
+ }
3401
+ return this.emitSync(code, entryPath, defu6__default.default({
3365
3402
  meta: {
3366
3403
  type: "entry",
3367
3404
  properties: {
3405
+ file: entryPath,
3368
3406
  name: options?.name,
3369
3407
  output: options?.output,
3370
3408
  "input.file": options?.input?.file,
3371
3409
  "input.name": options?.input?.name
3372
3410
  }
3373
3411
  }
3374
- }));
3412
+ }, omit.omit(options, [
3413
+ "name"
3414
+ ])));
3375
3415
  }
3376
3416
  /**
3377
3417
  * Resolves a builtin virtual file and writes it to the VFS if it does not already exist
@@ -4307,7 +4347,8 @@ var PowerlinesAPI = class _PowerlinesAPI {
4307
4347
  const api = new _PowerlinesAPI(await PowerlinesAPIContext.from(workspaceRoot, config));
4308
4348
  api.#context.$$internal = {
4309
4349
  api,
4310
- addPlugin: api.#addPlugin.bind(api)
4350
+ addPlugin: api.#addPlugin.bind(api),
4351
+ entry: []
4311
4352
  };
4312
4353
  for (const plugin of api.context.config.plugins ?? []) {
4313
4354
  await api.#addPlugin(plugin);
@@ -1,4 +1,4 @@
1
- import { withExecutor } from './chunk-L2BUBR55.mjs';
1
+ import { withExecutor } from './chunk-PGKXD4OE.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-L2BUBR55.mjs';
1
+ import { withExecutor } from './chunk-PGKXD4OE.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/clean/executor.ts
@@ -1831,6 +1831,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
1831
1831
  * @returns A promise that resolves to a new virtual file system instance.
1832
1832
  */
1833
1833
  static async create(context) {
1834
+ context.debug("Starting virtual file system (VFS) initialization processes...");
1834
1835
  if (!context.config.skipCache && existsSync(joinPaths$1(context.dataPath, "fs.bin"))) {
1835
1836
  const buffer = await readFileBuffer(joinPaths$1(context.dataPath, "fs.bin"));
1836
1837
  const message2 = new $.Message(buffer, false);
@@ -1844,8 +1845,10 @@ var VirtualFileSystem = class _VirtualFileSystem {
1844
1845
  }
1845
1846
  const message = new $.Message();
1846
1847
  const result = new _VirtualFileSystem(context, message.initRoot(FileSystem));
1848
+ result.#log(LogLevelLabel.DEBUG, "Successfully completed virtual file system (VFS) initialization.");
1847
1849
  if (result.metadata) {
1848
- context.entry = Object.entries(result.metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
1850
+ result.#log(LogLevelLabel.DEBUG, `Preparing to load ${Object.keys(result.metadata).length} previously stored metadata records...`);
1851
+ const entry = Object.entries(result.metadata).filter(([, meta]) => meta && meta.type === "entry").map(([path, meta]) => {
1849
1852
  if (meta.properties) {
1850
1853
  const typeDefinition = {
1851
1854
  file: path
@@ -1869,7 +1872,8 @@ var VirtualFileSystem = class _VirtualFileSystem {
1869
1872
  }
1870
1873
  return null;
1871
1874
  }).filter(Boolean);
1872
- context.debug(`Loaded ${context.entry.length} entry type definitions from VFS metadata.`);
1875
+ result.#log(LogLevelLabel.DEBUG, `Loaded ${entry.length} entry type definitions from VFS metadata.`);
1876
+ context.entry = entry;
1873
1877
  }
1874
1878
  return result;
1875
1879
  }
@@ -1901,7 +1905,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
1901
1905
  return new Proxy(this.#metadata, {
1902
1906
  get: /* @__PURE__ */ __name((target, prop) => {
1903
1907
  return target[this.#normalizeId(prop)];
1904
- }, "get")
1908
+ }, "get"),
1909
+ set: /* @__PURE__ */ __name((target, prop, value) => {
1910
+ target[this.#normalizeId(prop)] = value;
1911
+ return true;
1912
+ }, "set"),
1913
+ deleteProperty: /* @__PURE__ */ __name((target, prop) => {
1914
+ delete target[this.#normalizeId(prop)];
1915
+ return true;
1916
+ }, "deleteProperty"),
1917
+ has: /* @__PURE__ */ __name((target, prop) => {
1918
+ return this.#normalizeId(prop) in target;
1919
+ }, "has")
1905
1920
  });
1906
1921
  }
1907
1922
  /**
@@ -1911,7 +1926,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
1911
1926
  return new Proxy(this.#paths, {
1912
1927
  get: /* @__PURE__ */ __name((target, prop) => {
1913
1928
  return target[this.#normalizePath(prop)];
1914
- }, "get")
1929
+ }, "get"),
1930
+ set: /* @__PURE__ */ __name((target, prop, value) => {
1931
+ target[this.#normalizePath(prop)] = value;
1932
+ return true;
1933
+ }, "set"),
1934
+ deleteProperty: /* @__PURE__ */ __name((target, prop) => {
1935
+ delete target[this.#normalizePath(prop)];
1936
+ return true;
1937
+ }, "deleteProperty"),
1938
+ has: /* @__PURE__ */ __name((target, prop) => {
1939
+ return this.#normalizePath(prop) in target;
1940
+ }, "has")
1915
1941
  });
1916
1942
  }
1917
1943
  /**
@@ -1921,7 +1947,18 @@ var VirtualFileSystem = class _VirtualFileSystem {
1921
1947
  return new Proxy(this.#paths, {
1922
1948
  get: /* @__PURE__ */ __name((target, prop) => {
1923
1949
  return target[this.#normalizeId(prop)];
1924
- }, "get")
1950
+ }, "get"),
1951
+ set: /* @__PURE__ */ __name((target, prop, value) => {
1952
+ target[this.#normalizeId(prop)] = value;
1953
+ return true;
1954
+ }, "set"),
1955
+ deleteProperty: /* @__PURE__ */ __name((target, prop) => {
1956
+ delete target[this.#normalizeId(prop)];
1957
+ return true;
1958
+ }, "deleteProperty"),
1959
+ has: /* @__PURE__ */ __name((target, prop) => {
1960
+ return this.#normalizeId(prop) in target;
1961
+ }, "has")
1925
1962
  });
1926
1963
  }
1927
1964
  /**
@@ -2370,6 +2407,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2370
2407
  this.#metadata[id] = {
2371
2408
  type: "normal",
2372
2409
  timestamp: Date.now(),
2410
+ ...this.#metadata[id] ?? {},
2373
2411
  ...meta
2374
2412
  };
2375
2413
  this.#paths[id] = this.#normalizePath(relativeKey);
@@ -2391,6 +2429,7 @@ var VirtualFileSystem = class _VirtualFileSystem {
2391
2429
  this.#metadata[id] = {
2392
2430
  type: "normal",
2393
2431
  timestamp: Date.now(),
2432
+ ...this.#metadata[id] ?? {},
2394
2433
  ...meta
2395
2434
  };
2396
2435
  this.#paths[id] = this.#normalizePath(relativeKey);
@@ -2615,22 +2654,21 @@ var VirtualFileSystem = class _VirtualFileSystem {
2615
2654
  await this.remove(joinPaths$1(this.#context.dataPath, "fs.bin"));
2616
2655
  const message = new $.Message();
2617
2656
  const fs = message.initRoot(FileSystem);
2618
- const paths = await this.list();
2619
- const storage = fs._initStorage(paths.length);
2620
- await Promise.all(paths.map(async (path, index) => {
2657
+ const storage = fs._initStorage(Object.keys(this.#paths).length);
2658
+ await Promise.all(Object.values(this.#paths).map(async (path, index) => {
2621
2659
  const code = await this.read(path);
2622
2660
  const fd = storage.get(index);
2623
2661
  fd.path = path;
2624
2662
  fd.code = code || "";
2625
2663
  }));
2626
- const ids = fs._initIds(Object.keys(this.ids).length);
2627
- Object.entries(this.ids).filter(([, path]) => path).forEach(([id, path], index) => {
2664
+ const ids = fs._initIds(Object.keys(this.#ids).length);
2665
+ Object.entries(this.#ids).filter(([, path]) => path).forEach(([id, path], index) => {
2628
2666
  const fileId = ids.get(index);
2629
2667
  fileId.id = id;
2630
2668
  fileId.path = path;
2631
2669
  });
2632
- const metadata = fs._initMetadata(Object.keys(this.metadata).length);
2633
- Object.entries(this.metadata).filter(([, value]) => value).forEach(([id, value], index) => {
2670
+ const metadata = fs._initMetadata(Object.keys(this.#metadata).length);
2671
+ Object.entries(this.#metadata).filter(([, value]) => value).forEach(([id, value], index) => {
2634
2672
  const fileMetadata = metadata.get(index);
2635
2673
  fileMetadata.id = id;
2636
2674
  fileMetadata.type = value.type;
@@ -2705,7 +2743,9 @@ var PowerlinesContext = class _PowerlinesContext {
2705
2743
  *
2706
2744
  * @internal
2707
2745
  */
2708
- #internal = {};
2746
+ #internal = {
2747
+ entry: []
2748
+ };
2709
2749
  #workspaceConfig;
2710
2750
  #checksum = null;
2711
2751
  #buildId = uuid();
@@ -2797,10 +2837,6 @@ var PowerlinesContext = class _PowerlinesContext {
2797
2837
  */
2798
2838
  resolver;
2799
2839
  /**
2800
- * An internal object containing the added resolved entry type definitions for the project.
2801
- */
2802
- _entry = null;
2803
- /**
2804
2840
  * The resolved configuration options
2805
2841
  */
2806
2842
  resolvePatterns = [];
@@ -2830,13 +2866,13 @@ var PowerlinesContext = class _PowerlinesContext {
2830
2866
  * The resolved entry type definitions for the project
2831
2867
  */
2832
2868
  get entry() {
2833
- return resolveEntriesSync(this, !this._entry || this._entry.length === 0 ? toArray(this.config.entry) : this._entry);
2869
+ return resolveEntriesSync(this, !this.$$internal.entry || this.$$internal.entry.length === 0 ? toArray(this.config.entry) : this.$$internal.entry);
2834
2870
  }
2835
2871
  /**
2836
2872
  * Sets the resolved entry type definitions for the project
2837
2873
  */
2838
2874
  set entry(value) {
2839
- this._entry = value;
2875
+ this.$$internal.entry = value;
2840
2876
  }
2841
2877
  /**
2842
2878
  * The TypeScript configuration parsed from the tsconfig file
@@ -3293,26 +3329,28 @@ var PowerlinesContext = class _PowerlinesContext {
3293
3329
  */
3294
3330
  async emitEntry(code, path, options = {}) {
3295
3331
  const entryPath = appendPath(replacePath(replacePath(replacePath(path, this.entryPath), this.config.projectRoot), this.workspaceConfig.workspaceRoot), this.entryPath);
3296
- this._entry ??= [];
3297
- this._entry.push({
3298
- name: options.name,
3299
- file: entryPath,
3300
- input: options.input,
3301
- output: options.output
3302
- });
3303
- return this.emit(code, entryPath, defu6(omit(options, [
3304
- "name"
3305
- ]), {
3332
+ if (this.$$internal.entry) {
3333
+ this.$$internal.entry.push({
3334
+ name: options.name,
3335
+ file: entryPath,
3336
+ input: options.input,
3337
+ output: options.output
3338
+ });
3339
+ }
3340
+ return this.emit(code, entryPath, defu6({
3306
3341
  meta: {
3307
3342
  type: "entry",
3308
3343
  properties: {
3309
- name: options.name,
3310
- output: options.output,
3311
- "input.file": options.input?.file,
3312
- "input.name": options.input?.name
3344
+ file: entryPath,
3345
+ name: options?.name,
3346
+ output: options?.output,
3347
+ "input.file": options?.input?.file,
3348
+ "input.name": options?.input?.name
3313
3349
  }
3314
3350
  }
3315
- }));
3351
+ }, omit(options, [
3352
+ "name"
3353
+ ])));
3316
3354
  }
3317
3355
  /**
3318
3356
  * Synchronously resolves a entry virtual file and writes it to the VFS if it does not already exist
@@ -3323,26 +3361,28 @@ var PowerlinesContext = class _PowerlinesContext {
3323
3361
  */
3324
3362
  emitEntrySync(code, path, options = {}) {
3325
3363
  const entryPath = appendPath(replacePath(replacePath(replacePath(path, this.entryPath), this.config.projectRoot), this.workspaceConfig.workspaceRoot), this.entryPath);
3326
- this._entry ??= [];
3327
- this._entry.push({
3328
- name: options?.name,
3329
- file: entryPath,
3330
- input: options?.input,
3331
- output: options?.output
3332
- });
3333
- return this.emitSync(code, entryPath, defu6(omit(options, [
3334
- "name"
3335
- ]), {
3364
+ if (this.$$internal.entry) {
3365
+ this.$$internal.entry.push({
3366
+ name: options?.name,
3367
+ file: entryPath,
3368
+ input: options?.input,
3369
+ output: options?.output
3370
+ });
3371
+ }
3372
+ return this.emitSync(code, entryPath, defu6({
3336
3373
  meta: {
3337
3374
  type: "entry",
3338
3375
  properties: {
3376
+ file: entryPath,
3339
3377
  name: options?.name,
3340
3378
  output: options?.output,
3341
3379
  "input.file": options?.input?.file,
3342
3380
  "input.name": options?.input?.name
3343
3381
  }
3344
3382
  }
3345
- }));
3383
+ }, omit(options, [
3384
+ "name"
3385
+ ])));
3346
3386
  }
3347
3387
  /**
3348
3388
  * Resolves a builtin virtual file and writes it to the VFS if it does not already exist
@@ -4278,7 +4318,8 @@ var PowerlinesAPI = class _PowerlinesAPI {
4278
4318
  const api = new _PowerlinesAPI(await PowerlinesAPIContext.from(workspaceRoot, config));
4279
4319
  api.#context.$$internal = {
4280
4320
  api,
4281
- addPlugin: api.#addPlugin.bind(api)
4321
+ addPlugin: api.#addPlugin.bind(api),
4322
+ entry: []
4282
4323
  };
4283
4324
  for (const plugin of api.context.config.plugins ?? []) {
4284
4325
  await api.#addPlugin(plugin);
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkPTMYI7H5_js = require('./chunk-PTMYI7H5.js');
3
+ var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.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 = chunkPTMYI7H5_js.withExecutor("clean", executorFn);
14
+ var executor = chunkIKGYQ4RA_js.withExecutor("clean", 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 chunkPTMYI7H5_js = require('./chunk-PTMYI7H5.js');
3
+ var chunkIKGYQ4RA_js = require('./chunk-IKGYQ4RA.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 = chunkPTMYI7H5_js.withExecutor("build", executorFn);
22
+ var executor = chunkIKGYQ4RA_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-L2BUBR55.mjs';
1
+ import { withExecutor } from './chunk-PGKXD4OE.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-L2BUBR55.mjs';
1
+ import { withExecutor } from './chunk-PGKXD4OE.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-L2BUBR55.mjs';
1
+ import { withExecutor } from './chunk-PGKXD4OE.mjs';
2
2
  import { __name } from './chunk-O6YSETKJ.mjs';
3
3
 
4
4
  // src/executors/lint/executor.ts
package/dist/executors.js CHANGED
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  require('./chunk-XO62WWX4.js');
4
- var chunkXL3F6NV5_js = require('./chunk-XL3F6NV5.js');
5
- var chunkETNVDJAB_js = require('./chunk-ETNVDJAB.js');
6
- var chunk5P6RTGA4_js = require('./chunk-5P6RTGA4.js');
7
- var chunkEUHRAHD3_js = require('./chunk-EUHRAHD3.js');
8
- var chunkULK5GAML_js = require('./chunk-ULK5GAML.js');
9
- require('./chunk-PTMYI7H5.js');
4
+ var chunkCMQJAVYR_js = require('./chunk-CMQJAVYR.js');
5
+ var chunkDY7VF6I6_js = require('./chunk-DY7VF6I6.js');
6
+ var chunkTEG5246D_js = require('./chunk-TEG5246D.js');
7
+ var chunkRW2XNZEX_js = require('./chunk-RW2XNZEX.js');
8
+ var chunkD6XWVAIZ_js = require('./chunk-D6XWVAIZ.js');
9
+ require('./chunk-IKGYQ4RA.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 chunkXL3F6NV5_js.executor_default; }
17
+ get: function () { return chunkCMQJAVYR_js.executor_default; }
18
18
  });
19
19
  Object.defineProperty(exports, "prepare", {
20
20
  enumerable: true,
21
- get: function () { return chunkETNVDJAB_js.executor_default; }
21
+ get: function () { return chunkDY7VF6I6_js.executor_default; }
22
22
  });
23
23
  Object.defineProperty(exports, "build", {
24
24
  enumerable: true,
25
- get: function () { return chunk5P6RTGA4_js.executor_default; }
25
+ get: function () { return chunkTEG5246D_js.executor_default; }
26
26
  });
27
27
  Object.defineProperty(exports, "clean", {
28
28
  enumerable: true,
29
- get: function () { return chunkEUHRAHD3_js.executor_default; }
29
+ get: function () { return chunkRW2XNZEX_js.executor_default; }
30
30
  });
31
31
  Object.defineProperty(exports, "docs", {
32
32
  enumerable: true,
33
- get: function () { return chunkULK5GAML_js.executor_default; }
33
+ get: function () { return chunkD6XWVAIZ_js.executor_default; }
34
34
  });
@@ -1,9 +1,9 @@
1
1
  import './chunk-UV4HQO3Y.mjs';
2
- export { executor_default as lint } from './chunk-CSBRR2ZY.mjs';
3
- export { executor_default as prepare } from './chunk-DC5TBIF4.mjs';
4
- export { executor_default as build } from './chunk-T4IYIB62.mjs';
5
- export { executor_default as clean } from './chunk-UOLDYTHX.mjs';
6
- export { executor_default as docs } from './chunk-E2I4U6DM.mjs';
7
- import './chunk-L2BUBR55.mjs';
2
+ export { executor_default as lint } from './chunk-YP7EEWJA.mjs';
3
+ export { executor_default as prepare } from './chunk-VVUT4VFF.mjs';
4
+ export { executor_default as build } from './chunk-N5VFA4B5.mjs';
5
+ export { executor_default as clean } from './chunk-OH2DDWA6.mjs';
6
+ export { executor_default as docs } from './chunk-WSVYUMD2.mjs';
7
+ import './chunk-PGKXD4OE.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 chunkTNFRQNSW_js = require('./chunk-TNFRQNSW.js');
4
4
  require('./chunk-XO62WWX4.js');
5
- var chunkXL3F6NV5_js = require('./chunk-XL3F6NV5.js');
6
- var chunkETNVDJAB_js = require('./chunk-ETNVDJAB.js');
7
- var chunk5P6RTGA4_js = require('./chunk-5P6RTGA4.js');
8
- var chunkEUHRAHD3_js = require('./chunk-EUHRAHD3.js');
9
- var chunkULK5GAML_js = require('./chunk-ULK5GAML.js');
5
+ var chunkCMQJAVYR_js = require('./chunk-CMQJAVYR.js');
6
+ var chunkDY7VF6I6_js = require('./chunk-DY7VF6I6.js');
7
+ var chunkTEG5246D_js = require('./chunk-TEG5246D.js');
8
+ var chunkRW2XNZEX_js = require('./chunk-RW2XNZEX.js');
9
+ var chunkD6XWVAIZ_js = require('./chunk-D6XWVAIZ.js');
10
10
  require('./chunk-N2YKXZ5R.js');
11
11
  var chunkWUJKJGEW_js = require('./chunk-WUJKJGEW.js');
12
- require('./chunk-PTMYI7H5.js');
12
+ require('./chunk-IKGYQ4RA.js');
13
13
  require('./chunk-QSMJD4CD.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 chunkXL3F6NV5_js.executor_default; }
26
+ get: function () { return chunkCMQJAVYR_js.executor_default; }
27
27
  });
28
28
  Object.defineProperty(exports, "prepare", {
29
29
  enumerable: true,
30
- get: function () { return chunkETNVDJAB_js.executor_default; }
30
+ get: function () { return chunkDY7VF6I6_js.executor_default; }
31
31
  });
32
32
  Object.defineProperty(exports, "build", {
33
33
  enumerable: true,
34
- get: function () { return chunk5P6RTGA4_js.executor_default; }
34
+ get: function () { return chunkTEG5246D_js.executor_default; }
35
35
  });
36
36
  Object.defineProperty(exports, "clean", {
37
37
  enumerable: true,
38
- get: function () { return chunkEUHRAHD3_js.executor_default; }
38
+ get: function () { return chunkRW2XNZEX_js.executor_default; }
39
39
  });
40
40
  Object.defineProperty(exports, "docs", {
41
41
  enumerable: true,
42
- get: function () { return chunkULK5GAML_js.executor_default; }
42
+ get: function () { return chunkD6XWVAIZ_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-KPZS6OF5.mjs';
2
2
  import './chunk-UV4HQO3Y.mjs';
3
- export { executor_default as lint } from './chunk-CSBRR2ZY.mjs';
4
- export { executor_default as prepare } from './chunk-DC5TBIF4.mjs';
5
- export { executor_default as build } from './chunk-T4IYIB62.mjs';
6
- export { executor_default as clean } from './chunk-UOLDYTHX.mjs';
7
- export { executor_default as docs } from './chunk-E2I4U6DM.mjs';
3
+ export { executor_default as lint } from './chunk-YP7EEWJA.mjs';
4
+ export { executor_default as prepare } from './chunk-VVUT4VFF.mjs';
5
+ export { executor_default as build } from './chunk-N5VFA4B5.mjs';
6
+ export { executor_default as clean } from './chunk-OH2DDWA6.mjs';
7
+ export { executor_default as docs } from './chunk-WSVYUMD2.mjs';
8
8
  import './chunk-23KFTIT2.mjs';
9
9
  export { generator_default as sync, generatorFn as syncGenerator } from './chunk-326QB2VK.mjs';
10
- import './chunk-L2BUBR55.mjs';
10
+ import './chunk-PGKXD4OE.mjs';
11
11
  import './chunk-LK4PXBKI.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 chunkPTMYI7H5_js = require('../../chunk-PTMYI7H5.js');
3
+ var chunkIKGYQ4RA_js = require('../../chunk-IKGYQ4RA.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 chunkPTMYI7H5_js.withExecutor; }
11
+ get: function () { return chunkIKGYQ4RA_js.withExecutor; }
12
12
  });
@@ -1,3 +1,3 @@
1
- export { withExecutor } from '../../chunk-L2BUBR55.mjs';
1
+ export { withExecutor } from '../../chunk-PGKXD4OE.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 chunk5P6RTGA4_js = require('../../../chunk-5P6RTGA4.js');
6
- require('../../../chunk-PTMYI7H5.js');
5
+ var chunkTEG5246D_js = require('../../../chunk-TEG5246D.js');
6
+ require('../../../chunk-IKGYQ4RA.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 chunk5P6RTGA4_js.executor_default; }
14
+ get: function () { return chunkTEG5246D_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunk5P6RTGA4_js.executorFn; }
18
+ get: function () { return chunkTEG5246D_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-T4IYIB62.mjs';
2
- import '../../../chunk-L2BUBR55.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-N5VFA4B5.mjs';
2
+ import '../../../chunk-PGKXD4OE.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 chunkEUHRAHD3_js = require('../../../chunk-EUHRAHD3.js');
6
- require('../../../chunk-PTMYI7H5.js');
5
+ var chunkRW2XNZEX_js = require('../../../chunk-RW2XNZEX.js');
6
+ require('../../../chunk-IKGYQ4RA.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 chunkEUHRAHD3_js.executor_default; }
14
+ get: function () { return chunkRW2XNZEX_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkEUHRAHD3_js.executorFn; }
18
+ get: function () { return chunkRW2XNZEX_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-UOLDYTHX.mjs';
2
- import '../../../chunk-L2BUBR55.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-OH2DDWA6.mjs';
2
+ import '../../../chunk-PGKXD4OE.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 chunkULK5GAML_js = require('../../../chunk-ULK5GAML.js');
6
- require('../../../chunk-PTMYI7H5.js');
5
+ var chunkD6XWVAIZ_js = require('../../../chunk-D6XWVAIZ.js');
6
+ require('../../../chunk-IKGYQ4RA.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 chunkULK5GAML_js.executor_default; }
14
+ get: function () { return chunkD6XWVAIZ_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkULK5GAML_js.executorFn; }
18
+ get: function () { return chunkD6XWVAIZ_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-E2I4U6DM.mjs';
2
- import '../../../chunk-L2BUBR55.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-WSVYUMD2.mjs';
2
+ import '../../../chunk-PGKXD4OE.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 chunkXL3F6NV5_js = require('../../../chunk-XL3F6NV5.js');
6
- require('../../../chunk-PTMYI7H5.js');
5
+ var chunkCMQJAVYR_js = require('../../../chunk-CMQJAVYR.js');
6
+ require('../../../chunk-IKGYQ4RA.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 chunkXL3F6NV5_js.executor_default; }
14
+ get: function () { return chunkCMQJAVYR_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkXL3F6NV5_js.executorFn; }
18
+ get: function () { return chunkCMQJAVYR_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-CSBRR2ZY.mjs';
2
- import '../../../chunk-L2BUBR55.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-YP7EEWJA.mjs';
2
+ import '../../../chunk-PGKXD4OE.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 chunkETNVDJAB_js = require('../../../chunk-ETNVDJAB.js');
6
- require('../../../chunk-PTMYI7H5.js');
5
+ var chunkDY7VF6I6_js = require('../../../chunk-DY7VF6I6.js');
6
+ require('../../../chunk-IKGYQ4RA.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 chunkETNVDJAB_js.executor_default; }
14
+ get: function () { return chunkDY7VF6I6_js.executor_default; }
15
15
  });
16
16
  Object.defineProperty(exports, "executorFn", {
17
17
  enumerable: true,
18
- get: function () { return chunkETNVDJAB_js.executorFn; }
18
+ get: function () { return chunkDY7VF6I6_js.executorFn; }
19
19
  });
@@ -1,4 +1,4 @@
1
- export { executor_default as default, executorFn } from '../../../chunk-DC5TBIF4.mjs';
2
- import '../../../chunk-L2BUBR55.mjs';
1
+ export { executor_default as default, executorFn } from '../../../chunk-VVUT4VFF.mjs';
2
+ import '../../../chunk-PGKXD4OE.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.77",
3
+ "version": "0.11.79",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -182,12 +182,12 @@
182
182
  "typings": "dist/index.d.ts",
183
183
  "dependencies": {
184
184
  "@nx/devkit": "^22.3.3",
185
- "@storm-software/build-tools": "^0.158.75",
186
- "@storm-software/config": "^1.134.75",
187
- "@storm-software/config-tools": "^1.188.75",
188
- "@storm-software/esbuild": "^0.53.75",
189
- "@storm-software/unbuild": "^0.57.75",
190
- "@storm-software/workspace-tools": "^1.294.21",
185
+ "@storm-software/build-tools": "^0.158.76",
186
+ "@storm-software/config": "^1.135.0",
187
+ "@storm-software/config-tools": "^1.188.76",
188
+ "@storm-software/esbuild": "^0.53.76",
189
+ "@storm-software/unbuild": "^0.57.76",
190
+ "@storm-software/workspace-tools": "^1.294.22",
191
191
  "@stryke/fs": "^0.33.29",
192
192
  "@stryke/hash": "^0.12.35",
193
193
  "@stryke/path": "^0.24.2",
@@ -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.21"
199
+ "powerlines": "^0.37.23"
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": "27c7f2c07aa3bbf95595193f546885c5e6abe21c"
213
+ "gitHead": "f8da9db489979fe711ce56696fb12552de6f797b"
214
214
  }