@storm-software/workspace-tools 1.30.13 → 1.30.14
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/index.js +1 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/executors/tsup/executor.js +1 -1
- package/src/executors/tsup/get-config.js +1 -1
- package/src/executors/tsup-browser/executor.js +1 -1
- package/src/executors/tsup-neutral/executor.js +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.30.13](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.30.12...workspace-tools-v1.30.13) (2023-12-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Resolve issue with type generations ([0873d59](https://github.com/storm-software/storm-ops/commit/0873d5947d6ef4540ccb55e0363801eb6ec3af7a))
|
|
7
|
+
|
|
1
8
|
## [1.30.12](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.30.11...workspace-tools-v1.30.12) (2023-12-15)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -117234,7 +117234,7 @@ function modernConfig({
|
|
|
117234
117234
|
"ios15",
|
|
117235
117235
|
"opera77",
|
|
117236
117236
|
"esnext"
|
|
117237
|
-
] : ["esnext", "
|
|
117237
|
+
] : ["esnext", "node20"],
|
|
117238
117238
|
tsconfig,
|
|
117239
117239
|
splitting,
|
|
117240
117240
|
generatePackageJson,
|