@powerlines/nx 0.11.245 → 0.11.247

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 (58) hide show
  1. package/dist/src/base/base-executor.d.mts +1 -1
  2. package/dist/src/base/base-executor.d.ts +1 -1
  3. package/dist/src/base/base-executor.js +1 -1
  4. package/dist/src/base/base-executor.mjs +1 -1
  5. package/dist/src/base/index.d.mts +1 -1
  6. package/dist/src/base/index.d.ts +1 -1
  7. package/dist/src/base/index.js +1 -1
  8. package/dist/src/base/index.mjs +1 -1
  9. package/dist/src/{base-executor-8Ir8WQy3.mjs → base-executor-BaD_2qFr.mjs} +2 -2
  10. package/dist/src/base-executor-BaD_2qFr.mjs.map +1 -0
  11. package/dist/src/{base-executor-CjQqQXj9.js → base-executor-CH1NW4LH.js} +1 -1
  12. package/dist/src/{base-executor-Cg8BJvfR.d.mts → base-executor-CsvdsKIS.d.mts} +10 -6
  13. package/dist/src/base-executor-CsvdsKIS.d.mts.map +1 -0
  14. package/dist/src/{base-executor-DglM2tyD.d.ts → base-executor-D0Q1wshU.d.ts} +10 -6
  15. package/dist/src/base-executor-D0Q1wshU.d.ts.map +1 -0
  16. package/dist/src/{base-executor-Df0jJX8Z.mjs → base-executor-DBqSh9AW.mjs} +2 -2
  17. package/dist/src/base-executor-DBqSh9AW.mjs.map +1 -0
  18. package/dist/src/{base-executor-CI2DPk2i.js → base-executor-DoBLw1sa.js} +1 -1
  19. package/dist/src/executors/build/executor.d.mts +1 -1
  20. package/dist/src/executors/build/executor.d.ts +1 -1
  21. package/dist/src/executors/build/executor.js +1 -1
  22. package/dist/src/executors/build/executor.mjs +1 -1
  23. package/dist/src/executors/build/untyped.d.mts +2 -2
  24. package/dist/src/executors/clean/executor.d.mts +1 -1
  25. package/dist/src/executors/clean/executor.d.ts +1 -1
  26. package/dist/src/executors/clean/executor.js +1 -1
  27. package/dist/src/executors/clean/executor.mjs +1 -1
  28. package/dist/src/executors/clean/untyped.d.mts +2 -2
  29. package/dist/src/executors/clean/untyped.d.ts +2 -2
  30. package/dist/src/executors/docs/executor.d.mts +1 -1
  31. package/dist/src/executors/docs/executor.d.ts +1 -1
  32. package/dist/src/executors/docs/executor.js +1 -1
  33. package/dist/src/executors/docs/executor.mjs +1 -1
  34. package/dist/src/executors/docs/untyped.d.mts +2 -2
  35. package/dist/src/executors/docs/untyped.d.ts +2 -2
  36. package/dist/src/executors/lint/executor.d.mts +1 -1
  37. package/dist/src/executors/lint/executor.d.ts +1 -1
  38. package/dist/src/executors/lint/executor.js +1 -1
  39. package/dist/src/executors/lint/executor.mjs +1 -1
  40. package/dist/src/executors/lint/untyped.d.mts +2 -2
  41. package/dist/src/executors/lint/untyped.d.ts +2 -2
  42. package/dist/src/executors/prepare/executor.d.mts +1 -1
  43. package/dist/src/executors/prepare/executor.d.ts +1 -1
  44. package/dist/src/executors/prepare/executor.js +1 -1
  45. package/dist/src/executors/prepare/executor.mjs +1 -1
  46. package/dist/src/executors/prepare/untyped.d.mts +2 -2
  47. package/dist/src/executors/prepare/untyped.d.ts +2 -2
  48. package/dist/src/generators/sync/untyped.d.mts +2 -2
  49. package/dist/src/generators/sync/untyped.d.ts +2 -2
  50. package/dist/src/index.d.mts +1 -1
  51. package/dist/src/index.d.ts +1 -1
  52. package/dist/src/index.js +1 -1
  53. package/dist/src/index.mjs +1 -1
  54. package/package.json +3 -3
  55. package/dist/src/base-executor-8Ir8WQy3.mjs.map +0 -1
  56. package/dist/src/base-executor-Cg8BJvfR.d.mts.map +0 -1
  57. package/dist/src/base-executor-Df0jJX8Z.mjs.map +0 -1
  58. package/dist/src/base-executor-DglM2tyD.d.ts.map +0 -1
@@ -1,2 +1,2 @@
1
- import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-Cg8BJvfR.mjs";
1
+ import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-CsvdsKIS.mjs";
2
2
  export { PowerlinesExecutorContext, withExecutor };
@@ -1,2 +1,2 @@
1
- import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-DglM2tyD.js";
1
+ import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-D0Q1wshU.js";
2
2
  export { PowerlinesExecutorContext, withExecutor };
@@ -1,4 +1,4 @@
1
1
  require('../config-CGQhS8tm.js');
2
- const require_base_executor = require('../base-executor-CjQqQXj9.js');
2
+ const require_base_executor = require('../base-executor-CH1NW4LH.js');
3
3
 
4
4
  exports.withExecutor = require_base_executor.withExecutor;
@@ -1,4 +1,4 @@
1
- import { t as withExecutor } from "../base-executor-Df0jJX8Z.mjs";
1
+ import { t as withExecutor } from "../base-executor-BaD_2qFr.mjs";
2
2
  import "../config-LoR-NIJg.mjs";
3
3
 
4
4
  export { withExecutor };
@@ -1,4 +1,4 @@
1
- import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-Cg8BJvfR.mjs";
1
+ import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-CsvdsKIS.mjs";
2
2
  import "../base-executor.untyped-imww7Gm9.mjs";
3
3
  import "../index-LhFpnU-f.mjs";
4
4
  export { PowerlinesExecutorContext, withExecutor };
@@ -1,2 +1,2 @@
1
- import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-DglM2tyD.js";
1
+ import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-D0Q1wshU.js";
2
2
  export { PowerlinesExecutorContext, withExecutor };
@@ -1,5 +1,5 @@
1
1
  require('../config-CGQhS8tm.js');
2
- const require_base_executor = require('../base-executor-CjQqQXj9.js');
2
+ const require_base_executor = require('../base-executor-CH1NW4LH.js');
3
3
  require('../base-executor.untyped-Cz1Zw_02.js');
4
4
  require('../base-B7jekb-W.js');
5
5
 
@@ -1,4 +1,4 @@
1
- import { t as withExecutor } from "../base-executor-Df0jJX8Z.mjs";
1
+ import { t as withExecutor } from "../base-executor-BaD_2qFr.mjs";
2
2
  import "../config-LoR-NIJg.mjs";
3
3
  import "../base-executor.untyped-C1pQETnQ.mjs";
4
4
  import "../base-BRSa-clf.mjs";
@@ -78,7 +78,7 @@ import { resolve as resolve$1 } from "node:path";
78
78
  import "unplugin";
79
79
 
80
80
  //#region ../powerlines/package.json
81
- var version = "0.40.3";
81
+ var version = "0.40.6";
82
82
 
83
83
  //#endregion
84
84
  //#region ../powerlines/src/typescript/ts-morph.ts
@@ -4730,4 +4730,4 @@ ${error.stack}` : "Unknown error"}`);
4730
4730
 
4731
4731
  //#endregion
4732
4732
  export { withExecutor as t };
4733
- //# sourceMappingURL=base-executor-8Ir8WQy3.mjs.map
4733
+ //# sourceMappingURL=base-executor-BaD_2qFr.mjs.map