@powerlines/nx 0.11.248 → 0.11.250
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/base-executor.untyped.d.ts +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-CHjvai1Y.mjs → base-executor-BX0xduN1.mjs} +4 -2
- package/dist/src/base-executor-BX0xduN1.mjs.map +1 -0
- package/dist/src/{base-executor-B8WVPzb0.js → base-executor-C8b3Jrmp.js} +3 -1
- package/dist/src/{base-executor-DvWGUVFO.js → base-executor-C_eSw2CH.js} +3 -1
- package/dist/src/{base-executor-t0Mn5h-t.mjs → base-executor-Cng3H0co.mjs} +4 -2
- package/dist/src/base-executor-Cng3H0co.mjs.map +1 -0
- 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.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/lint/untyped.d.ts +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.d.mts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.mjs +1 -1
- package/package.json +4 -3
- package/dist/src/base-executor-CHjvai1Y.mjs.map +0 -1
- package/dist/src/base-executor-t0Mn5h-t.mjs.map +0 -1
- package/dist/src/base-executor.untyped-BULLZb4S.d.ts +0 -7
- package/dist/src/base-executor.untyped-BULLZb4S.d.ts.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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "../base-executor.untyped-
|
|
1
|
+
import { t as _default } from "../base-executor.untyped-imww7Gm9.mjs";
|
|
2
2
|
export { _default as default };
|
|
@@ -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;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { n as withExecutor, t as PowerlinesExecutorContext } from "../base-executor-CsvdsKIS.mjs";
|
|
2
|
-
import "../base-executor.untyped-
|
|
2
|
+
import "../base-executor.untyped-imww7Gm9.mjs";
|
|
3
3
|
import "../index-LhFpnU-f.mjs";
|
|
4
4
|
export { PowerlinesExecutorContext, withExecutor };
|
package/dist/src/base/index.js
CHANGED
package/dist/src/base/index.mjs
CHANGED
|
@@ -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.9";
|
|
82
82
|
|
|
83
83
|
//#endregion
|
|
84
84
|
//#region ../powerlines/src/typescript/ts-morph.ts
|
|
@@ -2142,6 +2142,8 @@ var VirtualFileSystem = class VirtualFileSystem {
|
|
|
2142
2142
|
...this.#context.config.output.storage
|
|
2143
2143
|
};
|
|
2144
2144
|
this.#storage.virtual ??= new VirtualStorageAdapter(context, { base: "/_virtual" });
|
|
2145
|
+
this.#storage[this.#context.config.output.outputPath] ??= new FileSystemStorageAdapter(context, { base: this.#context.config.output.outputPath });
|
|
2146
|
+
this.#storage[this.#context.config.output.buildPath] ??= new FileSystemStorageAdapter(context, { base: this.#context.config.output.buildPath });
|
|
2145
2147
|
if (this.#context.config.output.storage !== "fs") {
|
|
2146
2148
|
this.#storage[this.#context.artifactsPath] ??= new VirtualStorageAdapter(context, { base: this.#context.artifactsPath });
|
|
2147
2149
|
this.#storage[this.#context.builtinsPath] ??= new VirtualStorageAdapter(context, { base: this.#context.builtinsPath });
|
|
@@ -4736,4 +4738,4 @@ ${error.stack}` : "Unknown error"}`);
|
|
|
4736
4738
|
|
|
4737
4739
|
//#endregion
|
|
4738
4740
|
export { withExecutor as t };
|
|
4739
|
-
//# sourceMappingURL=base-executor-
|
|
4741
|
+
//# sourceMappingURL=base-executor-BX0xduN1.mjs.map
|