@powerlines/engine 0.0.4 → 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.
@@ -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-BxANz9k2.cjs');
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;
@@ -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-CNhvjS52.mjs";
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.config.cwd, this.config.root, config.tsconfig ?? this.config.tsconfig)
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-CNhvjS52.mjs.map
2556
+ //# sourceMappingURL=execution-context-Bs1yg85h.mjs.map