@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.
@@ -1883,7 +1883,7 @@ var PowerlinesContext = class PowerlinesContext extends require_base_context.Pow
1883
1883
  inlineConfig: this.config.inlineConfig ?? {},
1884
1884
  userConfig: this.config.userConfig ?? {},
1885
1885
  pluginConfig: this.config.pluginConfig ?? {},
1886
- tsconfig: require_tsconfig.getTsconfigFilePath(this.config.cwd, this.config.root, config.tsconfig ?? this.config.tsconfig)
1886
+ tsconfig: require_tsconfig.getTsconfigFilePath(this.options.cwd, this.options.root, config.tsconfig || this.config.tsconfig)
1887
1887
  }, this.options, this.#getConfigProps(config), this.#getConfigProps(this.config), {
1888
1888
  name: this.projectJson?.name || this.packageJson?.name,
1889
1889
  version: this.packageJson?.version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/engine",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "description": "An internal package containing the core engine modules for Powerlines.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -179,5 +179,5 @@
179
179
  "typescript": "^6.0.3",
180
180
  "undici-types": "^7.25.0"
181
181
  },
182
- "gitHead": "ada0d7ea5a01ba4fdb95b6121e7e8a99b3de17bf"
182
+ "gitHead": "f7de906d8d1adf17890122f2e5d30fb372dd9983"
183
183
  }