@storm-software/workspace-tools 1.275.18 → 1.275.19

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 (43) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +2 -1
  3. package/dist/generators.js +2 -2
  4. package/dist/generators.mjs +3 -3
  5. package/dist/index.js +2 -2
  6. package/dist/index.mjs +3 -3
  7. package/dist/src/executors/cargo-build/schema.d.ts +86 -0
  8. package/dist/src/executors/cargo-check/schema.d.ts +89 -0
  9. package/dist/src/executors/cargo-clippy/schema.d.ts +97 -0
  10. package/dist/src/executors/cargo-clippy/schema.json +94 -0
  11. package/dist/src/executors/cargo-doc/schema.d.ts +125 -0
  12. package/dist/src/executors/cargo-doc/schema.json +164 -0
  13. package/dist/src/executors/cargo-format/schema.d.ts +89 -0
  14. package/dist/src/executors/cargo-format/schema.json +88 -0
  15. package/dist/src/executors/cargo-publish/schema.d.ts +115 -0
  16. package/dist/src/executors/cargo-publish/schema.json +107 -0
  17. package/dist/src/executors/clean-package/schema.d.ts +60 -0
  18. package/dist/src/executors/clean-package/schema.json +57 -0
  19. package/dist/src/executors/esbuild/schema.d.ts +137 -0
  20. package/dist/src/executors/esbuild/schema.json +165 -0
  21. package/dist/src/executors/npm-publish/schema.d.ts +68 -0
  22. package/dist/src/executors/npm-publish/schema.json +61 -0
  23. package/dist/src/executors/size-limit/schema.d.ts +25 -0
  24. package/dist/src/executors/size-limit/schema.json +29 -0
  25. package/dist/src/executors/typia/schema.d.ts +48 -0
  26. package/dist/src/executors/typia/schema.json +57 -0
  27. package/dist/src/executors/unbuild/schema.d.ts +258 -0
  28. package/dist/src/executors/unbuild/schema.json +301 -0
  29. package/dist/src/generators/browser-library/schema.d.ts +122 -0
  30. package/dist/src/generators/browser-library/schema.json +117 -0
  31. package/dist/src/generators/config-schema/schema.d.ts +23 -0
  32. package/dist/src/generators/config-schema/schema.json +24 -0
  33. package/dist/src/generators/init/schema.d.ts +14 -0
  34. package/dist/src/generators/init/schema.json +15 -0
  35. package/dist/src/generators/neutral-library/schema.d.ts +122 -0
  36. package/dist/src/generators/neutral-library/schema.json +116 -0
  37. package/dist/src/generators/node-library/schema.d.ts +122 -0
  38. package/dist/src/generators/node-library/schema.json +117 -0
  39. package/dist/src/generators/preset/schema.d.ts +101 -0
  40. package/dist/src/generators/preset/schema.json +96 -0
  41. package/dist/src/generators/release-version/schema.d.ts +180 -0
  42. package/dist/src/generators/release-version/schema.json +158 -0
  43. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.275.18](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.18) (2025-06-18)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update README markdown files
10
+ ([10805dcf5](https://github.com/storm-software/storm-ops/commit/10805dcf5))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([39fa60f2c](https://github.com/storm-software/storm-ops/commit/39fa60f2c))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated prettier to 0.51.26
17
+ - Updated esbuild to 0.45.6
18
+ - Updated esbuild to 0.45.6
19
+ - Updated unbuild to 0.49.17
20
+ - Updated unbuild to 0.49.17
21
+
5
22
  ## [1.275.17](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.17) (2025-06-18)
6
23
 
7
24
  ### Bug Fixes
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.275.17-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.275.18-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Workspace Tools](#storm-workspace-tools)
@@ -10,10 +10,10 @@ var _chunkZARYEHW7js = require('./chunk-ZARYEHW7.js');
10
10
  var _chunkSE4WCL4Ojs = require('./chunk-SE4WCL4O.js');
11
11
 
12
12
 
13
- var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
13
+ var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
14
14
 
15
15
 
16
- var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
16
+ var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
17
17
 
18
18
 
19
19
  var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
@@ -8,12 +8,12 @@ import {
8
8
  import {
9
9
  releaseVersionGeneratorFn
10
10
  } from "./chunk-FXJFMNIG.mjs";
11
- import {
12
- configSchemaGeneratorFn
13
- } from "./chunk-OCAYHE4R.mjs";
14
11
  import {
15
12
  browserLibraryGeneratorFn
16
13
  } from "./chunk-5LJGZH6B.mjs";
14
+ import {
15
+ configSchemaGeneratorFn
16
+ } from "./chunk-OCAYHE4R.mjs";
17
17
  import {
18
18
  initGenerator
19
19
  } from "./chunk-437WGH2M.mjs";
package/dist/index.js CHANGED
@@ -105,10 +105,10 @@ var _chunkZARYEHW7js = require('./chunk-ZARYEHW7.js');
105
105
  var _chunkSE4WCL4Ojs = require('./chunk-SE4WCL4O.js');
106
106
 
107
107
 
108
- var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
108
+ var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
109
109
 
110
110
 
111
- var _chunkVNYMAMOQjs = require('./chunk-VNYMAMOQ.js');
111
+ var _chunk44ORGJU6js = require('./chunk-44ORGJU6.js');
112
112
 
113
113
 
114
114
  var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
package/dist/index.mjs CHANGED
@@ -103,12 +103,12 @@ import {
103
103
  import {
104
104
  releaseVersionGeneratorFn
105
105
  } from "./chunk-FXJFMNIG.mjs";
106
- import {
107
- configSchemaGeneratorFn
108
- } from "./chunk-OCAYHE4R.mjs";
109
106
  import {
110
107
  browserLibraryGeneratorFn
111
108
  } from "./chunk-5LJGZH6B.mjs";
109
+ import {
110
+ configSchemaGeneratorFn
111
+ } from "./chunk-OCAYHE4R.mjs";
112
112
  import {
113
113
  initGenerator
114
114
  } from "./chunk-437WGH2M.mjs";
@@ -0,0 +1,86 @@
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
+
@@ -0,0 +1,89 @@
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
+ * @default "dist/{projectRoot}"
12
+ *
13
+ * @format path
14
+ */
15
+ outputPath?: string,
16
+
17
+ /**
18
+ * Cargo.toml Path
19
+ *
20
+ * The path to the Cargo.toml file
21
+ *
22
+ * @default "{projectRoot}/Cargo.toml"
23
+ *
24
+ * @format path
25
+ */
26
+ package?: string,
27
+
28
+ /**
29
+ * Toolchain
30
+ *
31
+ * The type of toolchain to use for the build
32
+ *
33
+ * @default "stable"
34
+ *
35
+ * @enum stable,beta,nightly
36
+ */
37
+ toolchain?: string,
38
+
39
+ /**
40
+ * Target
41
+ *
42
+ * The target to build
43
+ *
44
+ */
45
+ target?: string,
46
+
47
+ /**
48
+ * All Targets
49
+ *
50
+ * Build all targets
51
+ *
52
+ */
53
+ allTargets?: boolean,
54
+
55
+ /**
56
+ * Profile
57
+ *
58
+ * The profile to build
59
+ *
60
+ */
61
+ profile?: string,
62
+
63
+ /**
64
+ * Release
65
+ *
66
+ * Build in release mode
67
+ *
68
+ */
69
+ release?: boolean,
70
+
71
+ /**
72
+ * Features
73
+ *
74
+ * The features to build
75
+ *
76
+ *
77
+ * @oneOf [object Object],[object Object]
78
+ */
79
+ features?: string,
80
+
81
+ /**
82
+ * All Features
83
+ *
84
+ * Build all features
85
+ *
86
+ */
87
+ allFeatures?: boolean,
88
+ }
89
+
@@ -0,0 +1,97 @@
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
+ * @default "dist/{projectRoot}"
12
+ *
13
+ * @format path
14
+ */
15
+ outputPath?: string,
16
+
17
+ /**
18
+ * Cargo.toml Path
19
+ *
20
+ * The path to the Cargo.toml file
21
+ *
22
+ * @default "{projectRoot}/Cargo.toml"
23
+ *
24
+ * @format path
25
+ */
26
+ package?: string,
27
+
28
+ /**
29
+ * Toolchain
30
+ *
31
+ * The type of toolchain to use for the build
32
+ *
33
+ * @default "stable"
34
+ *
35
+ * @enum stable,beta,nightly
36
+ */
37
+ toolchain?: string,
38
+
39
+ /**
40
+ * Target
41
+ *
42
+ * The target to build
43
+ *
44
+ */
45
+ target?: string,
46
+
47
+ /**
48
+ * All Targets
49
+ *
50
+ * Build all targets
51
+ *
52
+ */
53
+ allTargets?: boolean,
54
+
55
+ /**
56
+ * Profile
57
+ *
58
+ * The profile to build
59
+ *
60
+ */
61
+ profile?: string,
62
+
63
+ /**
64
+ * Release
65
+ *
66
+ * Build in release mode
67
+ *
68
+ */
69
+ release?: boolean,
70
+
71
+ /**
72
+ * Features
73
+ *
74
+ * The features to build
75
+ *
76
+ *
77
+ * @oneOf [object Object],[object Object]
78
+ */
79
+ features?: string,
80
+
81
+ /**
82
+ * All Features
83
+ *
84
+ * Build all features
85
+ *
86
+ */
87
+ allFeatures?: boolean,
88
+
89
+ /**
90
+ * Fix
91
+ *
92
+ * Automatically fix issues
93
+ *
94
+ */
95
+ fix?: boolean,
96
+ }
97
+
@@ -0,0 +1,94 @@
1
+ {
2
+ "id": "#",
3
+ "title": "Cargo Clippy Executor",
4
+ "description": "A type definition for a Cargo/rust clippy executor schema",
5
+ "properties": {
6
+ "outputPath": {
7
+ "title": "Output Path",
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The output path for the build",
11
+ "id": "#outputPath",
12
+ "default": "dist/{projectRoot}"
13
+ },
14
+ "package": {
15
+ "title": "Cargo.toml Path",
16
+ "type": "string",
17
+ "format": "path",
18
+ "description": "The path to the Cargo.toml file",
19
+ "id": "#package",
20
+ "default": "{projectRoot}/Cargo.toml"
21
+ },
22
+ "toolchain": {
23
+ "title": "Toolchain",
24
+ "description": "The type of toolchain to use for the build",
25
+ "enum": [
26
+ "stable",
27
+ "beta",
28
+ "nightly"
29
+ ],
30
+ "default": "stable",
31
+ "id": "#toolchain",
32
+ "type": "string"
33
+ },
34
+ "target": {
35
+ "title": "Target",
36
+ "type": "string",
37
+ "description": "The target to build",
38
+ "id": "#target"
39
+ },
40
+ "allTargets": {
41
+ "title": "All Targets",
42
+ "type": "boolean",
43
+ "description": "Build all targets",
44
+ "id": "#allTargets"
45
+ },
46
+ "profile": {
47
+ "title": "Profile",
48
+ "type": "string",
49
+ "description": "The profile to build",
50
+ "id": "#profile"
51
+ },
52
+ "release": {
53
+ "title": "Release",
54
+ "type": "boolean",
55
+ "description": "Build in release mode",
56
+ "id": "#release"
57
+ },
58
+ "features": {
59
+ "title": "Features",
60
+ "type": "string",
61
+ "description": "The features to build",
62
+ "oneOf": [
63
+ {
64
+ "type": "string"
65
+ },
66
+ {
67
+ "type": "array",
68
+ "items": {
69
+ "type": "string"
70
+ }
71
+ }
72
+ ],
73
+ "id": "#features"
74
+ },
75
+ "allFeatures": {
76
+ "title": "All Features",
77
+ "type": "boolean",
78
+ "description": "Build all features",
79
+ "id": "#allFeatures"
80
+ },
81
+ "fix": {
82
+ "title": "Fix",
83
+ "type": "boolean",
84
+ "description": "Automatically fix issues",
85
+ "id": "#fix"
86
+ }
87
+ },
88
+ "type": "object",
89
+ "default": {
90
+ "outputPath": "dist/{projectRoot}",
91
+ "package": "{projectRoot}/Cargo.toml",
92
+ "toolchain": "stable"
93
+ }
94
+ }
@@ -0,0 +1,125 @@
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
+ * @default "dist/{projectRoot}"
12
+ *
13
+ * @format path
14
+ */
15
+ outputPath?: string,
16
+
17
+ /**
18
+ * Cargo.toml Path
19
+ *
20
+ * The path to the Cargo.toml file
21
+ *
22
+ * @default "{projectRoot}/Cargo.toml"
23
+ *
24
+ * @format path
25
+ */
26
+ package?: string,
27
+
28
+ /**
29
+ * Toolchain
30
+ *
31
+ * The type of toolchain to use for the build
32
+ *
33
+ * @default "stable"
34
+ *
35
+ * @enum stable,beta,nightly
36
+ */
37
+ toolchain?: string,
38
+
39
+ /**
40
+ * Target
41
+ *
42
+ * The target to build
43
+ *
44
+ */
45
+ target?: string,
46
+
47
+ /**
48
+ * All Targets
49
+ *
50
+ * Build all targets
51
+ *
52
+ */
53
+ allTargets?: boolean,
54
+
55
+ /**
56
+ * Profile
57
+ *
58
+ * The profile to build
59
+ *
60
+ */
61
+ profile?: string,
62
+
63
+ /**
64
+ * Release
65
+ *
66
+ * Build in release mode
67
+ *
68
+ */
69
+ release?: boolean,
70
+
71
+ /**
72
+ * Features
73
+ *
74
+ * The features to build
75
+ *
76
+ *
77
+ * @oneOf [object Object],[object Object]
78
+ */
79
+ features?: string,
80
+
81
+ /**
82
+ * All Features
83
+ *
84
+ * Build all features
85
+ *
86
+ */
87
+ allFeatures?: boolean,
88
+
89
+ /**
90
+ * Library
91
+ *
92
+ * Generate documentation for the library
93
+ *
94
+ * @default {"default":true}
95
+ */
96
+ lib?: boolean,
97
+
98
+ /**
99
+ * Bins
100
+ *
101
+ * Generate documentation for the bins
102
+ *
103
+ * @default {"default":true}
104
+ */
105
+ bins?: boolean,
106
+
107
+ /**
108
+ * Examples
109
+ *
110
+ * Generate documentation for the examples
111
+ *
112
+ * @default {"default":true}
113
+ */
114
+ examples?: boolean,
115
+
116
+ /**
117
+ * No Dependencies
118
+ *
119
+ * Do not generate documentation for dependencies
120
+ *
121
+ * @default {"default":false}
122
+ */
123
+ noDeps?: boolean,
124
+ }
125
+