@powerlines/nx 0.11.259 → 0.11.261
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.mts +1 -1
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.js +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/{base-executor-BH_3Z7bH.js → base-executor-BeaxMRjJ.js} +2 -2
- package/dist/src/{base-executor-CTb6nanp.mjs → base-executor-C59DiyUh.mjs} +3 -3
- package/dist/src/{base-executor-CTb6nanp.mjs.map → base-executor-C59DiyUh.mjs.map} +1 -1
- package/dist/src/{base-executor-CeOyFkP2.js → base-executor-CzLqlwh7.js} +2 -2
- package/dist/src/{base-executor-afYQq85P.mjs → base-executor-SJIBQwB2.mjs} +3 -3
- package/dist/src/{base-executor-afYQq85P.mjs.map → base-executor-SJIBQwB2.mjs.map} +1 -1
- package/dist/src/base-executor.untyped-7SvGKXcO.d.mts +7 -0
- package/dist/src/base-executor.untyped-7SvGKXcO.d.mts.map +1 -0
- package/dist/src/base-executor.untyped-imww7Gm9.d.mts +7 -0
- package/dist/src/base-executor.untyped-imww7Gm9.d.mts.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/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.mts +2 -2
- 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/generators/sync/untyped.d.mts +2 -2
- package/dist/src/generators/sync/untyped.d.ts +2 -2
- package/dist/src/index.d.mts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.mjs +1 -1
- package/package.json +17 -17
- package/dist/src/base-executor.untyped-BOvdnsUw.d.mts +0 -7
- package/dist/src/base-executor.untyped-BOvdnsUw.d.mts.map +0 -1
- package/dist/src/base-executor.untyped-Dh9l8ijM.d.mts +0 -7
- package/dist/src/base-executor.untyped-Dh9l8ijM.d.mts.map +0 -1
|
@@ -84,7 +84,7 @@ let node_path = require("node:path");
|
|
|
84
84
|
require("unplugin");
|
|
85
85
|
|
|
86
86
|
//#region ../powerlines/package.json
|
|
87
|
-
var version = "0.40.
|
|
87
|
+
var version = "0.40.19";
|
|
88
88
|
|
|
89
89
|
//#endregion
|
|
90
90
|
//#region ../powerlines/src/typescript/ts-morph.ts
|
|
@@ -3287,7 +3287,7 @@ var PowerlinesContext = class PowerlinesContext {
|
|
|
3287
3287
|
return {
|
|
3288
3288
|
id: result,
|
|
3289
3289
|
external: !(0, bundle_require.match)(moduleId, this.config.resolve.noExternal) && ((0, bundle_require.match)(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || this.fs.isVirtual(moduleId) && this.config.projectType !== "application" || this.config.resolve.skipNodeModulesBundle && !/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId)),
|
|
3290
|
-
virtual:
|
|
3290
|
+
virtual: true
|
|
3291
3291
|
};
|
|
3292
3292
|
}
|
|
3293
3293
|
if (this.config.resolve.skipNodeModulesBundle) {
|
|
@@ -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.
|
|
81
|
+
var version = "0.40.20";
|
|
82
82
|
|
|
83
83
|
//#endregion
|
|
84
84
|
//#region ../powerlines/src/typescript/ts-morph.ts
|
|
@@ -3281,7 +3281,7 @@ var PowerlinesContext = class PowerlinesContext {
|
|
|
3281
3281
|
return {
|
|
3282
3282
|
id: result,
|
|
3283
3283
|
external: !match(moduleId, this.config.resolve.noExternal) && (match(moduleId, this.config.resolve.external) || moduleId.startsWith("node:") || this.fs.isVirtual(moduleId) && this.config.projectType !== "application" || this.config.resolve.skipNodeModulesBundle && !/^[A-Z]:[/\\]|^\.{0,2}\/|^\.{1,2}$/.test(moduleId)),
|
|
3284
|
-
virtual:
|
|
3284
|
+
virtual: true
|
|
3285
3285
|
};
|
|
3286
3286
|
}
|
|
3287
3287
|
if (this.config.resolve.skipNodeModulesBundle) {
|
|
@@ -4808,4 +4808,4 @@ ${error.stack}` : "Unknown error"}`);
|
|
|
4808
4808
|
|
|
4809
4809
|
//#endregion
|
|
4810
4810
|
export { withExecutor as t };
|
|
4811
|
-
//# sourceMappingURL=base-executor-
|
|
4811
|
+
//# sourceMappingURL=base-executor-SJIBQwB2.mjs.map
|