@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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.36.1](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.36.0...workspace-tools-v1.36.1) (2024-01-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **linting-tools:** Call linting functions in parallel ([0aa300f](https://github.com/storm-software/storm-ops/commit/0aa300f2c6dd7a67589025ffe512197535222064))
|
|
7
|
+
* **workspace-tools:** Resolve issue with builds ([d136a22](https://github.com/storm-software/storm-ops/commit/d136a22dc88ba57105c8c95205d6115e23ede51e))
|
|
8
|
+
|
|
1
9
|
# [1.36.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.35.5...workspace-tools-v1.36.0) (2024-01-05)
|
|
2
10
|
|
|
3
11
|
|
package/index.js
CHANGED
|
@@ -118236,7 +118236,7 @@ var tsNodeBuildExecutorFn = (options, context, config) => {
|
|
|
118236
118236
|
var applyDefaultOptions3 = (options) => {
|
|
118237
118237
|
return {
|
|
118238
118238
|
...applyDefaultOptions({ plugins: [], ...options, platform: "node" }),
|
|
118239
|
-
getConfig: nodeConfig,
|
|
118239
|
+
getConfig: { "dist": nodeConfig },
|
|
118240
118240
|
transports: ["pino-pretty", "pino-loki"]
|
|
118241
118241
|
};
|
|
118242
118242
|
};
|