@storm-software/workspace-tools 1.22.1 → 1.22.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
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.22.1](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.22.0...workspace-tools-v1.22.1) (2023-12-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **workspace-tools:** Resolved issue with bad options passed into base TS library generator ([aeff286](https://github.com/storm-software/storm-ops/commit/aeff286fba411b47c205f3d13cefb425b2c1a977))
|
|
7
|
+
|
|
1
8
|
# [1.22.0](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.21.19...workspace-tools-v1.22.0) (2023-12-06)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -116163,7 +116163,7 @@ var applyDefaultOptions = (options) => {
|
|
|
116163
116163
|
options.additionalEntryPoints ??= [];
|
|
116164
116164
|
options.assets ??= [];
|
|
116165
116165
|
options.plugins ??= [];
|
|
116166
|
-
options.includeSrc ??=
|
|
116166
|
+
options.includeSrc ??= false;
|
|
116167
116167
|
options.clean ??= true;
|
|
116168
116168
|
options.bundle ??= true;
|
|
116169
116169
|
options.debug ??= false;
|