@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.
- 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
|
@@ -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.
|
|
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.
|
|
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": "
|
|
182
|
+
"gitHead": "f7de906d8d1adf17890122f2e5d30fb372dd9983"
|
|
183
183
|
}
|