@storm-software/workspace-tools 1.293.21 → 1.293.22
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 +21 -0
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +3 -3
- package/dist/index.js +6 -6
- package/dist/index.mjs +10 -10
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.293.21](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.21) (12/04/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace packages' dependencies
|
|
10
|
+
([978701226](https://github.com/storm-software/storm-ops/commit/978701226))
|
|
11
|
+
- **monorepo:** Update the `README.md` files' banner images
|
|
12
|
+
([fd0a3065d](https://github.com/storm-software/storm-ops/commit/fd0a3065d))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated **testing-tools** to **v1.119.51**
|
|
17
|
+
- Updated **config-tools** to **v1.188.51**
|
|
18
|
+
- Updated **pnpm-tools** to **v0.6.51**
|
|
19
|
+
- Updated **npm-tools** to **v0.6.7**
|
|
20
|
+
- Updated **prettier** to **v0.57.51**
|
|
21
|
+
- Updated **esbuild** to **v0.53.51**
|
|
22
|
+
- Updated **unbuild** to **v0.57.51**
|
|
23
|
+
- Updated **config** to **v1.134.51**
|
|
24
|
+
- Updated **tsdown** to **v0.45.51**
|
|
25
|
+
|
|
5
26
|
## [1.293.20](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.20) (11/27/2025)
|
|
6
27
|
|
|
7
28
|
### Miscellaneous
|
package/dist/executors.js
CHANGED
|
@@ -17,16 +17,16 @@ var _chunkRIWQVAMXjs = require('./chunk-RIWQVAMX.js');
|
|
|
17
17
|
require('./chunk-GE2RNRVQ.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkRMVPAFL5js = require('./chunk-RMVPAFL5.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunkJ6OUXJS5js = require('./chunk-J6OUXJS5.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
var _chunkR2H2PZOYjs = require('./chunk-R2H2PZOY.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkX3JM5ONCjs = require('./chunk-X3JM5ONC.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
var _chunkC7TDCMF3js = require('./chunk-C7TDCMF3.js');
|
|
@@ -38,7 +38,7 @@ var _chunk66Q42VH2js = require('./chunk-66Q42VH2.js');
|
|
|
38
38
|
var _chunkHFXXGJRHjs = require('./chunk-HFXXGJRH.js');
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var _chunkUASDV4HBjs = require('./chunk-UASDV4HB.js');
|
|
42
42
|
require('./chunk-D2PV33E5.js');
|
|
43
43
|
require('./chunk-2TNMKOD2.js');
|
|
44
44
|
require('./chunk-GXTFFUML.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -15,18 +15,18 @@ import {
|
|
|
15
15
|
esbuildExecutorFn
|
|
16
16
|
} from "./chunk-VLLHDGHA.mjs";
|
|
17
17
|
import "./chunk-YZCS5LKY.mjs";
|
|
18
|
-
import {
|
|
19
|
-
LARGE_BUFFER
|
|
20
|
-
} from "./chunk-VCFUZPZ7.mjs";
|
|
21
18
|
import {
|
|
22
19
|
napiExecutor
|
|
23
20
|
} from "./chunk-LYJNZCO4.mjs";
|
|
21
|
+
import {
|
|
22
|
+
LARGE_BUFFER
|
|
23
|
+
} from "./chunk-VCFUZPZ7.mjs";
|
|
24
24
|
import {
|
|
25
25
|
cargoClippyExecutor
|
|
26
26
|
} from "./chunk-Z2GJI23Y.mjs";
|
|
27
27
|
import {
|
|
28
|
-
|
|
29
|
-
} from "./chunk-
|
|
28
|
+
cargoCheckExecutor
|
|
29
|
+
} from "./chunk-3ZXQER7B.mjs";
|
|
30
30
|
import {
|
|
31
31
|
cargoFormatExecutor
|
|
32
32
|
} from "./chunk-MLGPE4F7.mjs";
|
|
@@ -37,8 +37,8 @@ import {
|
|
|
37
37
|
cargoBuildExecutor
|
|
38
38
|
} from "./chunk-MENBSPZ6.mjs";
|
|
39
39
|
import {
|
|
40
|
-
|
|
41
|
-
} from "./chunk-
|
|
40
|
+
cargoDocExecutor
|
|
41
|
+
} from "./chunk-BWI3GPA4.mjs";
|
|
42
42
|
import "./chunk-ZTN2676G.mjs";
|
|
43
43
|
import "./chunk-XV6LATBE.mjs";
|
|
44
44
|
import "./chunk-FEYD5KMF.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -13,10 +13,10 @@ var _chunk37YI6LX5js = require('./chunk-37YI6LX5.js');
|
|
|
13
13
|
var _chunkKXLPRYBLjs = require('./chunk-KXLPRYBL.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkVCL6C44Ajs = require('./chunk-VCL6C44A.js');
|
|
20
20
|
require('./chunk-COIQ4U46.js');
|
|
21
21
|
require('./chunk-SZWM7COV.js');
|
|
22
22
|
require('./chunk-AX3RSZT7.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -11,12 +11,12 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
configSchemaGeneratorFn
|
|
13
13
|
} from "./chunk-YHHWYI4X.mjs";
|
|
14
|
-
import {
|
|
15
|
-
neutralLibraryGeneratorFn
|
|
16
|
-
} from "./chunk-XUZ34KHK.mjs";
|
|
17
14
|
import {
|
|
18
15
|
initGenerator
|
|
19
16
|
} from "./chunk-437WGH2M.mjs";
|
|
17
|
+
import {
|
|
18
|
+
neutralLibraryGeneratorFn
|
|
19
|
+
} from "./chunk-XUZ34KHK.mjs";
|
|
20
20
|
import "./chunk-3UGFRM4O.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-F66XEAID.mjs";
|
package/dist/index.js
CHANGED
|
@@ -74,16 +74,16 @@ var _chunkRIWQVAMXjs = require('./chunk-RIWQVAMX.js');
|
|
|
74
74
|
require('./chunk-GE2RNRVQ.js');
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
var
|
|
77
|
+
var _chunkRMVPAFL5js = require('./chunk-RMVPAFL5.js');
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
var
|
|
80
|
+
var _chunkJ6OUXJS5js = require('./chunk-J6OUXJS5.js');
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
var _chunkR2H2PZOYjs = require('./chunk-R2H2PZOY.js');
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
var
|
|
86
|
+
var _chunkX3JM5ONCjs = require('./chunk-X3JM5ONC.js');
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
var _chunkC7TDCMF3js = require('./chunk-C7TDCMF3.js');
|
|
@@ -95,7 +95,7 @@ var _chunk66Q42VH2js = require('./chunk-66Q42VH2.js');
|
|
|
95
95
|
var _chunkHFXXGJRHjs = require('./chunk-HFXXGJRH.js');
|
|
96
96
|
|
|
97
97
|
|
|
98
|
-
var
|
|
98
|
+
var _chunkUASDV4HBjs = require('./chunk-UASDV4HB.js');
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
@@ -128,10 +128,10 @@ var _chunk37YI6LX5js = require('./chunk-37YI6LX5.js');
|
|
|
128
128
|
var _chunkKXLPRYBLjs = require('./chunk-KXLPRYBL.js');
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
var
|
|
131
|
+
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
var
|
|
134
|
+
var _chunkVCL6C44Ajs = require('./chunk-VCL6C44A.js');
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
package/dist/index.mjs
CHANGED
|
@@ -72,18 +72,18 @@ import {
|
|
|
72
72
|
esbuildExecutorFn
|
|
73
73
|
} from "./chunk-VLLHDGHA.mjs";
|
|
74
74
|
import "./chunk-YZCS5LKY.mjs";
|
|
75
|
-
import {
|
|
76
|
-
LARGE_BUFFER
|
|
77
|
-
} from "./chunk-VCFUZPZ7.mjs";
|
|
78
75
|
import {
|
|
79
76
|
napiExecutor
|
|
80
77
|
} from "./chunk-LYJNZCO4.mjs";
|
|
78
|
+
import {
|
|
79
|
+
LARGE_BUFFER
|
|
80
|
+
} from "./chunk-VCFUZPZ7.mjs";
|
|
81
81
|
import {
|
|
82
82
|
cargoClippyExecutor
|
|
83
83
|
} from "./chunk-Z2GJI23Y.mjs";
|
|
84
84
|
import {
|
|
85
|
-
|
|
86
|
-
} from "./chunk-
|
|
85
|
+
cargoCheckExecutor
|
|
86
|
+
} from "./chunk-3ZXQER7B.mjs";
|
|
87
87
|
import {
|
|
88
88
|
cargoFormatExecutor
|
|
89
89
|
} from "./chunk-MLGPE4F7.mjs";
|
|
@@ -94,8 +94,8 @@ import {
|
|
|
94
94
|
cargoBuildExecutor
|
|
95
95
|
} from "./chunk-MENBSPZ6.mjs";
|
|
96
96
|
import {
|
|
97
|
-
|
|
98
|
-
} from "./chunk-
|
|
97
|
+
cargoDocExecutor
|
|
98
|
+
} from "./chunk-BWI3GPA4.mjs";
|
|
99
99
|
import {
|
|
100
100
|
INVALID_CARGO_ARGS,
|
|
101
101
|
buildCargoCommand,
|
|
@@ -126,12 +126,12 @@ import {
|
|
|
126
126
|
import {
|
|
127
127
|
configSchemaGeneratorFn
|
|
128
128
|
} from "./chunk-YHHWYI4X.mjs";
|
|
129
|
-
import {
|
|
130
|
-
neutralLibraryGeneratorFn
|
|
131
|
-
} from "./chunk-XUZ34KHK.mjs";
|
|
132
129
|
import {
|
|
133
130
|
initGenerator
|
|
134
131
|
} from "./chunk-437WGH2M.mjs";
|
|
132
|
+
import {
|
|
133
|
+
neutralLibraryGeneratorFn
|
|
134
|
+
} from "./chunk-XUZ34KHK.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.293.
|
|
3
|
+
"version": "1.293.22",
|
|
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.188.
|
|
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.57.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.188.52",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.52",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.8",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.52",
|
|
247
|
+
"@storm-software/prettier": "^0.57.52",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.52",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.52",
|
|
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": "bfb04bad67c4d47c46bda493723e43c53f0204a5"
|
|
276
276
|
}
|