@storm-software/workspace-tools 1.295.12 → 1.295.13
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 +18 -0
- package/README.md +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.295.12](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.12) (03/16/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace `README.md` files ([771b728df](https://github.com/storm-software/storm-ops/commit/771b728df))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **testing-tools** to **v1.119.111**
|
|
14
|
+
- Updated **config-tools** to **v1.189.36**
|
|
15
|
+
- Updated **pnpm-tools** to **v0.6.121**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.74**
|
|
17
|
+
- Updated **prettier** to **v0.59.10**
|
|
18
|
+
- Updated **esbuild** to **v0.53.118**
|
|
19
|
+
- Updated **unbuild** to **v0.57.118**
|
|
20
|
+
- Updated **config** to **v1.135.37**
|
|
21
|
+
- Updated **tsdown** to **v0.45.118**
|
|
22
|
+
|
|
5
23
|
## [1.295.11](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.11) (03/16/2026)
|
|
6
24
|
|
|
7
25
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.295.
|
|
3
|
+
"version": "1.295.13",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monorepo",
|
|
@@ -228,13 +228,13 @@
|
|
|
228
228
|
"@size-limit/esbuild": "11.1.4",
|
|
229
229
|
"@size-limit/esbuild-why": "11.1.4",
|
|
230
230
|
"@size-limit/file": "11.1.4",
|
|
231
|
-
"@storm-software/config-tools": "^1.189.
|
|
232
|
-
"@storm-software/esbuild": "^0.53.
|
|
233
|
-
"@storm-software/npm-tools": "^0.6.
|
|
234
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
235
|
-
"@storm-software/prettier": "^0.59.
|
|
236
|
-
"@storm-software/tsdown": "^0.45.
|
|
237
|
-
"@storm-software/unbuild": "^0.57.
|
|
231
|
+
"@storm-software/config-tools": "^1.189.37",
|
|
232
|
+
"@storm-software/esbuild": "^0.53.119",
|
|
233
|
+
"@storm-software/npm-tools": "^0.6.75",
|
|
234
|
+
"@storm-software/pnpm-tools": "^0.6.122",
|
|
235
|
+
"@storm-software/prettier": "^0.59.11",
|
|
236
|
+
"@storm-software/tsdown": "^0.45.119",
|
|
237
|
+
"@storm-software/unbuild": "^0.57.119",
|
|
238
238
|
"fs-extra": "11.2.0",
|
|
239
239
|
"glob": "^11.1.0",
|
|
240
240
|
"jiti": "2.4.2",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "4dcb20a512c5bd2d858bc376e5d93f2d6cffa58f"
|
|
276
276
|
}
|