@storm-software/workspace-tools 1.247.2 → 1.247.3

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 (55) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/dist/executors.js +9 -9
  4. package/dist/executors.mjs +8 -8
  5. package/dist/generators.js +6 -6
  6. package/dist/generators.mjs +5 -5
  7. package/dist/index.js +42 -42
  8. package/dist/index.mjs +50 -50
  9. package/dist/src/base/index.js +11 -11
  10. package/dist/src/base/index.mjs +13 -13
  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/generators/browser-library/generator.js +1 -1
  22. package/dist/src/generators/browser-library/generator.mjs +1 -1
  23. package/dist/src/generators/neutral-library/generator.js +1 -1
  24. package/dist/src/generators/neutral-library/generator.mjs +1 -1
  25. package/dist/src/generators/node-library/generator.js +3 -3
  26. package/dist/src/generators/node-library/generator.mjs +2 -2
  27. package/dist/src/generators/preset/generator.js +3 -3
  28. package/dist/src/generators/preset/generator.mjs +2 -2
  29. package/dist/src/generators/release-version/generator.js +3 -3
  30. package/dist/src/generators/release-version/generator.mjs +2 -2
  31. package/dist/src/plugins/rust/cargo-toml.js +3 -3
  32. package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
  33. package/dist/src/plugins/rust/index.js +3 -3
  34. package/dist/src/plugins/rust/index.mjs +2 -2
  35. package/dist/src/utils/index.js +8 -8
  36. package/dist/src/utils/index.mjs +21 -21
  37. package/package.json +1 -1
  38. package/dist/{chunk-MOPEW5LB.js → chunk-2JWOC6BS.js} +2 -2
  39. package/dist/{chunk-24AOAWKM.js → chunk-6DUYLT3G.js} +2 -2
  40. package/dist/{chunk-WAZC2KG4.js → chunk-7LSAJVLP.js} +2 -2
  41. package/dist/{chunk-YHV3GYYF.mjs → chunk-D3542HHD.mjs} +3 -3
  42. package/dist/{chunk-OM7XDCE7.mjs → chunk-EIN6QPSQ.mjs} +3 -3
  43. package/dist/{chunk-ZDN367AN.js → chunk-HN56EU3L.js} +2 -2
  44. package/dist/{chunk-BLSGWUGX.mjs → chunk-IKWHZVGX.mjs} +3 -3
  45. package/dist/{chunk-VBYEJNI3.js → chunk-IYITKBU2.js} +2 -2
  46. package/dist/{chunk-R6RTCWUK.mjs → chunk-JJWDXTGU.mjs} +3 -3
  47. package/dist/{chunk-VBROJHZZ.js → chunk-KHZ6EZAS.js} +2 -2
  48. package/dist/{chunk-NH75ORHH.mjs → chunk-L6YYWRSR.mjs} +3 -3
  49. package/dist/{chunk-EPZT247P.mjs → chunk-LYOQT43P.mjs} +6 -6
  50. package/dist/{chunk-QMXS4YBR.js → chunk-OYVEYWQB.js} +2 -2
  51. package/dist/{chunk-ETVB65M4.js → chunk-PM3RLQVV.js} +2 -2
  52. package/dist/{chunk-MQE5KGI7.mjs → chunk-PY7VTWWR.mjs} +3 -3
  53. package/dist/{chunk-7MZLWLLT.mjs → chunk-R3FZ4PB6.mjs} +4 -4
  54. package/dist/{chunk-XONECYS4.js → chunk-YESI2BBC.js} +2 -2
  55. package/dist/{chunk-HDWS7GST.mjs → chunk-YZQ2Q7UB.mjs} +3 -3
@@ -1,10 +1,10 @@
1
+ import {
2
+ withRunGenerator
3
+ } from "./chunk-H7GRZIKQ.mjs";
1
4
  import {
2
5
  nodeVersion,
3
6
  pnpmVersion
4
7
  } from "./chunk-EK75QNMS.mjs";
5
- import {
6
- withRunGenerator
7
- } from "./chunk-H7GRZIKQ.mjs";
8
8
  import {
9
9
  __dirname,
10
10
  __name
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }
2
2
 
3
+ var _chunk4AJFP7HMjs = require('./chunk-4AJFP7HM.js');
3
4
 
4
- var _chunkHI4G4OOGjs = require('./chunk-HI4G4OOG.js');
5
5
 
6
6
 
7
- var _chunk4AJFP7HMjs = require('./chunk-4AJFP7HM.js');
7
+ var _chunkHI4G4OOGjs = require('./chunk-HI4G4OOG.js');
8
8
 
9
9
 
10
10
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -1,10 +1,10 @@
1
+ import {
2
+ withRunExecutor
3
+ } from "./chunk-VCU6XMJC.mjs";
1
4
  import {
2
5
  buildCargoCommand,
3
6
  cargoCommand
4
7
  } from "./chunk-XK3FSWMA.mjs";
5
- import {
6
- withRunExecutor
7
- } from "./chunk-VCU6XMJC.mjs";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-R7DU2APC.mjs";
@@ -1,9 +1,3 @@
1
- import {
2
- modifyCargoTable,
3
- parseCargoToml,
4
- parseCargoTomlWithTree,
5
- stringifyCargoToml
6
- } from "./chunk-EIM3O6HY.mjs";
7
1
  import {
8
2
  getConfig,
9
3
  getStopwatch,
@@ -14,6 +8,12 @@ import {
14
8
  writeSuccess,
15
9
  writeTrace
16
10
  } from "./chunk-AHTDYOCZ.mjs";
11
+ import {
12
+ modifyCargoTable,
13
+ parseCargoToml,
14
+ parseCargoTomlWithTree,
15
+ stringifyCargoToml
16
+ } from "./chunk-EIM3O6HY.mjs";
17
17
  import {
18
18
  findWorkspaceRoot
19
19
  } from "./chunk-C5YDISDP.mjs";
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
+ var _chunk5LEU7C3Ejs = require('./chunk-5LEU7C3E.js');
3
4
 
4
- var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
5
5
 
6
6
 
7
- var _chunk5LEU7C3Ejs = require('./chunk-5LEU7C3E.js');
7
+ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
8
8
 
9
9
 
10
10
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
+ var _chunk5LEU7C3Ejs = require('./chunk-5LEU7C3E.js');
3
4
 
4
- var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
5
5
 
6
6
 
7
- var _chunk5LEU7C3Ejs = require('./chunk-5LEU7C3E.js');
7
+ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
8
8
 
9
9
 
10
10
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -1,10 +1,10 @@
1
+ import {
2
+ withRunExecutor
3
+ } from "./chunk-VCU6XMJC.mjs";
1
4
  import {
2
5
  buildCargoCommand,
3
6
  cargoCommand
4
7
  } from "./chunk-XK3FSWMA.mjs";
5
- import {
6
- withRunExecutor
7
- } from "./chunk-VCU6XMJC.mjs";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-R7DU2APC.mjs";
@@ -1,12 +1,12 @@
1
- import {
2
- cargoMetadata,
3
- isExternal
4
- } from "./chunk-XK3FSWMA.mjs";
5
1
  import {
6
2
  ProjectTagConstants,
7
3
  addProjectTag,
8
4
  setDefaultProjectTags
9
5
  } from "./chunk-W3SWWT4A.mjs";
6
+ import {
7
+ cargoMetadata,
8
+ isExternal
9
+ } from "./chunk-XK3FSWMA.mjs";
10
10
  import {
11
11
  __name
12
12
  } from "./chunk-R7DU2APC.mjs";
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
5
4
 
5
+ var _chunk7YRW5HNXjs = require('./chunk-7YRW5HNX.js');
6
6
 
7
7
 
8
8
 
9
- var _chunk7YRW5HNXjs = require('./chunk-7YRW5HNX.js');
9
+ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
10
10
 
11
11
 
12
12
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -1,10 +1,10 @@
1
+ import {
2
+ withRunExecutor
3
+ } from "./chunk-VCU6XMJC.mjs";
1
4
  import {
2
5
  buildCargoCommand,
3
6
  cargoCommand
4
7
  } from "./chunk-XK3FSWMA.mjs";
5
- import {
6
- withRunExecutor
7
- } from "./chunk-VCU6XMJC.mjs";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-R7DU2APC.mjs";