@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.36.1",
3
+ "version": "1.36.2",
4
4
  "private": false,
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "keywords": [
@@ -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
  };