@powerlines/nx 0.11.235 → 0.11.237

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 (35) hide show
  1. package/dist/src/base/base-executor.js +1 -1
  2. package/dist/src/base/base-executor.mjs +1 -1
  3. package/dist/src/base/base-executor.untyped.d.ts +1 -1
  4. package/dist/src/base/index.js +1 -1
  5. package/dist/src/base/index.mjs +1 -1
  6. package/dist/src/{base-executor-bbeLJNux.js → base-executor-Bga6ze4K.js} +2 -2
  7. package/dist/src/{base-executor-DUuY0T5V.mjs → base-executor-DYjHy105.mjs} +3 -3
  8. package/dist/src/{base-executor-DUuY0T5V.mjs.map → base-executor-DYjHy105.mjs.map} +1 -1
  9. package/dist/src/base-executor.untyped-DCiPQvRf.d.ts +7 -0
  10. package/dist/src/base-executor.untyped-DCiPQvRf.d.ts.map +1 -0
  11. package/dist/src/executors/build/executor.js +1 -1
  12. package/dist/src/executors/build/executor.mjs +1 -1
  13. package/dist/src/executors/build/untyped.d.mts +2 -2
  14. package/dist/src/executors/build/untyped.d.ts +2 -2
  15. package/dist/src/executors/clean/executor.js +1 -1
  16. package/dist/src/executors/clean/executor.mjs +1 -1
  17. package/dist/src/executors/clean/untyped.d.mts +2 -2
  18. package/dist/src/executors/clean/untyped.d.ts +2 -2
  19. package/dist/src/executors/docs/executor.js +1 -1
  20. package/dist/src/executors/docs/executor.mjs +1 -1
  21. package/dist/src/executors/docs/untyped.d.ts +2 -2
  22. package/dist/src/executors/lint/executor.js +1 -1
  23. package/dist/src/executors/lint/executor.mjs +1 -1
  24. package/dist/src/executors/lint/untyped.d.mts +2 -2
  25. package/dist/src/executors/prepare/executor.js +1 -1
  26. package/dist/src/executors/prepare/executor.mjs +1 -1
  27. package/dist/src/executors/prepare/untyped.d.mts +2 -2
  28. package/dist/src/executors/prepare/untyped.d.ts +2 -2
  29. package/dist/src/generators/sync/untyped.d.mts +2 -2
  30. package/dist/src/generators/sync/untyped.d.ts +2 -2
  31. package/dist/src/index.js +1 -1
  32. package/dist/src/index.mjs +1 -1
  33. package/package.json +3 -3
  34. package/dist/src/base-executor.untyped-BVblCsuG.d.ts +0 -7
  35. package/dist/src/base-executor.untyped-BVblCsuG.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
1
  require('../config-CGQhS8tm.js');
2
- const require_base_executor = require('../base-executor-bbeLJNux.js');
2
+ const require_base_executor = require('../base-executor-Bga6ze4K.js');
3
3
 
4
4
  exports.withExecutor = require_base_executor.withExecutor;
@@ -1,4 +1,4 @@
1
- import { t as withExecutor } from "../base-executor-DUuY0T5V.mjs";
1
+ import { t as withExecutor } from "../base-executor-DYjHy105.mjs";
2
2
  import "../config-LoR-NIJg.mjs";
3
3
 
4
4
  export { withExecutor };
@@ -1,2 +1,2 @@
1
- import { t as _default } from "../base-executor.untyped-BVblCsuG.js";
1
+ import { t as _default } from "../base-executor.untyped-DCiPQvRf.js";
2
2
  export = _default;
@@ -1,5 +1,5 @@
1
1
  require('../config-CGQhS8tm.js');
2
- const require_base_executor = require('../base-executor-bbeLJNux.js');
2
+ const require_base_executor = require('../base-executor-Bga6ze4K.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-DUuY0T5V.mjs";
1
+ import { t as withExecutor } from "../base-executor-DYjHy105.mjs";
2
2
  import "../config-LoR-NIJg.mjs";
3
3
  import "../base-executor.untyped-C1pQETnQ.mjs";
4
4
  import "../base-BRSa-clf.mjs";
@@ -84,7 +84,7 @@ diff_match_patch = require_config.__toESM(diff_match_patch);
84
84
  require("unplugin");
85
85
 
86
86
  //#region ../powerlines/package.json
87
- var version = "0.39.14";
87
+ var version = "0.39.16";
88
88
 
89
89
  //#endregion
90
90
  //#region ../powerlines/src/typescript/ts-morph.ts
@@ -3137,7 +3137,7 @@ var PowerlinesContext = class PowerlinesContext {
3137
3137
  });
3138
3138
  if (!result) return;
3139
3139
  return {
3140
- id: `\0${result}`,
3140
+ id: result,
3141
3141
  external: this.config.projectType !== "application"
3142
3142
  };
3143
3143
  }
@@ -78,7 +78,7 @@ import Diff from "diff-match-patch";
78
78
  import "unplugin";
79
79
 
80
80
  //#region ../powerlines/package.json
81
- var version = "0.39.14";
81
+ var version = "0.39.16";
82
82
 
83
83
  //#endregion
84
84
  //#region ../powerlines/src/typescript/ts-morph.ts
@@ -3131,7 +3131,7 @@ var PowerlinesContext = class PowerlinesContext {
3131
3131
  });
3132
3132
  if (!result) return;
3133
3133
  return {
3134
- id: `\0${result}`,
3134
+ id: result,
3135
3135
  external: this.config.projectType !== "application"
3136
3136
  };
3137
3137
  }
@@ -4625,4 +4625,4 @@ ${error.stack}` : "Unknown error"}`);
4625
4625
 
4626
4626
  //#endregion
4627
4627
  export { withExecutor as t };
4628
- //# sourceMappingURL=base-executor-DUuY0T5V.mjs.map
4628
+ //# sourceMappingURL=base-executor-DYjHy105.mjs.map