@storm-software/workspace-tools 1.295.87 → 1.296.1

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 (109) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-OBATTMGC.mjs → chunk-3WCWA5OH.mjs} +1 -1
  3. package/dist/chunk-54BBSJHK.mjs +40 -0
  4. package/dist/{chunk-GTBTSMUH.mjs → chunk-C3NYIWL4.mjs} +1 -1
  5. package/dist/{chunk-FPNWNZUL.mjs → chunk-J4MHHL63.mjs} +1 -1
  6. package/dist/{chunk-RCSUK5YZ.mjs → chunk-JIWQM3MH.mjs} +1 -1
  7. package/dist/chunk-MKJITWLN.js +40 -0
  8. package/dist/{chunk-HECOVC7R.mjs → chunk-NIETCJS4.mjs} +1 -1
  9. package/dist/{chunk-GCDDSEDG.mjs → chunk-OL6ZWI4R.mjs} +67 -93
  10. package/dist/{chunk-SGI4JCLV.js → chunk-RLJFRJ2F.js} +72 -98
  11. package/dist/{executor-0ivVjqma.d.mts → executor-BF7_LjrR.d.mts} +4 -4
  12. package/dist/{executor-0ivVjqma.d.ts → executor-BF7_LjrR.d.ts} +4 -4
  13. package/dist/executors.d.mts +1 -1
  14. package/dist/executors.d.ts +1 -1
  15. package/dist/executors.js +3 -2
  16. package/dist/executors.mjs +3 -2
  17. package/dist/generators.mjs +5 -5
  18. package/dist/index.d.mts +2 -1
  19. package/dist/index.d.ts +2 -1
  20. package/dist/index.js +13 -9
  21. package/dist/index.mjs +18 -14
  22. package/dist/src/base/base-executor.mjs +1 -1
  23. package/dist/src/base/base-executor.untyped.mjs +1 -1
  24. package/dist/src/base/base-generator.mjs +1 -1
  25. package/dist/src/base/base-generator.untyped.mjs +1 -1
  26. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  27. package/dist/src/base/index.mjs +1 -1
  28. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  29. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  30. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  31. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  32. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  33. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  34. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  35. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  36. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  37. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  38. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  39. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  40. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  41. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  42. package/dist/src/executors/clean-package/executor.mjs +1 -1
  43. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  44. package/dist/src/executors/esbuild/executor.mjs +1 -1
  45. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  46. package/dist/src/executors/napi/executor.mjs +1 -1
  47. package/dist/src/executors/napi/untyped.mjs +1 -1
  48. package/dist/src/executors/npm-publish/executor.d.mts +1 -1
  49. package/dist/src/executors/npm-publish/executor.d.ts +1 -1
  50. package/dist/src/executors/npm-publish/executor.js +3 -2
  51. package/dist/src/executors/npm-publish/executor.mjs +3 -2
  52. package/dist/src/executors/npm-publish/schema.d.ts +4 -4
  53. package/dist/src/executors/npm-publish/schema.json +4 -4
  54. package/dist/src/executors/npm-publish/untyped.js +4 -4
  55. package/dist/src/executors/npm-publish/untyped.mjs +5 -5
  56. package/dist/src/executors/size-limit/executor.mjs +1 -1
  57. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  58. package/dist/src/executors/tsdown/executor.mjs +1 -1
  59. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  60. package/dist/src/executors/typia/executor.mjs +1 -1
  61. package/dist/src/executors/typia/untyped.mjs +1 -1
  62. package/dist/src/executors/unbuild/executor.mjs +1 -1
  63. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  64. package/dist/src/generators/browser-library/generator.mjs +2 -2
  65. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  66. package/dist/src/generators/config-schema/generator.mjs +1 -1
  67. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  68. package/dist/src/generators/init/init.mjs +1 -1
  69. package/dist/src/generators/init/untyped.mjs +1 -1
  70. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  71. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  72. package/dist/src/generators/node-library/generator.mjs +2 -2
  73. package/dist/src/generators/node-library/untyped.mjs +1 -1
  74. package/dist/src/generators/preset/generator.mjs +2 -2
  75. package/dist/src/generators/preset/untyped.mjs +1 -1
  76. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  77. package/dist/src/plugins/rust/index.mjs +1 -1
  78. package/dist/src/plugins/typescript/index.mjs +1 -1
  79. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  80. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  81. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  82. package/dist/src/release/index.mjs +1 -1
  83. package/dist/src/release/js-version-actions.mjs +1 -1
  84. package/dist/src/release/rust-version-actions.mjs +1 -1
  85. package/dist/src/types.mjs +1 -1
  86. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  87. package/dist/src/utils/cargo.mjs +1 -1
  88. package/dist/src/utils/create-cli-options.mjs +1 -1
  89. package/dist/src/utils/get-project-configurations.mjs +1 -1
  90. package/dist/src/utils/github.d.mts +19 -0
  91. package/dist/src/utils/github.d.ts +19 -0
  92. package/dist/src/utils/github.js +7 -0
  93. package/dist/src/utils/github.mjs +8 -0
  94. package/dist/src/utils/index.d.mts +4 -0
  95. package/dist/src/utils/index.d.ts +4 -0
  96. package/dist/src/utils/index.js +12 -8
  97. package/dist/src/utils/index.mjs +13 -9
  98. package/dist/src/utils/lock-file.mjs +1 -1
  99. package/dist/src/utils/nx-json.mjs +1 -1
  100. package/dist/src/utils/package-helpers.mjs +1 -1
  101. package/dist/src/utils/plugin-helpers.mjs +1 -1
  102. package/dist/src/utils/project-tags.mjs +1 -1
  103. package/dist/src/utils/registry-helpers.mjs +1 -1
  104. package/dist/src/utils/typia-transform.mjs +1 -1
  105. package/dist/src/utils/versions.mjs +1 -1
  106. package/docs/api/executors/npm-publish/schema.md +4 -4
  107. package/package.json +16 -15
  108. /package/dist/{chunk-JGP4YWZY.js → chunk-DO2X7OZO.js} +0 -0
  109. /package/dist/{chunk-6YZ3OUJB.mjs → chunk-XCVH63OO.mjs} +0 -0
package/dist/index.mjs CHANGED
@@ -1,4 +1,11 @@
1
- import "./chunk-6YZ3OUJB.mjs";
1
+ import "./chunk-XCVH63OO.mjs";
2
+ import {
3
+ getProjectConfigFromProjectJsonPath,
4
+ getProjectConfigFromProjectRoot,
5
+ getProjectPlatform,
6
+ getProjectRoot,
7
+ getRoot
8
+ } from "./chunk-K4QMCCQB.mjs";
2
9
  import {
3
10
  getTypiaTransform
4
11
  } from "./chunk-KR72GKIT.mjs";
@@ -27,13 +34,6 @@ import {
27
34
  RELEASE,
28
35
  withNamedInputs
29
36
  } from "./chunk-V5K2PDVY.mjs";
30
- import {
31
- getProjectConfigFromProjectJsonPath,
32
- getProjectConfigFromProjectRoot,
33
- getProjectPlatform,
34
- getProjectRoot,
35
- getRoot
36
- } from "./chunk-K4QMCCQB.mjs";
37
37
  import "./chunk-P5P43FOZ.mjs";
38
38
  import {
39
39
  cargo_base_executor_untyped_default
@@ -77,7 +77,7 @@ import {
77
77
  } from "./chunk-S2KOD2HL.mjs";
78
78
  import {
79
79
  LARGE_BUFFER
80
- } from "./chunk-GCDDSEDG.mjs";
80
+ } from "./chunk-OL6ZWI4R.mjs";
81
81
  import {
82
82
  cargoClippyExecutor
83
83
  } from "./chunk-7MM5MBEP.mjs";
@@ -107,6 +107,9 @@ import {
107
107
  isExternal,
108
108
  runProcess
109
109
  } from "./chunk-GKLFEOKK.mjs";
110
+ import {
111
+ getGitHubTools
112
+ } from "./chunk-54BBSJHK.mjs";
110
113
  import {
111
114
  PackageManagerTypes,
112
115
  addPackageJsonGitHead,
@@ -116,13 +119,13 @@ import "./chunk-X2UWPTFU.mjs";
116
119
  import "./chunk-SAIDGUHG.mjs";
117
120
  import {
118
121
  nodeLibraryGeneratorFn
119
- } from "./chunk-HECOVC7R.mjs";
122
+ } from "./chunk-NIETCJS4.mjs";
120
123
  import {
121
124
  presetGeneratorFn
122
- } from "./chunk-FPNWNZUL.mjs";
125
+ } from "./chunk-J4MHHL63.mjs";
123
126
  import {
124
127
  browserLibraryGeneratorFn
125
- } from "./chunk-OBATTMGC.mjs";
128
+ } from "./chunk-3WCWA5OH.mjs";
126
129
  import {
127
130
  configSchemaGeneratorFn
128
131
  } from "./chunk-BT7OBRJT.mjs";
@@ -131,7 +134,7 @@ import {
131
134
  } from "./chunk-437WGH2M.mjs";
132
135
  import {
133
136
  neutralLibraryGeneratorFn
134
- } from "./chunk-RCSUK5YZ.mjs";
137
+ } from "./chunk-JIWQM3MH.mjs";
135
138
  import {
136
139
  createProjectTsConfigJson,
137
140
  getOutputPath,
@@ -194,7 +197,7 @@ import "./chunk-TBW5MCN6.mjs";
194
197
  import {
195
198
  base_generator_untyped_default
196
199
  } from "./chunk-34LSWMWV.mjs";
197
- import "./chunk-GTBTSMUH.mjs";
200
+ import "./chunk-C3NYIWL4.mjs";
198
201
  export {
199
202
  INVALID_CARGO_ARGS,
200
203
  LARGE_BUFFER,
@@ -243,6 +246,7 @@ export {
243
246
  esbuildExecutorFn,
244
247
  eslintVersion,
245
248
  formatProjectTag,
249
+ getGitHubTools,
246
250
  getLockFileDependencies,
247
251
  getLockFileName,
248
252
  getLockFileNodes,
@@ -6,7 +6,7 @@ import "../../chunk-35G4LHK2.mjs";
6
6
  import "../../chunk-4AR5RJMF.mjs";
7
7
  import "../../chunk-3J2CP54B.mjs";
8
8
  import "../../chunk-TBW5MCN6.mjs";
9
- import "../../chunk-GTBTSMUH.mjs";
9
+ import "../../chunk-C3NYIWL4.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-ZCTECGQS.mjs";
4
- import "../../chunk-GTBTSMUH.mjs";
4
+ import "../../chunk-C3NYIWL4.mjs";
5
5
  export {
6
6
  base_executor_untyped_default as default
7
7
  };
@@ -6,7 +6,7 @@ import "../../chunk-35G4LHK2.mjs";
6
6
  import "../../chunk-4AR5RJMF.mjs";
7
7
  import "../../chunk-3J2CP54B.mjs";
8
8
  import "../../chunk-TBW5MCN6.mjs";
9
- import "../../chunk-GTBTSMUH.mjs";
9
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
4
+ import "../../chunk-C3NYIWL4.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-QQB6GFYM.mjs";
4
4
  import "../../chunk-ZCTECGQS.mjs";
5
- import "../../chunk-GTBTSMUH.mjs";
5
+ import "../../chunk-C3NYIWL4.mjs";
6
6
  export {
7
7
  cargo_base_executor_untyped_default as default
8
8
  };
@@ -33,7 +33,7 @@ import "../../chunk-TBW5MCN6.mjs";
33
33
  import {
34
34
  base_generator_untyped_default
35
35
  } from "../../chunk-34LSWMWV.mjs";
36
- import "../../chunk-GTBTSMUH.mjs";
36
+ import "../../chunk-C3NYIWL4.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-LZ3H2OH5.mjs";
4
4
  import "../../chunk-ZCTECGQS.mjs";
5
- import "../../chunk-GTBTSMUH.mjs";
5
+ import "../../chunk-C3NYIWL4.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-GTBTSMUH.mjs";
5
+ import "../../chunk-C3NYIWL4.mjs";
6
6
  export {
7
7
  typescript_library_generator_untyped_default as default
8
8
  };
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.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-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/cargo-build/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.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-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/cargo-check/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.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-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/cargo-clippy/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.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-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/cargo-doc/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.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-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/cargo-format/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../../chunk-GED6QYLK.mjs";
5
5
  import "../../../chunk-X2UWPTFU.mjs";
6
6
  import "../../../chunk-4AR5RJMF.mjs";
7
- import "../../../chunk-GTBTSMUH.mjs";
7
+ import "../../../chunk-C3NYIWL4.mjs";
8
8
  export {
9
9
  runExecutor as default,
10
10
  getRegistryVersion
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/cargo-publish/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -10,7 +10,7 @@ import "../../../chunk-3J2CP54B.mjs";
10
10
  import {
11
11
  joinPaths
12
12
  } from "../../../chunk-TBW5MCN6.mjs";
13
- import "../../../chunk-GTBTSMUH.mjs";
13
+ import "../../../chunk-C3NYIWL4.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-ZCTECGQS.mjs";
4
- import "../../../chunk-GTBTSMUH.mjs";
4
+ import "../../../chunk-C3NYIWL4.mjs";
5
5
 
6
6
  // src/executors/clean-package/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.mjs";
13
13
  export {
14
14
  executor_default as default,
15
15
  esbuildExecutorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../../chunk-LZ3H2OH5.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/esbuild/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.mjs";
13
13
  export {
14
14
  executor_default as default,
15
15
  napiExecutor
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/napi/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,2 +1,2 @@
1
1
  import '@nx/devkit';
2
- export { L as LARGE_BUFFER, n as default } from '../../../executor-0ivVjqma.mjs';
2
+ export { L as LARGE_BUFFER, n as default } from '../../../executor-BF7_LjrR.mjs';
@@ -1,2 +1,2 @@
1
1
  import '@nx/devkit';
2
- export { L as LARGE_BUFFER, n as default } from '../../../executor-0ivVjqma.js';
2
+ export { L as LARGE_BUFFER, n as default } from '../../../executor-BF7_LjrR.js';
@@ -1,7 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkSGI4JCLVjs = require('../../../chunk-SGI4JCLV.js');
4
+ var _chunkRLJFRJ2Fjs = require('../../../chunk-RLJFRJ2F.js');
5
+ require('../../../chunk-MKJITWLN.js');
5
6
  require('../../../chunk-6IXJEWJR.js');
6
7
  require('../../../chunk-PB5565L7.js');
7
8
  require('../../../chunk-TAP26ZJQ.js');
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
12
13
 
13
14
 
14
15
 
15
- exports.LARGE_BUFFER = _chunkSGI4JCLVjs.LARGE_BUFFER; exports.default = _chunkSGI4JCLVjs.npmPublishExecutorFn;
16
+ exports.LARGE_BUFFER = _chunkRLJFRJ2Fjs.LARGE_BUFFER; exports.default = _chunkRLJFRJ2Fjs.npmPublishExecutorFn;
@@ -1,7 +1,8 @@
1
1
  import {
2
2
  LARGE_BUFFER,
3
3
  npmPublishExecutorFn
4
- } from "../../../chunk-GCDDSEDG.mjs";
4
+ } from "../../../chunk-OL6ZWI4R.mjs";
5
+ import "../../../chunk-54BBSJHK.mjs";
5
6
  import "../../../chunk-EYO6EPEG.mjs";
6
7
  import "../../../chunk-X2UWPTFU.mjs";
7
8
  import "../../../chunk-2GQSCZ3J.mjs";
@@ -9,7 +10,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
10
  import "../../../chunk-4AR5RJMF.mjs";
10
11
  import "../../../chunk-3J2CP54B.mjs";
11
12
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
13
+ import "../../../chunk-C3NYIWL4.mjs";
13
14
  export {
14
15
  LARGE_BUFFER,
15
16
  npmPublishExecutorFn as default
@@ -16,7 +16,7 @@ export interface NpmPublishExecutorSchema {
16
16
  /**
17
17
  * Registry
18
18
  *
19
- * The registry to publish to
19
+ * The URL of the registry to publish to
20
20
  *
21
21
  * @default "https://registry.npmjs.org/"
22
22
  */
@@ -40,12 +40,12 @@ export interface NpmPublishExecutorSchema {
40
40
  version?: string,
41
41
 
42
42
  /**
43
- * One Time Password
43
+ * One Time Password (OTP)
44
44
  *
45
- * The one time password
45
+ * The one time password (OTP) for two-factor authentication
46
46
  *
47
47
  */
48
- otp?: number,
48
+ otp?: string,
49
49
 
50
50
  /**
51
51
  * Dry Run
@@ -13,7 +13,7 @@
13
13
  "registry": {
14
14
  "title": "Registry",
15
15
  "type": "string",
16
- "description": "The registry to publish to",
16
+ "description": "The URL of the registry to publish to",
17
17
  "id": "#registry",
18
18
  "default": "https://registry.npmjs.org/"
19
19
  },
@@ -31,9 +31,9 @@
31
31
  "id": "#version"
32
32
  },
33
33
  "otp": {
34
- "title": "One Time Password",
35
- "type": "number",
36
- "description": "The one time password",
34
+ "title": "One Time Password (OTP)",
35
+ "type": "string",
36
+ "description": "The one time password (OTP) for two-factor authentication",
37
37
  "id": "#otp"
38
38
  },
39
39
  "dryRun": {
@@ -18,7 +18,7 @@ var untyped_default = _untyped.defineUntypedSchema.call(void 0, {
18
18
  $schema: {
19
19
  title: "Registry",
20
20
  type: "string",
21
- description: "The registry to publish to"
21
+ description: "The URL of the registry to publish to"
22
22
  },
23
23
  $default: "https://registry.npmjs.org/"
24
24
  },
@@ -39,9 +39,9 @@ var untyped_default = _untyped.defineUntypedSchema.call(void 0, {
39
39
  },
40
40
  otp: {
41
41
  $schema: {
42
- title: "One Time Password",
43
- type: "number",
44
- description: "The one time password"
42
+ title: "One Time Password (OTP)",
43
+ type: "string",
44
+ description: "The one time password (OTP) for two-factor authentication"
45
45
  }
46
46
  },
47
47
  dryRun: {
@@ -1,4 +1,4 @@
1
- import "../../../chunk-GTBTSMUH.mjs";
1
+ import "../../../chunk-C3NYIWL4.mjs";
2
2
 
3
3
  // src/executors/npm-publish/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -20,7 +20,7 @@ var untyped_default = defineUntypedSchema({
20
20
  $schema: {
21
21
  title: "Registry",
22
22
  type: "string",
23
- description: "The registry to publish to"
23
+ description: "The URL of the registry to publish to"
24
24
  },
25
25
  $default: "https://registry.npmjs.org/"
26
26
  },
@@ -41,9 +41,9 @@ var untyped_default = defineUntypedSchema({
41
41
  },
42
42
  otp: {
43
43
  $schema: {
44
- title: "One Time Password",
45
- type: "number",
46
- description: "The one time password"
44
+ title: "One Time Password (OTP)",
45
+ type: "string",
46
+ description: "The one time password (OTP) for two-factor authentication"
47
47
  }
48
48
  },
49
49
  dryRun: {
@@ -8,7 +8,7 @@ import "../../../chunk-35G4LHK2.mjs";
8
8
  import "../../../chunk-4AR5RJMF.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-GTBTSMUH.mjs";
11
+ import "../../../chunk-C3NYIWL4.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  sizeLimitExecutorFn
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../../chunk-ZCTECGQS.mjs";
4
- import "../../../chunk-GTBTSMUH.mjs";
4
+ import "../../../chunk-C3NYIWL4.mjs";
5
5
 
6
6
  // src/executors/size-limit/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-35G4LHK2.mjs";
9
9
  import "../../../chunk-4AR5RJMF.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-GTBTSMUH.mjs";
12
+ import "../../../chunk-C3NYIWL4.mjs";
13
13
  export {
14
14
  executor_default as default,
15
15
  tsdownExecutorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../../chunk-LZ3H2OH5.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/tsdown/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-35G4LHK2.mjs";
8
8
  import "../../../chunk-4AR5RJMF.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-GTBTSMUH.mjs";
11
+ import "../../../chunk-C3NYIWL4.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  typiaExecutorFn
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../../chunk-ZCTECGQS.mjs";
4
- import "../../../chunk-GTBTSMUH.mjs";
4
+ import "../../../chunk-C3NYIWL4.mjs";
5
5
 
6
6
  // src/executors/typia/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-35G4LHK2.mjs";
8
8
  import "../../../chunk-4AR5RJMF.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-GTBTSMUH.mjs";
11
+ import "../../../chunk-C3NYIWL4.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  unbuildExecutorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../../chunk-LZ3H2OH5.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/executors/unbuild/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  browserLibraryGeneratorFn,
3
3
  generator_default
4
- } from "../../../chunk-OBATTMGC.mjs";
4
+ } from "../../../chunk-3WCWA5OH.mjs";
5
5
  import "../../../chunk-4VWDSVQJ.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-2GQSCZ3J.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-35G4LHK2.mjs";
11
11
  import "../../../chunk-4AR5RJMF.mjs";
12
12
  import "../../../chunk-3J2CP54B.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-GTBTSMUH.mjs";
14
+ import "../../../chunk-C3NYIWL4.mjs";
15
15
  export {
16
16
  browserLibraryGeneratorFn,
17
17
  generator_default as default
@@ -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-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
 
7
7
  // src/generators/browser-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-35G4LHK2.mjs";
8
8
  import "../../../chunk-4AR5RJMF.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-GTBTSMUH.mjs";
11
+ import "../../../chunk-C3NYIWL4.mjs";
12
12
  export {
13
13
  configSchemaGeneratorFn,
14
14
  generator_default as default
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../../chunk-34LSWMWV.mjs";
4
- import "../../../chunk-GTBTSMUH.mjs";
4
+ import "../../../chunk-C3NYIWL4.mjs";
5
5
 
6
6
  // src/generators/config-schema/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -2,7 +2,7 @@ import {
2
2
  initGenerator,
3
3
  init_default
4
4
  } from "../../../chunk-437WGH2M.mjs";
5
- import "../../../chunk-GTBTSMUH.mjs";
5
+ import "../../../chunk-C3NYIWL4.mjs";
6
6
  export {
7
7
  init_default as default,
8
8
  initGenerator