@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/CHANGELOG.md +7 -0
- package/config/nx.json +2 -1
- package/index.js +2 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup-neutral/executor.js +2 -1
package/package.json
CHANGED
|
@@ -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) => {
|