@storm-software/workspace-tools 1.26.0 → 1.26.1
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
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [1.26.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.25.0...workspace-tools-v1.26.0) (2023-12-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Added the `shims` option to the tsup extractor ([108ad97](https://github.com/storm-software/storm-ops/commit/108ad973641620d06ccc2e43a2e028e78a948375))
|
|
7
|
+
|
|
1
8
|
# [1.25.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.24.2...workspace-tools-v1.25.0) (2023-12-11)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -117821,7 +117821,7 @@ var applyDefaultOptions = (options) => {
|
|
|
117821
117821
|
options.additionalEntryPoints ??= [];
|
|
117822
117822
|
options.assets ??= [];
|
|
117823
117823
|
options.plugins ??= [];
|
|
117824
|
-
options.includeSrc ??=
|
|
117824
|
+
options.includeSrc ??= true;
|
|
117825
117825
|
options.clean ??= true;
|
|
117826
117826
|
options.bundle ??= true;
|
|
117827
117827
|
options.debug ??= false;
|