@powerlines/engine 0.0.5 → 0.0.6
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/_internal/worker.cjs +4 -4
- package/dist/_internal/worker.mjs +4 -4
- package/dist/_internal/worker.mjs.map +1 -1
- package/dist/api.cjs +4 -4
- package/dist/api.mjs +4 -4
- package/dist/api.mjs.map +1 -1
- package/dist/context/index.cjs +1 -1
- package/dist/context/index.mjs +1 -1
- package/dist/{execution-context-CNhvjS52.mjs → execution-context-Bs1yg85h.mjs} +2 -2
- package/dist/{execution-context-CNhvjS52.mjs.map → execution-context-Bs1yg85h.mjs.map} +1 -1
- package/dist/{execution-context-BxANz9k2.cjs → execution-context-CsXwiYub.cjs} +1 -1
- package/package.json +2 -2
package/dist/context/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_base_context = require('../base-context-CFvO2N9I.cjs');
|
|
3
3
|
const require_engine_context = require('../engine-context-NO6enYev.cjs');
|
|
4
|
-
const require_execution_context = require('../execution-context-
|
|
4
|
+
const require_execution_context = require('../execution-context-CsXwiYub.cjs');
|
|
5
5
|
|
|
6
6
|
exports.PowerlinesBaseContext = require_base_context.PowerlinesBaseContext;
|
|
7
7
|
exports.PowerlinesContext = require_execution_context.PowerlinesContext;
|
package/dist/context/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as PowerlinesBaseContext } from "../base-context-BUnL_9z8.mjs";
|
|
2
2
|
import { t as PowerlinesEngineContext } from "../engine-context-BuD9AGfd.mjs";
|
|
3
|
-
import { n as PowerlinesEnvironmentContext, o as PowerlinesContext, r as createPluginContext, t as PowerlinesExecutionContext } from "../execution-context-
|
|
3
|
+
import { n as PowerlinesEnvironmentContext, o as PowerlinesContext, r as createPluginContext, t as PowerlinesExecutionContext } from "../execution-context-Bs1yg85h.mjs";
|
|
4
4
|
|
|
5
5
|
export { PowerlinesBaseContext, PowerlinesContext, PowerlinesEngineContext, PowerlinesEnvironmentContext, PowerlinesExecutionContext, createPluginContext };
|
|
@@ -1879,7 +1879,7 @@ var PowerlinesContext = class PowerlinesContext extends PowerlinesBaseContext {
|
|
|
1879
1879
|
inlineConfig: this.config.inlineConfig ?? {},
|
|
1880
1880
|
userConfig: this.config.userConfig ?? {},
|
|
1881
1881
|
pluginConfig: this.config.pluginConfig ?? {},
|
|
1882
|
-
tsconfig: getTsconfigFilePath(this.
|
|
1882
|
+
tsconfig: getTsconfigFilePath(this.options.cwd, this.options.root, config.tsconfig || this.config.tsconfig)
|
|
1883
1883
|
}, this.options, this.#getConfigProps(config), this.#getConfigProps(this.config), {
|
|
1884
1884
|
name: this.projectJson?.name || this.packageJson?.name,
|
|
1885
1885
|
version: this.packageJson?.version,
|
|
@@ -2553,4 +2553,4 @@ var PowerlinesExecutionContext = class PowerlinesExecutionContext extends Powerl
|
|
|
2553
2553
|
|
|
2554
2554
|
//#endregion
|
|
2555
2555
|
export { mergeConfigs as a, callHook as i, PowerlinesEnvironmentContext as n, PowerlinesContext as o, createPluginContext as r, writeMetaFile as s, PowerlinesExecutionContext as t };
|
|
2556
|
-
//# sourceMappingURL=execution-context-
|
|
2556
|
+
//# sourceMappingURL=execution-context-Bs1yg85h.mjs.map
|