@storm-software/workspace-tools 1.273.4 → 1.273.6

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 (88) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +1 -2
  3. package/config/base.json +0 -1
  4. package/dist/{chunk-JISERTNY.mjs → chunk-2PZOGRBP.mjs} +1 -1
  5. package/dist/{chunk-VHIM4LJY.mjs → chunk-6L7JKV7E.mjs} +1 -1
  6. package/dist/{chunk-6NLLGP7C.mjs → chunk-6QQQU5ES.mjs} +1 -1
  7. package/dist/{chunk-GMG4M2RZ.mjs → chunk-6UFOMB3R.mjs} +3 -7
  8. package/dist/{chunk-QYPOYIKU.mjs → chunk-75RE5W2I.mjs} +1 -1
  9. package/dist/{chunk-X2L5HFRH.mjs → chunk-AZ5HDBYX.mjs} +0 -9
  10. package/dist/{chunk-JHTHTSQS.mjs → chunk-EGPDUUWX.mjs} +1 -1
  11. package/dist/{chunk-7IYOBX35.js → chunk-OFNVRO2Q.js} +2 -11
  12. package/dist/{chunk-C6YYTK6Q.js → chunk-TZJGO4US.js} +3 -7
  13. package/dist/{chunk-KJPEFYZD.mjs → chunk-UQJ4W5YX.mjs} +1 -1
  14. package/dist/executors.mjs +2 -2
  15. package/dist/generators.mjs +5 -5
  16. package/dist/index.mjs +6 -6
  17. package/dist/src/base/base-executor.mjs +1 -1
  18. package/dist/src/base/base-executor.untyped.mjs +1 -1
  19. package/dist/src/base/base-generator.mjs +1 -1
  20. package/dist/src/base/base-generator.untyped.mjs +1 -1
  21. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  22. package/dist/src/base/index.mjs +1 -1
  23. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  24. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  25. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  26. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  27. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  28. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  29. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  30. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  31. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  32. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  33. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  34. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  35. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  36. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  37. package/dist/src/executors/clean-package/executor.mjs +1 -1
  38. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  39. package/dist/src/executors/esbuild/executor.mjs +2 -2
  40. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  41. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  42. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  43. package/dist/src/executors/size-limit/executor.mjs +1 -1
  44. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  45. package/dist/src/executors/typia/executor.mjs +1 -1
  46. package/dist/src/executors/typia/untyped.mjs +1 -1
  47. package/dist/src/executors/unbuild/executor.mjs +1 -1
  48. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  49. package/dist/src/generators/browser-library/generator.mjs +2 -2
  50. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  51. package/dist/src/generators/config-schema/generator.mjs +1 -1
  52. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  53. package/dist/src/generators/init/init.mjs +1 -1
  54. package/dist/src/generators/init/untyped.mjs +1 -1
  55. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  56. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  57. package/dist/src/generators/node-library/generator.mjs +2 -2
  58. package/dist/src/generators/node-library/untyped.mjs +1 -1
  59. package/dist/src/generators/preset/generator.mjs +2 -2
  60. package/dist/src/generators/preset/untyped.mjs +1 -1
  61. package/dist/src/generators/release-version/generator.mjs +1 -1
  62. package/dist/src/generators/release-version/untyped.mjs +1 -1
  63. package/dist/src/plugins/rust/cargo-toml.js +2 -2
  64. package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
  65. package/dist/src/plugins/rust/index.js +2 -2
  66. package/dist/src/plugins/rust/index.mjs +2 -2
  67. package/dist/src/plugins/typescript/index.js +2 -2
  68. package/dist/src/plugins/typescript/index.mjs +2 -2
  69. package/dist/src/plugins/typescript/project-config.js +2 -2
  70. package/dist/src/plugins/typescript/project-config.mjs +2 -2
  71. package/dist/src/plugins/typescript/tsup.js +6 -11
  72. package/dist/src/plugins/typescript/tsup.mjs +6 -11
  73. package/dist/src/plugins/typescript/untyped-schema.js +6 -11
  74. package/dist/src/plugins/typescript/untyped-schema.mjs +6 -11
  75. package/dist/src/types.mjs +1 -1
  76. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  77. package/dist/src/utils/cargo.mjs +1 -1
  78. package/dist/src/utils/create-cli-options.mjs +1 -1
  79. package/dist/src/utils/get-project-configurations.mjs +1 -1
  80. package/dist/src/utils/index.mjs +1 -1
  81. package/dist/src/utils/lock-file.mjs +1 -1
  82. package/dist/src/utils/package-helpers.mjs +1 -1
  83. package/dist/src/utils/plugin-helpers.mjs +1 -1
  84. package/dist/src/utils/pnpm-deps-update.mjs +1 -1
  85. package/dist/src/utils/project-tags.mjs +1 -1
  86. package/dist/src/utils/typia-transform.mjs +1 -1
  87. package/dist/src/utils/versions.mjs +1 -1
  88. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,41 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.273.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.5) (2025-05-08)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **workspace-tools:** Remove unneeded logging from Nx plugins
10
+ - **workspace-tools:** Reduce rebuilding during release
11
+ - **monorepo:** Regenerate README markdown files
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated prettier to 0.51.5
16
+ - Updated esbuild to 0.41.5
17
+ - Updated esbuild to 0.41.5
18
+ - Updated unbuild to 0.47.5
19
+ - Updated unbuild to 0.47.5
20
+
21
+ ## [1.273.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.4) (2025-05-08)
22
+
23
+ ### Bug Fixes
24
+
25
+ - **workspace-tools:** Remove old schema fields from Nx configuration
26
+
27
+ ### Miscellaneous
28
+
29
+ - **monorepo:** Update workspace package links
30
+ - **monorepo:** Regenerate README markdown files
31
+
32
+ ### Updated Dependencies
33
+
34
+ - Updated prettier to 0.51.4
35
+ - Updated esbuild to 0.41.4
36
+ - Updated esbuild to 0.41.4
37
+ - Updated unbuild to 0.47.4
38
+ - Updated unbuild to 0.47.4
39
+
5
40
  ## [1.273.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.3) (2025-05-08)
6
41
 
7
42
  ### Miscellaneous
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.273.2-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.273.5-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,7 +40,6 @@ 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
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Workspace Tools](#storm-workspace-tools)
package/config/base.json CHANGED
@@ -415,7 +415,6 @@
415
415
  }
416
416
  },
417
417
  "version": {
418
- "groupPreVersionCommand": "pnpm build",
419
418
  "generator": "@storm-software/workspace-tools:release-version",
420
419
  "generatorOptions": {
421
420
  "currentVersionResolver": "git-tag",
@@ -22,7 +22,7 @@ import {
22
22
  } from "./chunk-U7JFVMCK.mjs";
23
23
  import {
24
24
  __require
25
- } from "./chunk-QYPOYIKU.mjs";
25
+ } from "./chunk-75RE5W2I.mjs";
26
26
 
27
27
  // ../esbuild/src/build.ts
28
28
  import * as esbuild from "esbuild";
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-U7JFVMCK.mjs";
11
11
  import {
12
12
  __dirname
13
- } from "./chunk-QYPOYIKU.mjs";
13
+ } from "./chunk-75RE5W2I.mjs";
14
14
 
15
15
  // src/generators/browser-library/generator.ts
16
16
  import {
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-MLF7ZQBW.mjs";
8
8
  import {
9
9
  __dirname
10
- } from "./chunk-QYPOYIKU.mjs";
10
+ } from "./chunk-75RE5W2I.mjs";
11
11
 
12
12
  // src/generators/preset/generator.ts
13
13
  import {
@@ -305,7 +305,7 @@ var createNodesV2 = [
305
305
  break;
306
306
  }
307
307
  setDefaultProjectTags(project, name);
308
- const result = project?.name ? {
308
+ return project?.name ? {
309
309
  projects: {
310
310
  [project.name]: {
311
311
  ...project,
@@ -321,10 +321,6 @@ var createNodesV2 = [
321
321
  }
322
322
  }
323
323
  } : {};
324
- console.log(
325
- `[storm-software/typescript]: Inferred Nx configuration for ${project?.name ?? "missing name"}`
326
- );
327
- return result;
328
324
  } catch (e) {
329
325
  console.error(e);
330
326
  return {};
@@ -355,7 +351,7 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
355
351
  }
356
352
  return readJsonFile(packageJsonPath);
357
353
  } catch (e) {
358
- console.log(e);
354
+ console.warn(e);
359
355
  return null;
360
356
  }
361
357
  }
@@ -368,7 +364,7 @@ async function createTsconfig(projectJsonPath, workspaceRoot) {
368
364
  }
369
365
  return readTSConfig(tsconfigJsonPath);
370
366
  } catch (e) {
371
- console.log(e);
367
+ console.warn(e);
372
368
  return null;
373
369
  }
374
370
  }
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
5
5
  throw Error('Dynamic require of "' + x + '" is not supported');
6
6
  });
7
7
 
8
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__b8584d6fbd29e6db4e299eaf46843332/node_modules/tsup/assets/esm_shims.js
8
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__954ae7dac9bca61c20aa20d91ee91417/node_modules/tsup/assets/esm_shims.js
9
9
  import { fileURLToPath } from "url";
10
10
  import path from "path";
11
11
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -33,9 +33,6 @@ var createNodesV2 = [
33
33
  return await createNodesFromFiles(
34
34
  (configFile, options2, context2) => {
35
35
  try {
36
- console.log(
37
- `[storm-software/rust]: Processing Cargo.toml file: ${configFile}`
38
- );
39
36
  const profiles = options2?.profiles ?? {};
40
37
  const includeApps = options2?.includeApps ?? true;
41
38
  const toolchain = options2?.toolchain;
@@ -294,9 +291,6 @@ var createNodesV2 = [
294
291
  }
295
292
  }
296
293
  };
297
- console.log(
298
- `[storm-software/rust]: Inferred Nx configuration for ${project?.name ?? "missing name"}`
299
- );
300
294
  }
301
295
  for (const dep of cargoPackage.dependencies) {
302
296
  if (isExternal(dep, context2.workspaceRoot)) {
@@ -361,9 +355,6 @@ var createDependencies = (_, context) => {
361
355
  }
362
356
  }
363
357
  }
364
- console.log(
365
- `[storm-software/rust]: Total workspace Cargo dependencies found: ${dependencies.length}`
366
- );
367
358
  return dependencies;
368
359
  };
369
360
  function createDependency(pkg, depName, type) {
@@ -13,7 +13,7 @@ import {
13
13
  } from "./chunk-U7JFVMCK.mjs";
14
14
  import {
15
15
  __dirname
16
- } from "./chunk-QYPOYIKU.mjs";
16
+ } from "./chunk-75RE5W2I.mjs";
17
17
 
18
18
  // src/generators/node-library/generator.ts
19
19
  import {
@@ -33,9 +33,6 @@ var createNodesV2 = [
33
33
  return await _devkit.createNodesFromFiles.call(void 0,
34
34
  (configFile, options2, context2) => {
35
35
  try {
36
- console.log(
37
- `[storm-software/rust]: Processing Cargo.toml file: ${configFile}`
38
- );
39
36
  const profiles = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _2 => _2.profiles]), () => ( {}));
40
37
  const includeApps = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _3 => _3.includeApps]), () => ( true));
41
38
  const toolchain = _optionalChain([options2, 'optionalAccess', _4 => _4.toolchain]);
@@ -294,20 +291,17 @@ var createNodesV2 = [
294
291
  }
295
292
  }
296
293
  };
297
- console.log(
298
- `[storm-software/rust]: Inferred Nx configuration for ${_nullishCoalesce(_optionalChain([project, 'optionalAccess', _8 => _8.name]), () => ( "missing name"))}`
299
- );
300
294
  }
301
295
  for (const dep of cargoPackage.dependencies) {
302
296
  if (_chunkLJDV7HFTjs.isExternal.call(void 0, dep, context2.workspaceRoot)) {
303
297
  const externalDepName = `cargo:${dep.name}`;
304
- if (!_optionalChain([externalNodes, 'optionalAccess', _9 => _9[externalDepName]])) {
298
+ if (!_optionalChain([externalNodes, 'optionalAccess', _8 => _8[externalDepName]])) {
305
299
  externalNodes[externalDepName] = {
306
300
  type: "cargo",
307
301
  name: externalDepName,
308
302
  data: {
309
303
  packageName: dep.name,
310
- version: _nullishCoalesce(_optionalChain([cargoPackageMap, 'access', _10 => _10.get, 'call', _11 => _11(dep.name), 'optionalAccess', _12 => _12.version]), () => ( "0.0.0"))
304
+ version: _nullishCoalesce(_optionalChain([cargoPackageMap, 'access', _9 => _9.get, 'call', _10 => _10(dep.name), 'optionalAccess', _11 => _11.version]), () => ( "0.0.0"))
311
305
  }
312
306
  };
313
307
  }
@@ -361,9 +355,6 @@ var createDependencies = (_, context) => {
361
355
  }
362
356
  }
363
357
  }
364
- console.log(
365
- `[storm-software/rust]: Total workspace Cargo dependencies found: ${dependencies.length}`
366
- );
367
358
  return dependencies;
368
359
  };
369
360
  function createDependency(pkg, depName, type) {
@@ -305,7 +305,7 @@ var createNodesV2 = [
305
305
  break;
306
306
  }
307
307
  _chunkAX3RSZT7js.setDefaultProjectTags.call(void 0, project, name);
308
- const result = _optionalChain([project, 'optionalAccess', _13 => _13.name]) ? {
308
+ return _optionalChain([project, 'optionalAccess', _13 => _13.name]) ? {
309
309
  projects: {
310
310
  [project.name]: {
311
311
  ...project,
@@ -321,10 +321,6 @@ var createNodesV2 = [
321
321
  }
322
322
  }
323
323
  } : {};
324
- console.log(
325
- `[storm-software/typescript]: Inferred Nx configuration for ${_nullishCoalesce(_optionalChain([project, 'optionalAccess', _17 => _17.name]), () => ( "missing name"))}`
326
- );
327
- return result;
328
324
  } catch (e) {
329
325
  console.error(e);
330
326
  return {};
@@ -355,7 +351,7 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
355
351
  }
356
352
  return _fileutils.readJsonFile.call(void 0, packageJsonPath);
357
353
  } catch (e) {
358
- console.log(e);
354
+ console.warn(e);
359
355
  return null;
360
356
  }
361
357
  }
@@ -368,7 +364,7 @@ async function createTsconfig(projectJsonPath, workspaceRoot) {
368
364
  }
369
365
  return _pkgtypes.readTSConfig.call(void 0, tsconfigJsonPath);
370
366
  } catch (e) {
371
- console.log(e);
367
+ console.warn(e);
372
368
  return null;
373
369
  }
374
370
  }
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-U7JFVMCK.mjs";
11
11
  import {
12
12
  __dirname
13
- } from "./chunk-QYPOYIKU.mjs";
13
+ } from "./chunk-75RE5W2I.mjs";
14
14
 
15
15
  // src/generators/neutral-library/generator.ts
16
16
  import {
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-5MOK3MSQ.mjs";
20
20
  import {
21
21
  esbuildExecutorFn
22
- } from "./chunk-JISERTNY.mjs";
22
+ } from "./chunk-2PZOGRBP.mjs";
23
23
  import {
24
24
  cargoBuildExecutor
25
25
  } from "./chunk-ZASRR3NW.mjs";
@@ -41,7 +41,7 @@ import "./chunk-N63KWRTH.mjs";
41
41
  import "./chunk-WLB7XVWW.mjs";
42
42
  import "./chunk-LSF4BHCI.mjs";
43
43
  import "./chunk-U7JFVMCK.mjs";
44
- import "./chunk-QYPOYIKU.mjs";
44
+ import "./chunk-75RE5W2I.mjs";
45
45
  export {
46
46
  LARGE_BUFFER,
47
47
  cargoBuildExecutor,
@@ -1,16 +1,16 @@
1
1
  import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
3
  nodeLibraryGeneratorFn
4
- } from "./chunk-JHTHTSQS.mjs";
4
+ } from "./chunk-EGPDUUWX.mjs";
5
5
  import {
6
6
  presetGeneratorFn
7
- } from "./chunk-6NLLGP7C.mjs";
7
+ } from "./chunk-6QQQU5ES.mjs";
8
8
  import {
9
9
  releaseVersionGeneratorFn
10
10
  } from "./chunk-5XYM22SB.mjs";
11
11
  import {
12
12
  browserLibraryGeneratorFn
13
- } from "./chunk-VHIM4LJY.mjs";
13
+ } from "./chunk-6L7JKV7E.mjs";
14
14
  import {
15
15
  configSchemaGeneratorFn
16
16
  } from "./chunk-DJYOYWNY.mjs";
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-437WGH2M.mjs";
20
20
  import {
21
21
  neutralLibraryGeneratorFn
22
- } from "./chunk-KJPEFYZD.mjs";
22
+ } from "./chunk-UQJ4W5YX.mjs";
23
23
  import "./chunk-3PTWOMU2.mjs";
24
24
  import "./chunk-F66XEAID.mjs";
25
25
  import "./chunk-EK75QNMS.mjs";
@@ -30,7 +30,7 @@ import "./chunk-N63KWRTH.mjs";
30
30
  import "./chunk-WLB7XVWW.mjs";
31
31
  import "./chunk-LSF4BHCI.mjs";
32
32
  import "./chunk-U7JFVMCK.mjs";
33
- import "./chunk-QYPOYIKU.mjs";
33
+ import "./chunk-75RE5W2I.mjs";
34
34
  export {
35
35
  browserLibraryGeneratorFn,
36
36
  configSchemaGeneratorFn,
package/dist/index.mjs CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  } from "./chunk-5MOK3MSQ.mjs";
67
67
  import {
68
68
  esbuildExecutorFn
69
- } from "./chunk-JISERTNY.mjs";
69
+ } from "./chunk-2PZOGRBP.mjs";
70
70
  import {
71
71
  cargoBuildExecutor
72
72
  } from "./chunk-ZASRR3NW.mjs";
@@ -96,16 +96,16 @@ import {
96
96
  import "./chunk-RLIZVCIN.mjs";
97
97
  import {
98
98
  nodeLibraryGeneratorFn
99
- } from "./chunk-JHTHTSQS.mjs";
99
+ } from "./chunk-EGPDUUWX.mjs";
100
100
  import {
101
101
  presetGeneratorFn
102
- } from "./chunk-6NLLGP7C.mjs";
102
+ } from "./chunk-6QQQU5ES.mjs";
103
103
  import {
104
104
  releaseVersionGeneratorFn
105
105
  } from "./chunk-5XYM22SB.mjs";
106
106
  import {
107
107
  browserLibraryGeneratorFn
108
- } from "./chunk-VHIM4LJY.mjs";
108
+ } from "./chunk-6L7JKV7E.mjs";
109
109
  import {
110
110
  configSchemaGeneratorFn
111
111
  } from "./chunk-DJYOYWNY.mjs";
@@ -114,7 +114,7 @@ import {
114
114
  } from "./chunk-437WGH2M.mjs";
115
115
  import {
116
116
  neutralLibraryGeneratorFn
117
- } from "./chunk-KJPEFYZD.mjs";
117
+ } from "./chunk-UQJ4W5YX.mjs";
118
118
  import {
119
119
  createProjectTsConfigJson,
120
120
  getOutputPath,
@@ -177,7 +177,7 @@ import "./chunk-U7JFVMCK.mjs";
177
177
  import {
178
178
  base_generator_untyped_default
179
179
  } from "./chunk-34LSWMWV.mjs";
180
- import "./chunk-QYPOYIKU.mjs";
180
+ import "./chunk-75RE5W2I.mjs";
181
181
  export {
182
182
  INVALID_CARGO_ARGS,
183
183
  LARGE_BUFFER,
@@ -6,7 +6,7 @@ import "../../chunk-N63KWRTH.mjs";
6
6
  import "../../chunk-WLB7XVWW.mjs";
7
7
  import "../../chunk-LSF4BHCI.mjs";
8
8
  import "../../chunk-U7JFVMCK.mjs";
9
- import "../../chunk-QYPOYIKU.mjs";
9
+ import "../../chunk-75RE5W2I.mjs";
10
10
  export {
11
11
  withRunExecutor
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../chunk-DGC5L3Z7.mjs";
4
- import "../../chunk-QYPOYIKU.mjs";
4
+ import "../../chunk-75RE5W2I.mjs";
5
5
  export {
6
6
  base_executor_untyped_default as default
7
7
  };
@@ -6,7 +6,7 @@ import "../../chunk-N63KWRTH.mjs";
6
6
  import "../../chunk-WLB7XVWW.mjs";
7
7
  import "../../chunk-LSF4BHCI.mjs";
8
8
  import "../../chunk-U7JFVMCK.mjs";
9
- import "../../chunk-QYPOYIKU.mjs";
9
+ import "../../chunk-75RE5W2I.mjs";
10
10
  export {
11
11
  withRunGenerator
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../chunk-34LSWMWV.mjs";
4
- import "../../chunk-QYPOYIKU.mjs";
4
+ import "../../chunk-75RE5W2I.mjs";
5
5
  export {
6
6
  base_generator_untyped_default as default
7
7
  };
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../chunk-7AN4JMFC.mjs";
4
4
  import "../../chunk-DGC5L3Z7.mjs";
5
- import "../../chunk-QYPOYIKU.mjs";
5
+ import "../../chunk-75RE5W2I.mjs";
6
6
  export {
7
7
  cargo_base_executor_untyped_default as default
8
8
  };
@@ -33,7 +33,7 @@ import "../../chunk-U7JFVMCK.mjs";
33
33
  import {
34
34
  base_generator_untyped_default
35
35
  } from "../../chunk-34LSWMWV.mjs";
36
- import "../../chunk-QYPOYIKU.mjs";
36
+ import "../../chunk-75RE5W2I.mjs";
37
37
  export {
38
38
  base_executor_untyped_default as baseExecutorSchema,
39
39
  base_generator_untyped_default as baseGeneratorSchema,
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../chunk-HY3ZC5EZ.mjs";
4
4
  import "../../chunk-DGC5L3Z7.mjs";
5
- import "../../chunk-QYPOYIKU.mjs";
5
+ import "../../chunk-75RE5W2I.mjs";
6
6
  export {
7
7
  typescript_build_executor_untyped_default as default
8
8
  };
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../chunk-34LSWMWV.mjs";
5
- import "../../chunk-QYPOYIKU.mjs";
5
+ import "../../chunk-75RE5W2I.mjs";
6
6
  export {
7
7
  typescript_library_generator_untyped_default as default
8
8
  };
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
9
9
  import "../../../chunk-WLB7XVWW.mjs";
10
10
  import "../../../chunk-LSF4BHCI.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-QYPOYIKU.mjs";
12
+ import "../../../chunk-75RE5W2I.mjs";
13
13
  export {
14
14
  cargoBuildExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QYPOYIKU.mjs";
5
+ import "../../../chunk-75RE5W2I.mjs";
6
6
 
7
7
  // src/executors/cargo-build/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
9
9
  import "../../../chunk-WLB7XVWW.mjs";
10
10
  import "../../../chunk-LSF4BHCI.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-QYPOYIKU.mjs";
12
+ import "../../../chunk-75RE5W2I.mjs";
13
13
  export {
14
14
  cargoCheckExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QYPOYIKU.mjs";
5
+ import "../../../chunk-75RE5W2I.mjs";
6
6
 
7
7
  // src/executors/cargo-check/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
9
9
  import "../../../chunk-WLB7XVWW.mjs";
10
10
  import "../../../chunk-LSF4BHCI.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-QYPOYIKU.mjs";
12
+ import "../../../chunk-75RE5W2I.mjs";
13
13
  export {
14
14
  cargoClippyExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QYPOYIKU.mjs";
5
+ import "../../../chunk-75RE5W2I.mjs";
6
6
 
7
7
  // src/executors/cargo-clippy/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
9
9
  import "../../../chunk-WLB7XVWW.mjs";
10
10
  import "../../../chunk-LSF4BHCI.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-QYPOYIKU.mjs";
12
+ import "../../../chunk-75RE5W2I.mjs";
13
13
  export {
14
14
  cargoDocExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QYPOYIKU.mjs";
5
+ import "../../../chunk-75RE5W2I.mjs";
6
6
 
7
7
  // src/executors/cargo-doc/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
9
9
  import "../../../chunk-WLB7XVWW.mjs";
10
10
  import "../../../chunk-LSF4BHCI.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-QYPOYIKU.mjs";
12
+ import "../../../chunk-75RE5W2I.mjs";
13
13
  export {
14
14
  cargoFormatExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QYPOYIKU.mjs";
5
+ import "../../../chunk-75RE5W2I.mjs";
6
6
 
7
7
  // src/executors/cargo-format/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -6,7 +6,7 @@ import "../../../chunk-R2WP5YDO.mjs";
6
6
  import "../../../chunk-WLB7XVWW.mjs";
7
7
  import "../../../chunk-LSF4BHCI.mjs";
8
8
  import "../../../chunk-U7JFVMCK.mjs";
9
- import "../../../chunk-QYPOYIKU.mjs";
9
+ import "../../../chunk-75RE5W2I.mjs";
10
10
  export {
11
11
  runExecutor as default,
12
12
  getRegistryVersion
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QYPOYIKU.mjs";
5
+ import "../../../chunk-75RE5W2I.mjs";
6
6
 
7
7
  // src/executors/cargo-publish/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -10,7 +10,7 @@ import "../../../chunk-LSF4BHCI.mjs";
10
10
  import {
11
11
  joinPaths
12
12
  } from "../../../chunk-U7JFVMCK.mjs";
13
- import "../../../chunk-QYPOYIKU.mjs";
13
+ import "../../../chunk-75RE5W2I.mjs";
14
14
 
15
15
  // src/executors/clean-package/executor.ts
16
16
  import { joinPathFragments } from "@nx/devkit";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../../chunk-DGC5L3Z7.mjs";
4
- import "../../../chunk-QYPOYIKU.mjs";
4
+ import "../../../chunk-75RE5W2I.mjs";
5
5
 
6
6
  // src/executors/clean-package/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  esbuildExecutorFn,
3
3
  executor_default
4
- } from "../../../chunk-JISERTNY.mjs";
4
+ } from "../../../chunk-2PZOGRBP.mjs";
5
5
  import "../../../chunk-FCRAGTW6.mjs";
6
6
  import "../../../chunk-X6PHOMFB.mjs";
7
7
  import "../../../chunk-N63KWRTH.mjs";
8
8
  import "../../../chunk-WLB7XVWW.mjs";
9
9
  import "../../../chunk-LSF4BHCI.mjs";
10
10
  import "../../../chunk-U7JFVMCK.mjs";
11
- import "../../../chunk-QYPOYIKU.mjs";
11
+ import "../../../chunk-75RE5W2I.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  esbuildExecutorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../../chunk-HY3ZC5EZ.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-QYPOYIKU.mjs";
5
+ import "../../../chunk-75RE5W2I.mjs";
6
6
 
7
7
  // src/executors/esbuild/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";