@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.
- package/dist/src/base/base-executor.js +1 -1
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.d.ts +1 -1
- package/dist/src/base/index.js +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/{base-executor-bbeLJNux.js → base-executor-Bga6ze4K.js} +2 -2
- package/dist/src/{base-executor-DUuY0T5V.mjs → base-executor-DYjHy105.mjs} +3 -3
- package/dist/src/{base-executor-DUuY0T5V.mjs.map → base-executor-DYjHy105.mjs.map} +1 -1
- package/dist/src/base-executor.untyped-DCiPQvRf.d.ts +7 -0
- package/dist/src/base-executor.untyped-DCiPQvRf.d.ts.map +1 -0
- package/dist/src/executors/build/executor.js +1 -1
- package/dist/src/executors/build/executor.mjs +1 -1
- package/dist/src/executors/build/untyped.d.mts +2 -2
- package/dist/src/executors/build/untyped.d.ts +2 -2
- package/dist/src/executors/clean/executor.js +1 -1
- package/dist/src/executors/clean/executor.mjs +1 -1
- package/dist/src/executors/clean/untyped.d.mts +2 -2
- package/dist/src/executors/clean/untyped.d.ts +2 -2
- package/dist/src/executors/docs/executor.js +1 -1
- package/dist/src/executors/docs/executor.mjs +1 -1
- package/dist/src/executors/docs/untyped.d.ts +2 -2
- package/dist/src/executors/lint/executor.js +1 -1
- package/dist/src/executors/lint/executor.mjs +1 -1
- package/dist/src/executors/lint/untyped.d.mts +2 -2
- package/dist/src/executors/prepare/executor.js +1 -1
- package/dist/src/executors/prepare/executor.mjs +1 -1
- package/dist/src/executors/prepare/untyped.d.mts +2 -2
- package/dist/src/executors/prepare/untyped.d.ts +2 -2
- package/dist/src/generators/sync/untyped.d.mts +2 -2
- package/dist/src/generators/sync/untyped.d.ts +2 -2
- package/dist/src/index.js +1 -1
- package/dist/src/index.mjs +1 -1
- package/package.json +3 -3
- package/dist/src/base-executor.untyped-BVblCsuG.d.ts +0 -7
- package/dist/src/base-executor.untyped-BVblCsuG.d.ts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "../base-executor.untyped-
|
|
1
|
+
import { t as _default } from "../base-executor.untyped-DCiPQvRf.js";
|
|
2
2
|
export = _default;
|
package/dist/src/base/index.js
CHANGED
package/dist/src/base/index.mjs
CHANGED
|
@@ -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.
|
|
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:
|
|
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.
|
|
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:
|
|
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-
|
|
4628
|
+
//# sourceMappingURL=base-executor-DYjHy105.mjs.map
|