@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.
- package/README.md +1 -1
- package/dist/{chunk-OBATTMGC.mjs → chunk-3WCWA5OH.mjs} +1 -1
- package/dist/chunk-54BBSJHK.mjs +40 -0
- package/dist/{chunk-GTBTSMUH.mjs → chunk-C3NYIWL4.mjs} +1 -1
- package/dist/{chunk-FPNWNZUL.mjs → chunk-J4MHHL63.mjs} +1 -1
- package/dist/{chunk-RCSUK5YZ.mjs → chunk-JIWQM3MH.mjs} +1 -1
- package/dist/chunk-MKJITWLN.js +40 -0
- package/dist/{chunk-HECOVC7R.mjs → chunk-NIETCJS4.mjs} +1 -1
- package/dist/{chunk-GCDDSEDG.mjs → chunk-OL6ZWI4R.mjs} +67 -93
- package/dist/{chunk-SGI4JCLV.js → chunk-RLJFRJ2F.js} +72 -98
- package/dist/{executor-0ivVjqma.d.mts → executor-BF7_LjrR.d.mts} +4 -4
- package/dist/{executor-0ivVjqma.d.ts → executor-BF7_LjrR.d.ts} +4 -4
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +3 -2
- package/dist/executors.mjs +3 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +13 -9
- package/dist/index.mjs +18 -14
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.mjs +1 -1
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.d.mts +1 -1
- package/dist/src/executors/npm-publish/executor.d.ts +1 -1
- package/dist/src/executors/npm-publish/executor.js +3 -2
- package/dist/src/executors/npm-publish/executor.mjs +3 -2
- package/dist/src/executors/npm-publish/schema.d.ts +4 -4
- package/dist/src/executors/npm-publish/schema.json +4 -4
- package/dist/src/executors/npm-publish/untyped.js +4 -4
- package/dist/src/executors/npm-publish/untyped.mjs +5 -5
- package/dist/src/executors/size-limit/executor.mjs +1 -1
- package/dist/src/executors/size-limit/untyped.mjs +1 -1
- package/dist/src/executors/tsdown/executor.mjs +1 -1
- package/dist/src/executors/tsdown/untyped.mjs +1 -1
- package/dist/src/executors/typia/executor.mjs +1 -1
- package/dist/src/executors/typia/untyped.mjs +1 -1
- package/dist/src/executors/unbuild/executor.mjs +1 -1
- package/dist/src/executors/unbuild/untyped.mjs +1 -1
- package/dist/src/generators/browser-library/generator.mjs +2 -2
- package/dist/src/generators/browser-library/untyped.mjs +1 -1
- package/dist/src/generators/config-schema/generator.mjs +1 -1
- package/dist/src/generators/config-schema/untyped.mjs +1 -1
- package/dist/src/generators/init/init.mjs +1 -1
- package/dist/src/generators/init/untyped.mjs +1 -1
- package/dist/src/generators/neutral-library/generator.mjs +2 -2
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.mjs +2 -2
- package/dist/src/generators/node-library/untyped.mjs +1 -1
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/generators/preset/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
- package/dist/src/plugins/rust/index.mjs +1 -1
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/tsdown.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.mjs +1 -1
- package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
- package/dist/src/release/index.mjs +1 -1
- package/dist/src/release/js-version-actions.mjs +1 -1
- package/dist/src/release/rust-version-actions.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/github.d.mts +19 -0
- package/dist/src/utils/github.d.ts +19 -0
- package/dist/src/utils/github.js +7 -0
- package/dist/src/utils/github.mjs +8 -0
- package/dist/src/utils/index.d.mts +4 -0
- package/dist/src/utils/index.d.ts +4 -0
- package/dist/src/utils/index.js +12 -8
- package/dist/src/utils/index.mjs +13 -9
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/registry-helpers.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/docs/api/executors/npm-publish/schema.md +4 -4
- package/package.json +16 -15
- /package/dist/{chunk-JGP4YWZY.js → chunk-DO2X7OZO.js} +0 -0
- /package/dist/{chunk-6YZ3OUJB.mjs → chunk-XCVH63OO.mjs} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
122
|
+
} from "./chunk-NIETCJS4.mjs";
|
|
120
123
|
import {
|
|
121
124
|
presetGeneratorFn
|
|
122
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-J4MHHL63.mjs";
|
|
123
126
|
import {
|
|
124
127
|
browserLibraryGeneratorFn
|
|
125
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
13
|
+
import "../../../chunk-C3NYIWL4.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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 =
|
|
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-
|
|
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-
|
|
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?:
|
|
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": "
|
|
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: "
|
|
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-
|
|
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: "
|
|
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-
|
|
11
|
+
import "../../../chunk-C3NYIWL4.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
sizeLimitExecutorFn
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
11
|
+
import "../../../chunk-C3NYIWL4.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
typiaExecutorFn
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
11
|
+
import "../../../chunk-C3NYIWL4.mjs";
|
|
12
12
|
export {
|
|
13
13
|
configSchemaGeneratorFn,
|
|
14
14
|
generator_default as default
|