@storm-software/workspace-tools 1.294.36 → 1.294.37
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 +5 -5
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +7 -7
- package/dist/index.js +10 -10
- package/dist/index.mjs +13 -13
- 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.36](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.36) (02/18/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace's `README.md` files ([b86377730](https://github.com/storm-software/storm-ops/commit/b86377730))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **testing-tools** to **v1.119.79**
|
|
14
|
+
- Updated **config-tools** to **v1.189.4**
|
|
15
|
+
- Updated **pnpm-tools** to **v0.6.87**
|
|
16
|
+
- Updated **npm-tools** to **v0.6.42**
|
|
17
|
+
- Updated **prettier** to **v0.58.3**
|
|
18
|
+
- Updated **esbuild** to **v0.53.85**
|
|
19
|
+
- Updated **unbuild** to **v0.57.85**
|
|
20
|
+
- Updated **config** to **v1.135.5**
|
|
21
|
+
- Updated **tsdown** to **v0.45.85**
|
|
22
|
+
|
|
5
23
|
## [1.294.35](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.35) (02/18/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,6 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P6HSE7LH.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunk6CO2XOFRjs = require('./chunk-6CO2XOFR.js');
|
|
5
|
+
|
|
6
|
+
|
|
4
7
|
var _chunkPKU6ZJTSjs = require('./chunk-PKU6ZJTS.js');
|
|
5
8
|
|
|
6
9
|
|
|
@@ -10,9 +13,6 @@ var _chunk6DW3XFYQjs = require('./chunk-6DW3XFYQ.js');
|
|
|
10
13
|
var _chunkMZDT5BZHjs = require('./chunk-MZDT5BZH.js');
|
|
11
14
|
|
|
12
15
|
|
|
13
|
-
var _chunk6CO2XOFRjs = require('./chunk-6CO2XOFR.js');
|
|
14
|
-
|
|
15
|
-
|
|
16
16
|
var _chunkVFLEWVYZjs = require('./chunk-VFLEWVYZ.js');
|
|
17
17
|
require('./chunk-GAOMOIRS.js');
|
|
18
18
|
|
|
@@ -23,10 +23,10 @@ var _chunkPK3VAEVWjs = require('./chunk-PK3VAEVW.js');
|
|
|
23
23
|
var _chunk5ERD4NKMjs = require('./chunk-5ERD4NKM.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkZNRCZ3UFjs = require('./chunk-ZNRCZ3UF.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkZTCV7FTKjs = require('./chunk-ZTCV7FTK.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
var _chunkQVC3FWV5js = require('./chunk-QVC3FWV5.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import "./chunk-GHQJKIMQ.mjs";
|
|
2
|
+
import {
|
|
3
|
+
unbuildExecutorFn
|
|
4
|
+
} from "./chunk-MRG3BU6W.mjs";
|
|
2
5
|
import {
|
|
3
6
|
sizeLimitExecutorFn
|
|
4
7
|
} from "./chunk-NZX54HXX.mjs";
|
|
@@ -8,9 +11,6 @@ import {
|
|
|
8
11
|
import {
|
|
9
12
|
typiaExecutorFn
|
|
10
13
|
} from "./chunk-Q5LQOLXC.mjs";
|
|
11
|
-
import {
|
|
12
|
-
unbuildExecutorFn
|
|
13
|
-
} from "./chunk-MRG3BU6W.mjs";
|
|
14
14
|
import {
|
|
15
15
|
esbuildExecutorFn
|
|
16
16
|
} from "./chunk-YHO3SOGJ.mjs";
|
|
@@ -21,12 +21,12 @@ import {
|
|
|
21
21
|
import {
|
|
22
22
|
LARGE_BUFFER
|
|
23
23
|
} from "./chunk-UK6TAD3O.mjs";
|
|
24
|
-
import {
|
|
25
|
-
cargoClippyExecutor
|
|
26
|
-
} from "./chunk-HUZNI7UG.mjs";
|
|
27
24
|
import {
|
|
28
25
|
cargoDocExecutor
|
|
29
26
|
} from "./chunk-35BFW2YQ.mjs";
|
|
27
|
+
import {
|
|
28
|
+
cargoClippyExecutor
|
|
29
|
+
} from "./chunk-HUZNI7UG.mjs";
|
|
30
30
|
import {
|
|
31
31
|
cargoFormatExecutor
|
|
32
32
|
} from "./chunk-XZPUEPKK.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-C3TC7AUW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkLQZIZT3Yjs = require('./chunk-LQZIZT3Y.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk2KU2SYNDjs = require('./chunk-2KU2SYND.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
|
|
11
|
-
|
|
12
|
-
|
|
13
10
|
var _chunkAA5UBL6Wjs = require('./chunk-AA5UBL6W.js');
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
17
14
|
|
|
18
15
|
|
|
19
|
-
var
|
|
16
|
+
var _chunkVHXO4KB2js = require('./chunk-VHXO4KB2.js');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
|
|
20
20
|
require('./chunk-BZMYB75M.js');
|
|
21
21
|
require('./chunk-SZWM7COV.js');
|
|
22
22
|
require('./chunk-UHTWNVEZ.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
nodeLibraryGeneratorFn
|
|
4
|
+
} from "./chunk-DJMMAL4W.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
7
|
} from "./chunk-SPYERBWG.mjs";
|
|
8
|
-
import {
|
|
9
|
-
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-R2GSNVL2.mjs";
|
|
11
8
|
import {
|
|
12
9
|
configSchemaGeneratorFn
|
|
13
10
|
} from "./chunk-R3374L7Q.mjs";
|
|
@@ -15,8 +12,11 @@ import {
|
|
|
15
12
|
initGenerator
|
|
16
13
|
} from "./chunk-437WGH2M.mjs";
|
|
17
14
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
15
|
+
neutralLibraryGeneratorFn
|
|
16
|
+
} from "./chunk-J6VRN6FY.mjs";
|
|
17
|
+
import {
|
|
18
|
+
browserLibraryGeneratorFn
|
|
19
|
+
} from "./chunk-R2GSNVL2.mjs";
|
|
20
20
|
import "./chunk-M3YWCYUX.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-AQ7B26V3.mjs";
|
package/dist/index.js
CHANGED
|
@@ -58,6 +58,9 @@ var _chunkVXHOSAQ7js = require('./chunk-VXHOSAQ7.js');
|
|
|
58
58
|
require('./chunk-P6HSE7LH.js');
|
|
59
59
|
|
|
60
60
|
|
|
61
|
+
var _chunk6CO2XOFRjs = require('./chunk-6CO2XOFR.js');
|
|
62
|
+
|
|
63
|
+
|
|
61
64
|
var _chunkPKU6ZJTSjs = require('./chunk-PKU6ZJTS.js');
|
|
62
65
|
|
|
63
66
|
|
|
@@ -67,9 +70,6 @@ var _chunk6DW3XFYQjs = require('./chunk-6DW3XFYQ.js');
|
|
|
67
70
|
var _chunkMZDT5BZHjs = require('./chunk-MZDT5BZH.js');
|
|
68
71
|
|
|
69
72
|
|
|
70
|
-
var _chunk6CO2XOFRjs = require('./chunk-6CO2XOFR.js');
|
|
71
|
-
|
|
72
|
-
|
|
73
73
|
var _chunkVFLEWVYZjs = require('./chunk-VFLEWVYZ.js');
|
|
74
74
|
require('./chunk-GAOMOIRS.js');
|
|
75
75
|
|
|
@@ -80,10 +80,10 @@ var _chunkPK3VAEVWjs = require('./chunk-PK3VAEVW.js');
|
|
|
80
80
|
var _chunk5ERD4NKMjs = require('./chunk-5ERD4NKM.js');
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
var
|
|
83
|
+
var _chunkZNRCZ3UFjs = require('./chunk-ZNRCZ3UF.js');
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
var
|
|
86
|
+
var _chunkZTCV7FTKjs = require('./chunk-ZTCV7FTK.js');
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
var _chunkQVC3FWV5js = require('./chunk-QVC3FWV5.js');
|
|
@@ -116,22 +116,22 @@ require('./chunk-YRI7JSHF.js');
|
|
|
116
116
|
require('./chunk-C3TC7AUW.js');
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
var
|
|
119
|
+
var _chunkLQZIZT3Yjs = require('./chunk-LQZIZT3Y.js');
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
var _chunk2KU2SYNDjs = require('./chunk-2KU2SYND.js');
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
|
|
126
|
-
|
|
127
|
-
|
|
128
125
|
var _chunkAA5UBL6Wjs = require('./chunk-AA5UBL6W.js');
|
|
129
126
|
|
|
130
127
|
|
|
131
128
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
132
129
|
|
|
133
130
|
|
|
134
|
-
var
|
|
131
|
+
var _chunkVHXO4KB2js = require('./chunk-VHXO4KB2.js');
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
var _chunkQPBVOQFMjs = require('./chunk-QPBVOQFM.js');
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
package/dist/index.mjs
CHANGED
|
@@ -56,6 +56,9 @@ import {
|
|
|
56
56
|
applyWorkspaceExecutorTokens
|
|
57
57
|
} from "./chunk-UBVTASOE.mjs";
|
|
58
58
|
import "./chunk-GHQJKIMQ.mjs";
|
|
59
|
+
import {
|
|
60
|
+
unbuildExecutorFn
|
|
61
|
+
} from "./chunk-MRG3BU6W.mjs";
|
|
59
62
|
import {
|
|
60
63
|
sizeLimitExecutorFn
|
|
61
64
|
} from "./chunk-NZX54HXX.mjs";
|
|
@@ -65,9 +68,6 @@ import {
|
|
|
65
68
|
import {
|
|
66
69
|
typiaExecutorFn
|
|
67
70
|
} from "./chunk-Q5LQOLXC.mjs";
|
|
68
|
-
import {
|
|
69
|
-
unbuildExecutorFn
|
|
70
|
-
} from "./chunk-MRG3BU6W.mjs";
|
|
71
71
|
import {
|
|
72
72
|
esbuildExecutorFn
|
|
73
73
|
} from "./chunk-YHO3SOGJ.mjs";
|
|
@@ -78,12 +78,12 @@ import {
|
|
|
78
78
|
import {
|
|
79
79
|
LARGE_BUFFER
|
|
80
80
|
} from "./chunk-UK6TAD3O.mjs";
|
|
81
|
-
import {
|
|
82
|
-
cargoClippyExecutor
|
|
83
|
-
} from "./chunk-HUZNI7UG.mjs";
|
|
84
81
|
import {
|
|
85
82
|
cargoDocExecutor
|
|
86
83
|
} from "./chunk-35BFW2YQ.mjs";
|
|
84
|
+
import {
|
|
85
|
+
cargoClippyExecutor
|
|
86
|
+
} from "./chunk-HUZNI7UG.mjs";
|
|
87
87
|
import {
|
|
88
88
|
cargoFormatExecutor
|
|
89
89
|
} from "./chunk-XZPUEPKK.mjs";
|
|
@@ -115,14 +115,11 @@ import {
|
|
|
115
115
|
import "./chunk-CHKLDARN.mjs";
|
|
116
116
|
import "./chunk-SAIDGUHG.mjs";
|
|
117
117
|
import {
|
|
118
|
-
|
|
119
|
-
} from "./chunk-
|
|
118
|
+
nodeLibraryGeneratorFn
|
|
119
|
+
} from "./chunk-DJMMAL4W.mjs";
|
|
120
120
|
import {
|
|
121
121
|
presetGeneratorFn
|
|
122
122
|
} from "./chunk-SPYERBWG.mjs";
|
|
123
|
-
import {
|
|
124
|
-
browserLibraryGeneratorFn
|
|
125
|
-
} from "./chunk-R2GSNVL2.mjs";
|
|
126
123
|
import {
|
|
127
124
|
configSchemaGeneratorFn
|
|
128
125
|
} from "./chunk-R3374L7Q.mjs";
|
|
@@ -130,8 +127,11 @@ import {
|
|
|
130
127
|
initGenerator
|
|
131
128
|
} from "./chunk-437WGH2M.mjs";
|
|
132
129
|
import {
|
|
133
|
-
|
|
134
|
-
} from "./chunk-
|
|
130
|
+
neutralLibraryGeneratorFn
|
|
131
|
+
} from "./chunk-J6VRN6FY.mjs";
|
|
132
|
+
import {
|
|
133
|
+
browserLibraryGeneratorFn
|
|
134
|
+
} from "./chunk-R2GSNVL2.mjs";
|
|
135
135
|
import {
|
|
136
136
|
createProjectTsConfigJson,
|
|
137
137
|
getOutputPath,
|
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.37",
|
|
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.5",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.86",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.43",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.88",
|
|
247
|
+
"@storm-software/prettier": "^0.58.4",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.86",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.86",
|
|
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": "613a4143d7c96af4c7ad8db4c37649fb8dbbbe97"
|
|
276
276
|
}
|