@storm-software/workspace-tools 1.295.83 → 1.295.84

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/config/base.json +0 -1
  3. package/config/recommended.json +0 -1
  4. package/package.json +10 -10
  5. package/dist/src/executors/cargo-build/schema.d.ts +0 -86
  6. package/dist/src/executors/cargo-check/schema.d.ts +0 -88
  7. package/dist/src/executors/cargo-clippy/schema.d.ts +0 -96
  8. package/dist/src/executors/cargo-doc/schema.d.ts +0 -124
  9. package/dist/src/executors/cargo-format/schema.d.ts +0 -88
  10. package/dist/src/executors/cargo-publish/schema.d.ts +0 -114
  11. package/dist/src/executors/clean-package/schema.d.ts +0 -59
  12. package/dist/src/executors/clean-package/schema.json +0 -55
  13. package/dist/src/executors/esbuild/schema.d.ts +0 -136
  14. package/dist/src/executors/esbuild/schema.json +0 -163
  15. package/dist/src/executors/napi/schema.d.ts +0 -282
  16. package/dist/src/executors/napi/schema.json +0 -235
  17. package/dist/src/executors/npm-publish/schema.d.ts +0 -68
  18. package/dist/src/executors/npm-publish/schema.json +0 -61
  19. package/dist/src/executors/size-limit/schema.d.ts +0 -24
  20. package/dist/src/executors/size-limit/schema.json +0 -26
  21. package/dist/src/executors/tsdown/schema.d.ts +0 -134
  22. package/dist/src/executors/tsdown/schema.json +0 -172
  23. package/dist/src/executors/typia/schema.d.ts +0 -48
  24. package/dist/src/executors/typia/schema.json +0 -57
  25. package/dist/src/executors/unbuild/schema.d.ts +0 -258
  26. package/dist/src/executors/unbuild/schema.json +0 -301
  27. package/dist/src/generators/browser-library/schema.d.ts +0 -122
  28. package/dist/src/generators/browser-library/schema.json +0 -117
  29. package/dist/src/generators/config-schema/schema.d.ts +0 -23
  30. package/dist/src/generators/config-schema/schema.json +0 -24
  31. package/dist/src/generators/init/schema.d.ts +0 -14
  32. package/dist/src/generators/init/schema.json +0 -15
  33. package/dist/src/generators/neutral-library/schema.d.ts +0 -122
  34. package/dist/src/generators/neutral-library/schema.json +0 -116
  35. package/dist/src/generators/node-library/schema.d.ts +0 -122
  36. package/dist/src/generators/node-library/schema.json +0 -117
  37. package/dist/src/generators/preset/schema.d.ts +0 -101
  38. package/dist/src/generators/preset/schema.json +0 -96
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.295.83](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.83) (05/20/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update packages' `README.md` files ([2d2aae1a6](https://github.com/storm-software/storm-ops/commit/2d2aae1a6))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.137.55**
14
+ - Updated **config-tools** to **v1.190.23**
15
+ - Updated **esbuild** to **v0.53.184**
16
+ - Updated **npm-tools** to **v0.6.140**
17
+ - Updated **package-constants** to **v0.1.36**
18
+ - Updated **pnpm-tools** to **v0.7.33**
19
+ - Updated **prettier** to **v0.59.75**
20
+ - Updated **testing-tools** to **v1.119.176**
21
+ - Updated **tsdown** to **v0.45.184**
22
+ - Updated **unbuild** to **v0.57.184**
23
+
5
24
  ## [1.295.82](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.295.82) (05/19/2026)
6
25
 
7
26
  ### Updated Dependencies
package/config/base.json CHANGED
@@ -301,7 +301,6 @@
301
301
  "entryWhenNoChanges": false
302
302
  },
303
303
  "version": {
304
- "groupPreVersionCommand": "pnpm build",
305
304
  "currentVersionResolver": "git-tag",
306
305
  "specifierSource": "conventional-commits",
307
306
  "manifestRootsToUpdate": [
@@ -301,7 +301,6 @@
301
301
  "entryWhenNoChanges": false
302
302
  },
303
303
  "version": {
304
- "groupPreVersionCommand": "pnpm build",
305
304
  "currentVersionResolver": "git-tag",
306
305
  "specifierSource": "conventional-commits",
307
306
  "manifestRootsToUpdate": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.295.83",
3
+ "version": "1.295.84",
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.190.23",
232
- "@storm-software/esbuild": "0.53.184",
233
- "@storm-software/npm-tools": "0.6.140",
234
- "@storm-software/pnpm-tools": "0.7.33",
235
- "@storm-software/prettier": "0.59.75",
236
- "@storm-software/tsdown": "0.45.184",
237
- "@storm-software/unbuild": "0.57.184",
231
+ "@storm-software/config-tools": "1.190.24",
232
+ "@storm-software/esbuild": "0.53.185",
233
+ "@storm-software/npm-tools": "0.6.141",
234
+ "@storm-software/pnpm-tools": "0.7.34",
235
+ "@storm-software/prettier": "0.59.76",
236
+ "@storm-software/tsdown": "0.45.185",
237
+ "@storm-software/unbuild": "0.57.185",
238
238
  "fs-extra": "11.2.0",
239
239
  "glob": "^11.1.0",
240
240
  "jiti": "2.4.2",
@@ -248,7 +248,7 @@
248
248
  },
249
249
  "devDependencies": {
250
250
  "@napi-rs/cli": "^3.6.2",
251
- "@storm-software/package-constants": "0.1.36",
251
+ "@storm-software/package-constants": "0.1.37",
252
252
  "@types/micromatch": "^4.0.10",
253
253
  "@types/node": "^25.9.1",
254
254
  "@types/semver": "7.5.8",
@@ -273,5 +273,5 @@
273
273
  "publishConfig": { "access": "public" },
274
274
  "executors": "./executors.json",
275
275
  "generators": "./generators.json",
276
- "gitHead": "46df8291b582531faba632e64fb53af49d22f79e"
276
+ "gitHead": "934f36ad1ea2bc895440446907dc6b5183d84a43"
277
277
  }
@@ -1,86 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface CargoBuildExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The path to the output directory
10
- *
11
- */
12
- outputPath?: string,
13
-
14
- /**
15
- * Cargo.toml Path
16
- *
17
- * The path to the Cargo.toml file
18
- *
19
- * @default "{projectRoot}/Cargo.toml"
20
- *
21
- * @format path
22
- */
23
- package?: string,
24
-
25
- /**
26
- * Toolchain
27
- *
28
- * The type of toolchain to use for the build
29
- *
30
- * @default "stable"
31
- *
32
- * @enum stable,beta,nightly
33
- */
34
- toolchain?: string,
35
-
36
- /**
37
- * Target
38
- *
39
- * The target to build
40
- *
41
- */
42
- target?: string,
43
-
44
- /**
45
- * All Targets
46
- *
47
- * Build all targets
48
- *
49
- */
50
- allTargets?: boolean,
51
-
52
- /**
53
- * Profile
54
- *
55
- * The profile to build
56
- *
57
- */
58
- profile?: string,
59
-
60
- /**
61
- * Release
62
- *
63
- * Build in release mode
64
- *
65
- */
66
- release?: boolean,
67
-
68
- /**
69
- * Features
70
- *
71
- * The features to build
72
- *
73
- *
74
- * @oneOf [object Object],[object Object]
75
- */
76
- features?: string,
77
-
78
- /**
79
- * All Features
80
- *
81
- * Build all features
82
- *
83
- */
84
- allFeatures?: boolean,
85
- }
86
-
@@ -1,88 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface CargoCheckExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- *
12
- * @format path
13
- */
14
- outputPath?: string,
15
-
16
- /**
17
- * Cargo.toml Path
18
- *
19
- * The path to the Cargo.toml file
20
- *
21
- * @default "{projectRoot}/Cargo.toml"
22
- *
23
- * @format path
24
- */
25
- package?: string,
26
-
27
- /**
28
- * Toolchain
29
- *
30
- * The type of toolchain to use for the build
31
- *
32
- * @default "stable"
33
- *
34
- * @enum stable,beta,nightly
35
- */
36
- toolchain?: string,
37
-
38
- /**
39
- * Target
40
- *
41
- * The target to build
42
- *
43
- */
44
- target?: string,
45
-
46
- /**
47
- * All Targets
48
- *
49
- * Build all targets
50
- *
51
- */
52
- allTargets?: boolean,
53
-
54
- /**
55
- * Profile
56
- *
57
- * The profile to build
58
- *
59
- */
60
- profile?: string,
61
-
62
- /**
63
- * Release
64
- *
65
- * Build in release mode
66
- *
67
- */
68
- release?: boolean,
69
-
70
- /**
71
- * Features
72
- *
73
- * The features to build
74
- *
75
- *
76
- * @oneOf [object Object],[object Object]
77
- */
78
- features?: string,
79
-
80
- /**
81
- * All Features
82
- *
83
- * Build all features
84
- *
85
- */
86
- allFeatures?: boolean,
87
- }
88
-
@@ -1,96 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface CargoClippyExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- *
12
- * @format path
13
- */
14
- outputPath?: string,
15
-
16
- /**
17
- * Cargo.toml Path
18
- *
19
- * The path to the Cargo.toml file
20
- *
21
- * @default "{projectRoot}/Cargo.toml"
22
- *
23
- * @format path
24
- */
25
- package?: string,
26
-
27
- /**
28
- * Toolchain
29
- *
30
- * The type of toolchain to use for the build
31
- *
32
- * @default "stable"
33
- *
34
- * @enum stable,beta,nightly
35
- */
36
- toolchain?: string,
37
-
38
- /**
39
- * Target
40
- *
41
- * The target to build
42
- *
43
- */
44
- target?: string,
45
-
46
- /**
47
- * All Targets
48
- *
49
- * Build all targets
50
- *
51
- */
52
- allTargets?: boolean,
53
-
54
- /**
55
- * Profile
56
- *
57
- * The profile to build
58
- *
59
- */
60
- profile?: string,
61
-
62
- /**
63
- * Release
64
- *
65
- * Build in release mode
66
- *
67
- */
68
- release?: boolean,
69
-
70
- /**
71
- * Features
72
- *
73
- * The features to build
74
- *
75
- *
76
- * @oneOf [object Object],[object Object]
77
- */
78
- features?: string,
79
-
80
- /**
81
- * All Features
82
- *
83
- * Build all features
84
- *
85
- */
86
- allFeatures?: boolean,
87
-
88
- /**
89
- * Fix
90
- *
91
- * Automatically fix issues
92
- *
93
- */
94
- fix?: boolean,
95
- }
96
-
@@ -1,124 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface CargoDocExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- *
12
- * @format path
13
- */
14
- outputPath?: string,
15
-
16
- /**
17
- * Cargo.toml Path
18
- *
19
- * The path to the Cargo.toml file
20
- *
21
- * @default "{projectRoot}/Cargo.toml"
22
- *
23
- * @format path
24
- */
25
- package?: string,
26
-
27
- /**
28
- * Toolchain
29
- *
30
- * The type of toolchain to use for the build
31
- *
32
- * @default "stable"
33
- *
34
- * @enum stable,beta,nightly
35
- */
36
- toolchain?: string,
37
-
38
- /**
39
- * Target
40
- *
41
- * The target to build
42
- *
43
- */
44
- target?: string,
45
-
46
- /**
47
- * All Targets
48
- *
49
- * Build all targets
50
- *
51
- */
52
- allTargets?: boolean,
53
-
54
- /**
55
- * Profile
56
- *
57
- * The profile to build
58
- *
59
- */
60
- profile?: string,
61
-
62
- /**
63
- * Release
64
- *
65
- * Build in release mode
66
- *
67
- */
68
- release?: boolean,
69
-
70
- /**
71
- * Features
72
- *
73
- * The features to build
74
- *
75
- *
76
- * @oneOf [object Object],[object Object]
77
- */
78
- features?: string,
79
-
80
- /**
81
- * All Features
82
- *
83
- * Build all features
84
- *
85
- */
86
- allFeatures?: boolean,
87
-
88
- /**
89
- * Library
90
- *
91
- * Generate documentation for the library
92
- *
93
- * @default {"default":true}
94
- */
95
- lib?: boolean,
96
-
97
- /**
98
- * Bins
99
- *
100
- * Generate documentation for the bins
101
- *
102
- * @default {"default":true}
103
- */
104
- bins?: boolean,
105
-
106
- /**
107
- * Examples
108
- *
109
- * Generate documentation for the examples
110
- *
111
- * @default {"default":true}
112
- */
113
- examples?: boolean,
114
-
115
- /**
116
- * No Dependencies
117
- *
118
- * Do not generate documentation for dependencies
119
- *
120
- * @default {"default":false}
121
- */
122
- noDeps?: boolean,
123
- }
124
-
@@ -1,88 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface CargoFormatExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- *
12
- * @format path
13
- */
14
- outputPath?: string,
15
-
16
- /**
17
- * Cargo.toml Path
18
- *
19
- * The path to the Cargo.toml file
20
- *
21
- * @default "{projectRoot}/Cargo.toml"
22
- *
23
- * @format path
24
- */
25
- package?: string,
26
-
27
- /**
28
- * Toolchain
29
- *
30
- * The type of toolchain to use for the build
31
- *
32
- * @default "stable"
33
- *
34
- * @enum stable,beta,nightly
35
- */
36
- toolchain?: string,
37
-
38
- /**
39
- * Target
40
- *
41
- * The target to build
42
- *
43
- */
44
- target?: string,
45
-
46
- /**
47
- * All Targets
48
- *
49
- * Build all targets
50
- *
51
- */
52
- allTargets?: boolean,
53
-
54
- /**
55
- * Profile
56
- *
57
- * The profile to build
58
- *
59
- */
60
- profile?: string,
61
-
62
- /**
63
- * Release
64
- *
65
- * Build in release mode
66
- *
67
- */
68
- release?: boolean,
69
-
70
- /**
71
- * Features
72
- *
73
- * The features to build
74
- *
75
- *
76
- * @oneOf [object Object],[object Object]
77
- */
78
- features?: string,
79
-
80
- /**
81
- * All Features
82
- *
83
- * Build all features
84
- *
85
- */
86
- allFeatures?: boolean,
87
- }
88
-
@@ -1,114 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface CargoPublishExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- *
12
- * @format path
13
- */
14
- outputPath?: string,
15
-
16
- /**
17
- * Cargo.toml Path
18
- *
19
- * The path to the Cargo.toml file
20
- *
21
- * @default "{projectRoot}/Cargo.toml"
22
- *
23
- * @format path
24
- */
25
- package?: string,
26
-
27
- /**
28
- * Toolchain
29
- *
30
- * The type of toolchain to use for the build
31
- *
32
- * @default "stable"
33
- *
34
- * @enum stable,beta,nightly
35
- */
36
- toolchain?: string,
37
-
38
- /**
39
- * Target
40
- *
41
- * The target to build
42
- *
43
- */
44
- target?: string,
45
-
46
- /**
47
- * All Targets
48
- *
49
- * Build all targets
50
- *
51
- */
52
- allTargets?: boolean,
53
-
54
- /**
55
- * Profile
56
- *
57
- * The profile to build
58
- *
59
- */
60
- profile?: string,
61
-
62
- /**
63
- * Release
64
- *
65
- * Build in release mode
66
- *
67
- */
68
- release?: boolean,
69
-
70
- /**
71
- * Features
72
- *
73
- * The features to build
74
- *
75
- *
76
- * @oneOf [object Object],[object Object]
77
- */
78
- features?: string,
79
-
80
- /**
81
- * All Features
82
- *
83
- * Build all features
84
- *
85
- */
86
- allFeatures?: boolean,
87
-
88
- /**
89
- * Registry
90
- *
91
- * The registry to publish to
92
- *
93
- */
94
- registry?: string,
95
-
96
- /**
97
- * Package Root
98
- *
99
- * The path to the package root
100
- *
101
- *
102
- * @format path
103
- */
104
- packageRoot?: string,
105
-
106
- /**
107
- * Dry Run
108
- *
109
- * Perform a dry run
110
- *
111
- */
112
- dryRun?: boolean,
113
- }
114
-