@storm-software/workspace-tools 1.294.41 → 1.294.42
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/dist/executors.js +3 -3
- package/dist/executors.mjs +3 -3
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- 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.294.41](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.41) (02/23/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update `README.md` files in repository ([e4da3c176](https://github.com/storm-software/storm-ops/commit/e4da3c176))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **testing-tools** to **v1.119.83**
|
|
14
|
+
- Updated **config-tools** to **v1.189.8**
|
|
15
|
+
- Updated **pnpm-tools** to **v0.6.92**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.46**
|
|
17
|
+
- Updated **prettier** to **v0.58.7**
|
|
18
|
+
- Updated **esbuild** to **v0.53.90**
|
|
19
|
+
- Updated **unbuild** to **v0.57.90**
|
|
20
|
+
- Updated **config** to **v1.135.9**
|
|
21
|
+
- Updated **tsdown** to **v0.45.90**
|
|
22
|
+
|
|
5
23
|
## [1.294.40](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.40) (02/21/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/dist/executors.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P6HSE7LH.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var _chunkH3IKVCIQjs = require('./chunk-H3IKVCIQ.js');
|
|
5
|
-
|
|
6
|
-
|
|
7
4
|
var _chunkRXZNL5UAjs = require('./chunk-RXZNL5UA.js');
|
|
8
5
|
|
|
9
6
|
|
|
@@ -13,6 +10,9 @@ var _chunkJWDJFIY2js = require('./chunk-JWDJFIY2.js');
|
|
|
13
10
|
var _chunkEE66SW3Cjs = require('./chunk-EE66SW3C.js');
|
|
14
11
|
|
|
15
12
|
|
|
13
|
+
var _chunkH3IKVCIQjs = require('./chunk-H3IKVCIQ.js');
|
|
14
|
+
|
|
15
|
+
|
|
16
16
|
var _chunkEE24BJX6js = require('./chunk-EE24BJX6.js');
|
|
17
17
|
require('./chunk-GKKPBHC2.js');
|
|
18
18
|
|
package/dist/executors.mjs
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import "./chunk-GHQJKIMQ.mjs";
|
|
2
|
-
import {
|
|
3
|
-
sizeLimitExecutorFn
|
|
4
|
-
} from "./chunk-CN3UL6AL.mjs";
|
|
5
2
|
import {
|
|
6
3
|
tsdownExecutorFn
|
|
7
4
|
} from "./chunk-MYOUONF2.mjs";
|
|
@@ -11,6 +8,9 @@ import {
|
|
|
11
8
|
import {
|
|
12
9
|
unbuildExecutorFn
|
|
13
10
|
} from "./chunk-IE6KPWWN.mjs";
|
|
11
|
+
import {
|
|
12
|
+
sizeLimitExecutorFn
|
|
13
|
+
} from "./chunk-CN3UL6AL.mjs";
|
|
14
14
|
import {
|
|
15
15
|
esbuildExecutorFn
|
|
16
16
|
} from "./chunk-37K47MPA.mjs";
|
package/dist/index.js
CHANGED
|
@@ -58,9 +58,6 @@ var _chunkVXHOSAQ7js = require('./chunk-VXHOSAQ7.js');
|
|
|
58
58
|
require('./chunk-P6HSE7LH.js');
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
var _chunkH3IKVCIQjs = require('./chunk-H3IKVCIQ.js');
|
|
62
|
-
|
|
63
|
-
|
|
64
61
|
var _chunkRXZNL5UAjs = require('./chunk-RXZNL5UA.js');
|
|
65
62
|
|
|
66
63
|
|
|
@@ -70,6 +67,9 @@ var _chunkJWDJFIY2js = require('./chunk-JWDJFIY2.js');
|
|
|
70
67
|
var _chunkEE66SW3Cjs = require('./chunk-EE66SW3C.js');
|
|
71
68
|
|
|
72
69
|
|
|
70
|
+
var _chunkH3IKVCIQjs = require('./chunk-H3IKVCIQ.js');
|
|
71
|
+
|
|
72
|
+
|
|
73
73
|
var _chunkEE24BJX6js = require('./chunk-EE24BJX6.js');
|
|
74
74
|
require('./chunk-GKKPBHC2.js');
|
|
75
75
|
|
package/dist/index.mjs
CHANGED
|
@@ -56,9 +56,6 @@ import {
|
|
|
56
56
|
applyWorkspaceExecutorTokens
|
|
57
57
|
} from "./chunk-UBVTASOE.mjs";
|
|
58
58
|
import "./chunk-GHQJKIMQ.mjs";
|
|
59
|
-
import {
|
|
60
|
-
sizeLimitExecutorFn
|
|
61
|
-
} from "./chunk-CN3UL6AL.mjs";
|
|
62
59
|
import {
|
|
63
60
|
tsdownExecutorFn
|
|
64
61
|
} from "./chunk-MYOUONF2.mjs";
|
|
@@ -68,6 +65,9 @@ import {
|
|
|
68
65
|
import {
|
|
69
66
|
unbuildExecutorFn
|
|
70
67
|
} from "./chunk-IE6KPWWN.mjs";
|
|
68
|
+
import {
|
|
69
|
+
sizeLimitExecutorFn
|
|
70
|
+
} from "./chunk-CN3UL6AL.mjs";
|
|
71
71
|
import {
|
|
72
72
|
esbuildExecutorFn
|
|
73
73
|
} from "./chunk-37K47MPA.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.294.
|
|
3
|
+
"version": "1.294.42",
|
|
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",
|
|
@@ -240,13 +240,13 @@
|
|
|
240
240
|
"@size-limit/esbuild": "11.1.4",
|
|
241
241
|
"@size-limit/esbuild-why": "11.1.4",
|
|
242
242
|
"@size-limit/file": "11.1.4",
|
|
243
|
-
"@storm-software/config-tools": "^1.189.
|
|
244
|
-
"@storm-software/esbuild": "^0.53.
|
|
245
|
-
"@storm-software/npm-tools": "^0.6.
|
|
246
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
247
|
-
"@storm-software/prettier": "^0.58.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.189.9",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.91",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.47",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.93",
|
|
247
|
+
"@storm-software/prettier": "^0.58.8",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.91",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.91",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
251
251
|
"glob": "^11.1.0",
|
|
252
252
|
"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": "119c9bc1238cfee3860bcc9f7a7445ecbac88aa2"
|
|
276
276
|
}
|