@storm-software/workspace-tools 1.42.2 → 1.42.3

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.42.2",
3
+ "version": "1.42.3",
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": [
@@ -137506,7 +137506,8 @@ var tsupNeutralBuildExecutorFn = (options, context, config) => {
137506
137506
  ...process.env
137507
137507
  }
137508
137508
  },
137509
- context
137509
+ context,
137510
+ config
137510
137511
  );
137511
137512
  };
137512
137513
  var applyDefaultOptions2 = (options) => {