@storm-software/workspace-tools 1.179.9 → 1.179.11
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 +14 -0
- package/README.md +1 -1
- package/index.js +0 -1
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/base-executor.js +0 -1
- package/src/base/base-generator.js +0 -1
- package/src/base/index.js +0 -1
- package/src/executors/cargo-build/executor.js +0 -1
- package/src/executors/cargo-check/executor.js +0 -1
- package/src/executors/cargo-clippy/executor.js +0 -1
- package/src/executors/cargo-doc/executor.js +0 -1
- package/src/executors/cargo-format/executor.js +0 -1
- package/src/executors/clean-package/executor.js +0 -1
- package/src/executors/rolldown/executor.js +0 -1
- package/src/executors/rollup/executor.js +0 -1
- package/src/executors/size-limit/executor.js +0 -1
- package/src/executors/tsup/executor.js +0 -1
- package/src/executors/tsup-browser/executor.js +0 -1
- package/src/executors/tsup-neutral/executor.js +0 -1
- package/src/executors/tsup-node/executor.js +0 -1
- package/src/executors/typia/executor.js +0 -1
- package/src/executors/unbuild/executor.js +0 -1
- package/src/generators/browser-library/generator.js +0 -1
- package/src/generators/config-schema/generator.js +0 -1
- package/src/generators/neutral-library/generator.js +0 -1
- package/src/generators/node-library/generator.js +0 -1
- package/src/generators/preset/generator.js +0 -1
- package/src/generators/release-version/generator.js +0 -1
- package/src/utils/index.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.179.11 (2024-09-10)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **build-tools:** Remove invalid configuration parameters
|
|
6
|
+
([cede3716](https://github.com/storm-software/storm-ops/commit/cede3716))
|
|
7
|
+
|
|
8
|
+
## 1.179.10 (2024-09-10)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **build-tools:** Resolve issue with the raw configuration parameters
|
|
13
|
+
([bbd59f22](https://github.com/storm-software/storm-ops/commit/bbd59f22))
|
|
14
|
+
|
|
1
15
|
## 1.179.9 (2024-09-10)
|
|
2
16
|
|
|
3
17
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/index.js
CHANGED
|
@@ -61294,7 +61294,6 @@ var init_correct_paths = __esm({
|
|
|
61294
61294
|
}
|
|
61295
61295
|
if (!path11.toUpperCase().startsWith("C:") && path11.includes("\\")) {
|
|
61296
61296
|
path11 = `C:${path11}`;
|
|
61297
|
-
return path11.replaceAll("/", "\\");
|
|
61298
61297
|
}
|
|
61299
61298
|
return path11.replaceAll("\\", "/");
|
|
61300
61299
|
};
|