@storm-software/workspace-tools 1.277.30 → 1.277.32

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 (59) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +1 -2
  3. package/dist/executors.js +15 -15
  4. package/dist/executors.mjs +22 -22
  5. package/dist/generators.js +10 -10
  6. package/dist/generators.mjs +9 -9
  7. package/dist/index.js +48 -48
  8. package/dist/index.mjs +62 -62
  9. package/dist/src/base/index.js +8 -8
  10. package/dist/src/base/index.mjs +11 -11
  11. package/dist/src/executors/cargo-build/executor.js +3 -3
  12. package/dist/src/executors/cargo-build/executor.mjs +2 -2
  13. package/dist/src/executors/cargo-check/executor.js +3 -3
  14. package/dist/src/executors/cargo-check/executor.mjs +2 -2
  15. package/dist/src/executors/cargo-clippy/executor.js +3 -3
  16. package/dist/src/executors/cargo-clippy/executor.mjs +2 -2
  17. package/dist/src/executors/cargo-doc/executor.js +3 -3
  18. package/dist/src/executors/cargo-doc/executor.mjs +2 -2
  19. package/dist/src/executors/cargo-format/executor.js +3 -3
  20. package/dist/src/executors/cargo-format/executor.mjs +2 -2
  21. package/dist/src/executors/npm-publish/executor.js +1 -1
  22. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  23. package/dist/src/generators/browser-library/generator.js +2 -2
  24. package/dist/src/generators/browser-library/generator.mjs +2 -2
  25. package/dist/src/generators/neutral-library/generator.js +2 -2
  26. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  27. package/dist/src/generators/node-library/generator.js +4 -4
  28. package/dist/src/generators/node-library/generator.mjs +3 -3
  29. package/dist/src/generators/preset/generator.js +3 -3
  30. package/dist/src/generators/preset/generator.mjs +2 -2
  31. package/dist/src/generators/release-version/generator.js +3 -3
  32. package/dist/src/generators/release-version/generator.mjs +2 -2
  33. package/dist/src/plugins/rust/cargo-toml.js +3 -3
  34. package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
  35. package/dist/src/plugins/rust/index.js +3 -3
  36. package/dist/src/plugins/rust/index.mjs +2 -2
  37. package/dist/src/utils/index.js +10 -10
  38. package/dist/src/utils/index.mjs +22 -22
  39. package/dist/src/utils/package-helpers.js +1 -1
  40. package/dist/src/utils/package-helpers.mjs +1 -1
  41. package/package.json +5 -5
  42. package/dist/chunk-36NLUQF5.mjs +0 -41
  43. package/dist/chunk-3CLZGETU.js +0 -913
  44. package/dist/chunk-3EGPC5BZ.mjs +0 -32
  45. package/dist/chunk-7LBU537S.mjs +0 -253
  46. package/dist/chunk-AWQW74DN.mjs +0 -82
  47. package/dist/chunk-B3D27MSZ.mjs +0 -32
  48. package/dist/chunk-CI2X75PQ.js +0 -250
  49. package/dist/chunk-EFVRHTH3.js +0 -41
  50. package/dist/chunk-L5J57I6V.js +0 -32
  51. package/dist/chunk-OECJG4M5.js +0 -32
  52. package/dist/chunk-ONVPEM3D.mjs +0 -377
  53. package/dist/chunk-QHAPAO2Z.js +0 -377
  54. package/dist/chunk-R7Q3ZOQ6.mjs +0 -32
  55. package/dist/chunk-RC3EGPJE.js +0 -32
  56. package/dist/chunk-RKKY5ZGW.mjs +0 -31
  57. package/dist/chunk-SXGMKPF6.js +0 -31
  58. package/dist/chunk-SY2PSJNN.mjs +0 -913
  59. package/dist/chunk-TD6Z3Z72.js +0 -79
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  releaseVersionGeneratorFn
4
- } from "../../../chunk-SY2PSJNN.mjs";
5
- import "../../../chunk-PG7GBHUM.mjs";
4
+ } from "../../../chunk-NQ525HTH.mjs";
6
5
  import "../../../chunk-EUWPFP5C.mjs";
6
+ import "../../../chunk-PG7GBHUM.mjs";
7
7
  import "../../../chunk-SW2AFRXA.mjs";
8
8
  import "../../../chunk-LSF4BHCI.mjs";
9
9
  import "../../../chunk-U7JFVMCK.mjs";
@@ -5,9 +5,9 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkQHAPAO2Zjs = require('../../../chunk-QHAPAO2Z.js');
9
- require('../../../chunk-AX3RSZT7.js');
8
+ var _chunkOFNVRO2Qjs = require('../../../chunk-OFNVRO2Q.js');
10
9
  require('../../../chunk-LJDV7HFT.js');
10
+ require('../../../chunk-AX3RSZT7.js');
11
11
  require('../../../chunk-3RG5ZIWI.js');
12
12
 
13
13
 
@@ -16,4 +16,4 @@ require('../../../chunk-3RG5ZIWI.js');
16
16
 
17
17
 
18
18
 
19
- exports.DEFAULT_ERROR_MESSAGE = _chunkQHAPAO2Zjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkQHAPAO2Zjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkQHAPAO2Zjs.createDependencies; exports.createNodesV2 = _chunkQHAPAO2Zjs.createNodesV2; exports.description = _chunkQHAPAO2Zjs.description; exports.name = _chunkQHAPAO2Zjs.name;
19
+ exports.DEFAULT_ERROR_MESSAGE = _chunkOFNVRO2Qjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkOFNVRO2Qjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkOFNVRO2Qjs.createDependencies; exports.createNodesV2 = _chunkOFNVRO2Qjs.createNodesV2; exports.description = _chunkOFNVRO2Qjs.description; exports.name = _chunkOFNVRO2Qjs.name;
@@ -5,9 +5,9 @@ import {
5
5
  createNodesV2,
6
6
  description,
7
7
  name
8
- } from "../../../chunk-ONVPEM3D.mjs";
9
- import "../../../chunk-F66XEAID.mjs";
8
+ } from "../../../chunk-AZ5HDBYX.mjs";
10
9
  import "../../../chunk-6LP3KKXE.mjs";
10
+ import "../../../chunk-F66XEAID.mjs";
11
11
  import "../../../chunk-5EK4H7VB.mjs";
12
12
  export {
13
13
  DEFAULT_ERROR_MESSAGE,
@@ -5,9 +5,9 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkQHAPAO2Zjs = require('../../../chunk-QHAPAO2Z.js');
9
- require('../../../chunk-AX3RSZT7.js');
8
+ var _chunkOFNVRO2Qjs = require('../../../chunk-OFNVRO2Q.js');
10
9
  require('../../../chunk-LJDV7HFT.js');
10
+ require('../../../chunk-AX3RSZT7.js');
11
11
  require('../../../chunk-3RG5ZIWI.js');
12
12
 
13
13
 
@@ -16,4 +16,4 @@ require('../../../chunk-3RG5ZIWI.js');
16
16
 
17
17
 
18
18
 
19
- exports.DEFAULT_ERROR_MESSAGE = _chunkQHAPAO2Zjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkQHAPAO2Zjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkQHAPAO2Zjs.createDependencies; exports.createNodesV2 = _chunkQHAPAO2Zjs.createNodesV2; exports.description = _chunkQHAPAO2Zjs.description; exports.name = _chunkQHAPAO2Zjs.name;
19
+ exports.DEFAULT_ERROR_MESSAGE = _chunkOFNVRO2Qjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkOFNVRO2Qjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkOFNVRO2Qjs.createDependencies; exports.createNodesV2 = _chunkOFNVRO2Qjs.createNodesV2; exports.description = _chunkOFNVRO2Qjs.description; exports.name = _chunkOFNVRO2Qjs.name;
@@ -5,9 +5,9 @@ import {
5
5
  createNodesV2,
6
6
  description,
7
7
  name
8
- } from "../../../chunk-ONVPEM3D.mjs";
9
- import "../../../chunk-F66XEAID.mjs";
8
+ } from "../../../chunk-AZ5HDBYX.mjs";
10
9
  import "../../../chunk-6LP3KKXE.mjs";
10
+ import "../../../chunk-F66XEAID.mjs";
11
11
  import "../../../chunk-5EK4H7VB.mjs";
12
12
  export {
13
13
  DEFAULT_ERROR_MESSAGE,
@@ -23,19 +23,22 @@ var _chunk5VY5IBBQjs = require('../../chunk-5VY5IBBQ.js');
23
23
  var _chunk6EMYX25Vjs = require('../../chunk-6EMYX25V.js');
24
24
 
25
25
 
26
+ var _chunk3TYXXJKVjs = require('../../chunk-3TYXXJKV.js');
26
27
 
27
28
 
28
- var _chunkXBRR6YS3js = require('../../chunk-XBRR6YS3.js');
29
+ var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
29
30
 
30
31
 
31
- var _chunkF6X43VUXjs = require('../../chunk-F6X43VUX.js');
32
32
 
33
+ var _chunkA5CKB6IJjs = require('../../chunk-A5CKB6IJ.js');
33
34
 
34
35
 
35
36
 
36
37
 
38
+ var _chunkXBRR6YS3js = require('../../chunk-XBRR6YS3.js');
37
39
 
38
40
 
41
+ var _chunkF6X43VUXjs = require('../../chunk-F6X43VUX.js');
39
42
 
40
43
 
41
44
 
@@ -46,11 +49,9 @@ var _chunkF6X43VUXjs = require('../../chunk-F6X43VUX.js');
46
49
 
47
50
 
48
51
 
52
+ var _chunkLJDV7HFTjs = require('../../chunk-LJDV7HFT.js');
49
53
 
50
54
 
51
- var _chunkHI4G4OOGjs = require('../../chunk-HI4G4OOG.js');
52
- require('../../chunk-UXALGSQC.js');
53
- require('../../chunk-BP22TRDI.js');
54
55
 
55
56
 
56
57
 
@@ -60,28 +61,27 @@ require('../../chunk-BP22TRDI.js');
60
61
 
61
62
 
62
63
 
63
- var _chunkAX3RSZT7js = require('../../chunk-AX3RSZT7.js');
64
64
 
65
65
 
66
- var _chunk3TYXXJKVjs = require('../../chunk-3TYXXJKV.js');
67
66
 
68
67
 
69
68
 
70
69
 
71
70
 
72
71
 
72
+ var _chunkHI4G4OOGjs = require('../../chunk-HI4G4OOG.js');
73
+ require('../../chunk-UXALGSQC.js');
73
74
 
74
75
 
75
76
 
76
77
 
77
- var _chunkLJDV7HFTjs = require('../../chunk-LJDV7HFT.js');
78
78
 
79
79
 
80
- var _chunkQVYCDINGjs = require('../../chunk-QVYCDING.js');
81
80
 
82
81
 
83
82
 
84
- var _chunkA5CKB6IJjs = require('../../chunk-A5CKB6IJ.js');
83
+ var _chunkAX3RSZT7js = require('../../chunk-AX3RSZT7.js');
84
+ require('../../chunk-BP22TRDI.js');
85
85
  require('../../chunk-4WHSR4FK.js');
86
86
  require('../../chunk-53DNHF7B.js');
87
87
  require('../../chunk-3RG5ZIWI.js');
@@ -21,6 +21,16 @@ import {
21
21
  import {
22
22
  getTypiaTransform
23
23
  } from "../../chunk-KR72GKIT.mjs";
24
+ import {
25
+ applyWorkspaceExecutorTokens
26
+ } from "../../chunk-VLOTOQYE.mjs";
27
+ import {
28
+ createCliOptions
29
+ } from "../../chunk-W2C5IGWW.mjs";
30
+ import {
31
+ getProjectConfiguration,
32
+ getProjectConfigurations
33
+ } from "../../chunk-L4NCVOB5.mjs";
24
34
  import {
25
35
  PackageManagerTypes,
26
36
  addPackageJsonGitHead,
@@ -29,6 +39,17 @@ import {
29
39
  import {
30
40
  pnpmUpdate
31
41
  } from "../../chunk-KHT5W6AJ.mjs";
42
+ import {
43
+ INVALID_CARGO_ARGS,
44
+ buildCargoCommand,
45
+ cargoCommand,
46
+ cargoCommandSync,
47
+ cargoMetadata,
48
+ cargoRunCommand,
49
+ childProcess,
50
+ isExternal,
51
+ runProcess
52
+ } from "../../chunk-6LP3KKXE.mjs";
32
53
  import {
33
54
  eslintVersion,
34
55
  lintStagedVersion,
@@ -50,7 +71,6 @@ import {
50
71
  verdaccioVersion
51
72
  } from "../../chunk-EK75QNMS.mjs";
52
73
  import "../../chunk-EUWPFP5C.mjs";
53
- import "../../chunk-SW2AFRXA.mjs";
54
74
  import {
55
75
  ProjectTagConstants,
56
76
  addPluginProjectTag,
@@ -61,27 +81,7 @@ import {
61
81
  isEqualProjectTag,
62
82
  setDefaultProjectTags
63
83
  } from "../../chunk-F66XEAID.mjs";
64
- import {
65
- applyWorkspaceExecutorTokens
66
- } from "../../chunk-VLOTOQYE.mjs";
67
- import {
68
- INVALID_CARGO_ARGS,
69
- buildCargoCommand,
70
- cargoCommand,
71
- cargoCommandSync,
72
- cargoMetadata,
73
- cargoRunCommand,
74
- childProcess,
75
- isExternal,
76
- runProcess
77
- } from "../../chunk-6LP3KKXE.mjs";
78
- import {
79
- createCliOptions
80
- } from "../../chunk-W2C5IGWW.mjs";
81
- import {
82
- getProjectConfiguration,
83
- getProjectConfigurations
84
- } from "../../chunk-L4NCVOB5.mjs";
84
+ import "../../chunk-SW2AFRXA.mjs";
85
85
  import "../../chunk-LSF4BHCI.mjs";
86
86
  import "../../chunk-U7JFVMCK.mjs";
87
87
  import "../../chunk-5EK4H7VB.mjs";
@@ -4,8 +4,8 @@
4
4
 
5
5
  var _chunkXBRR6YS3js = require('../../chunk-XBRR6YS3.js');
6
6
  require('../../chunk-UXALGSQC.js');
7
- require('../../chunk-BP22TRDI.js');
8
7
  require('../../chunk-AX3RSZT7.js');
8
+ require('../../chunk-BP22TRDI.js');
9
9
  require('../../chunk-4WHSR4FK.js');
10
10
  require('../../chunk-53DNHF7B.js');
11
11
  require('../../chunk-3RG5ZIWI.js');
@@ -4,8 +4,8 @@ import {
4
4
  getPackageInfo
5
5
  } from "../../chunk-VRPEYRWI.mjs";
6
6
  import "../../chunk-EUWPFP5C.mjs";
7
- import "../../chunk-SW2AFRXA.mjs";
8
7
  import "../../chunk-F66XEAID.mjs";
8
+ import "../../chunk-SW2AFRXA.mjs";
9
9
  import "../../chunk-LSF4BHCI.mjs";
10
10
  import "../../chunk-U7JFVMCK.mjs";
11
11
  import "../../chunk-5EK4H7VB.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.277.30",
3
+ "version": "1.277.32",
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",
@@ -208,9 +208,9 @@
208
208
  "@size-limit/esbuild": "11.1.4",
209
209
  "@size-limit/esbuild-why": "11.1.4",
210
210
  "@size-limit/file": "11.1.4",
211
- "@storm-software/esbuild": "^0.45.43",
212
- "@storm-software/prettier": "^0.51.55",
213
- "@storm-software/unbuild": "^0.49.54",
211
+ "@storm-software/esbuild": "^0.45.45",
212
+ "@storm-software/prettier": "^0.51.57",
213
+ "@storm-software/unbuild": "^0.49.56",
214
214
  "fs-extra": "11.2.0",
215
215
  "glob": "^11.0.1",
216
216
  "jiti": "^2.4.2",
@@ -238,5 +238,5 @@
238
238
  "publishConfig": { "access": "public" },
239
239
  "executors": "./executors.json",
240
240
  "generators": "./generators.json",
241
- "gitHead": "cc140afa49466e39f555922878718b7cb860d73b"
241
+ "gitHead": "f0d5ffe157dd9cab3b98edc33298a0bb2e2f1f25"
242
242
  }
@@ -1,41 +0,0 @@
1
- import {
2
- withRunExecutor
3
- } from "./chunk-V5564COA.mjs";
4
- import {
5
- buildCargoCommand,
6
- cargoCommand
7
- } from "./chunk-6LP3KKXE.mjs";
8
-
9
- // src/executors/cargo-doc/executor.ts
10
- async function cargoDocExecutor(options, context) {
11
- const opts = { ...options };
12
- opts["no-deps"] = opts.noDeps;
13
- delete opts.noDeps;
14
- const command = buildCargoCommand("doc", options, context);
15
- return await cargoCommand(...command);
16
- }
17
- var executor_default = withRunExecutor(
18
- "Cargo - Doc",
19
- cargoDocExecutor,
20
- {
21
- skipReadingConfig: false,
22
- hooks: {
23
- applyDefaultOptions: (options) => {
24
- options.outputPath ??= "dist/{projectRoot}/docs";
25
- options.toolchain ??= "stable";
26
- options.release ??= options.profile ? false : true;
27
- options.allFeatures ??= true;
28
- options.lib ??= true;
29
- options.bins ??= true;
30
- options.examples ??= true;
31
- options.noDeps ??= false;
32
- return options;
33
- }
34
- }
35
- }
36
- );
37
-
38
- export {
39
- cargoDocExecutor,
40
- executor_default
41
- };