@storm-software/workspace-tools 1.239.3 → 1.239.4
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/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.239.4 (2025-01-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **build-tools:** Resolved issue with copying asset files into output directory ([1b314e8e](https://github.com/storm-software/storm-ops/commit/1b314e8e))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated prettier to 0.30.2
|
|
10
|
+
- Updated esbuild to 0.21.2
|
|
11
|
+
- Updated unbuild to 0.30.4
|
|
12
|
+
- Updated unbuild to 0.30.4
|
|
13
|
+
- Updated tsdown to 0.22.2
|
|
14
|
+
|
|
1
15
|
## 1.239.3 (2025-01-22)
|
|
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.239.
|
|
3
|
+
"version": "1.239.4",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -209,10 +209,10 @@
|
|
|
209
209
|
"devDependencies": {
|
|
210
210
|
"@microsoft/api-extractor": "^7.48.1",
|
|
211
211
|
"@nx/esbuild": "^20.3.1",
|
|
212
|
-
"@storm-software/esbuild": "0.21.
|
|
213
|
-
"@storm-software/prettier": "0.30.
|
|
214
|
-
"@storm-software/tsdown": "0.22.
|
|
215
|
-
"@storm-software/unbuild": "0.30.
|
|
212
|
+
"@storm-software/esbuild": "0.21.2",
|
|
213
|
+
"@storm-software/prettier": "0.30.2",
|
|
214
|
+
"@storm-software/tsdown": "0.22.2",
|
|
215
|
+
"@storm-software/unbuild": "0.30.4",
|
|
216
216
|
"@types/micromatch": "4.0.9",
|
|
217
217
|
"@types/node": "^22.10.2",
|
|
218
218
|
"@types/semver": "7.5.8",
|