@storm-software/workspace-tools 1.36.1 → 1.36.2
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/CHANGELOG.md +8 -0
- package/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
package/package.json
CHANGED
|
@@ -117445,7 +117445,7 @@ var tsNodeBuildExecutorFn = (options, context, config) => {
|
|
|
117445
117445
|
var applyDefaultOptions2 = (options) => {
|
|
117446
117446
|
return {
|
|
117447
117447
|
...applyDefaultOptions({ plugins: [], ...options, platform: "node" }),
|
|
117448
|
-
getConfig: nodeConfig,
|
|
117448
|
+
getConfig: { "dist": nodeConfig },
|
|
117449
117449
|
transports: ["pino-pretty", "pino-loki"]
|
|
117450
117450
|
};
|
|
117451
117451
|
};
|