@storm-software/workspace-tools 1.31.9 → 1.31.10
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/base/index.js +1 -1
- package/src/executors/design-tokens/executor.js +1 -1
- package/src/executors/tsup/executor.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/src/generators/browser-library/generator.js +1 -1
- package/src/generators/config-schema/generator.js +1 -1
- package/src/generators/neutral-library/generator.js +1 -1
- package/src/generators/node-library/generator.js +1 -1
- package/src/generators/preset/generator.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.31.9](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.31.8...workspace-tools-v1.31.9) (2023-12-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **config-tools:** Enabled bundling but kept `thirdParty` false ([77f5e54](https://github.com/storm-software/storm-ops/commit/77f5e54495c23998546083c45a8358374bed2104))
|
|
7
|
+
|
|
1
8
|
## [1.31.8](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.31.7...workspace-tools-v1.31.8) (2023-12-20)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -106263,7 +106263,7 @@ __export(workspace_tools_exports, {
|
|
|
106263
106263
|
module.exports = __toCommonJS(workspace_tools_exports);
|
|
106264
106264
|
|
|
106265
106265
|
// packages/config-tools/src/config-file/get-config-file.ts
|
|
106266
|
-
var import_cosmiconfig = __toESM(require_dist());
|
|
106266
|
+
var import_cosmiconfig = __toESM(require_dist(), 1);
|
|
106267
106267
|
var _static_cache = void 0;
|
|
106268
106268
|
var getConfigFileName = (fileName) => (0, import_cosmiconfig.cosmiconfig)(fileName, { cache: true }).search();
|
|
106269
106269
|
var getConfigFile = async () => {
|