@storm-software/workspace-tools 1.291.6 → 1.291.7
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/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/dist/{chunk-QQRKRTX2.js → chunk-2JNP6GXE.js} +4 -4
- package/dist/{chunk-AIJZ2J2E.mjs → chunk-2ONEZU6V.mjs} +1 -1
- package/dist/{chunk-ZMSXFUUS.js → chunk-47KLYU6O.js} +4 -4
- package/dist/{chunk-EWYOYVVP.js → chunk-6A7OOTO2.js} +2 -2
- package/dist/{chunk-T6U4ZKT4.mjs → chunk-6XRHEYBA.mjs} +2 -2
- package/dist/{chunk-KTADJNM2.mjs → chunk-A5TDUFMB.mjs} +1 -1
- package/dist/{chunk-B3UTXTP3.mjs → chunk-B4RJUBHW.mjs} +1 -1
- package/dist/{chunk-VOMX6Y6E.js → chunk-BTMFB2P7.js} +2 -2
- package/dist/{chunk-HAW56QRJ.mjs → chunk-CS6KHEXD.mjs} +1 -1
- package/dist/{chunk-ILUKIRP6.js → chunk-DSDE2UL5.js} +4 -4
- package/dist/{chunk-FFAPQXHN.mjs → chunk-E2V56TSF.mjs} +1 -1
- package/dist/{chunk-D5SWHB32.js → chunk-EHEEYTHM.js} +2 -2
- package/dist/{chunk-MOSD246N.js → chunk-FQI5AKJ3.js} +2 -2
- package/dist/{chunk-2JBGEZAQ.mjs → chunk-FQSIFEMR.mjs} +1 -1
- package/dist/{chunk-DD4W4G62.js → chunk-HJ4HLMOR.js} +2 -2
- package/dist/{chunk-HVPRFV4E.js → chunk-J3WZEN2U.js} +2 -2
- package/dist/{chunk-3UZDBUUJ.js → chunk-J4I6MJT2.js} +3 -3
- package/dist/{chunk-R2TGWKYK.mjs → chunk-JGFRV7ZL.mjs} +1 -1
- package/dist/{chunk-INKFBGHY.mjs → chunk-JLXBL5BC.mjs} +1 -1
- package/dist/{chunk-VLWNERHW.js → chunk-MBO4Z5AV.js} +5 -5
- package/dist/{chunk-XPTME2GL.js → chunk-MGF3DTWM.js} +2 -2
- package/dist/{chunk-MLBF3RH2.mjs → chunk-MPHPFWGR.mjs} +1 -1
- package/dist/{chunk-KLRNKAHH.js → chunk-MWEPBXWC.js} +2 -2
- package/dist/{chunk-KHFM25P7.mjs → chunk-NFQWD4KF.mjs} +1 -1
- package/dist/{chunk-YXF6GDJD.mjs → chunk-NOTQLVZP.mjs} +4 -4
- package/dist/{chunk-VCKRPACR.mjs → chunk-P75K6DL2.mjs} +2 -2
- package/dist/{chunk-D36D5CTJ.mjs → chunk-PKK5LFFJ.mjs} +1 -1
- package/dist/{chunk-BNEPSLPN.js → chunk-PV6ADHWU.js} +2 -2
- package/dist/{chunk-RPNWMASR.mjs → chunk-PXWN2N7H.mjs} +1 -1
- package/dist/{chunk-WQ6CO2NH.mjs → chunk-Q57UD72U.mjs} +1 -1
- package/dist/{chunk-JEO3GOXO.mjs → chunk-REKF65PT.mjs} +2 -2
- package/dist/{chunk-C7Y7OHJU.mjs → chunk-SOAWTZZQ.mjs} +1 -1
- package/dist/{chunk-KGTXG5NJ.js → chunk-T5BI42AO.js} +2 -2
- package/dist/{chunk-FCDVNHCP.js → chunk-TD4SWRD6.js} +2 -2
- package/dist/{chunk-RRJNE7DV.js → chunk-UEXDQMO3.js} +2 -2
- package/dist/{chunk-E65ABYRQ.js → chunk-W2PK6IMA.js} +2 -2
- package/dist/{chunk-UTOC5XZ5.js → chunk-WEL4BVFX.js} +11 -11
- package/dist/{chunk-37LYRUNU.mjs → chunk-XLT65REO.mjs} +1 -1
- package/dist/{chunk-2RTJH2ZG.js → chunk-XYDGMWNM.js} +2 -2
- package/dist/{chunk-ZIJMZWM4.js → chunk-YMZQ7GGX.js} +2 -2
- package/dist/{chunk-ZLBP3V7P.mjs → chunk-YNLDYAEE.mjs} +1 -1
- package/dist/{chunk-YVBTO6GU.mjs → chunk-ZZWU35JU.mjs} +2 -2
- package/dist/executors.js +15 -15
- package/dist/executors.mjs +14 -14
- package/dist/generators.js +10 -10
- package/dist/generators.mjs +9 -9
- package/dist/index.js +22 -22
- package/dist/index.mjs +21 -21
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/base-generator.js +3 -3
- package/dist/src/base/base-generator.mjs +2 -2
- package/dist/src/base/index.js +4 -4
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/executors/cargo-build/executor.js +4 -4
- package/dist/src/executors/cargo-build/executor.mjs +3 -3
- package/dist/src/executors/cargo-build/schema.d.ts +86 -0
- package/dist/src/executors/cargo-build/schema.json +85 -0
- package/dist/src/executors/cargo-check/executor.js +4 -4
- package/dist/src/executors/cargo-check/executor.mjs +3 -3
- package/dist/src/executors/cargo-check/schema.d.ts +89 -0
- package/dist/src/executors/cargo-check/schema.json +88 -0
- package/dist/src/executors/cargo-clippy/executor.js +4 -4
- package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
- package/dist/src/executors/cargo-clippy/schema.d.ts +97 -0
- package/dist/src/executors/cargo-clippy/schema.json +94 -0
- package/dist/src/executors/cargo-doc/executor.js +4 -4
- package/dist/src/executors/cargo-doc/executor.mjs +3 -3
- package/dist/src/executors/cargo-doc/schema.d.ts +125 -0
- package/dist/src/executors/cargo-doc/schema.json +164 -0
- package/dist/src/executors/cargo-format/executor.js +4 -4
- package/dist/src/executors/cargo-format/executor.mjs +3 -3
- package/dist/src/executors/cargo-format/schema.d.ts +89 -0
- package/dist/src/executors/cargo-format/schema.json +88 -0
- package/dist/src/executors/cargo-publish/schema.d.ts +115 -0
- package/dist/src/executors/cargo-publish/schema.json +107 -0
- package/dist/src/executors/clean-package/executor.js +3 -3
- package/dist/src/executors/clean-package/executor.mjs +2 -2
- package/dist/src/executors/clean-package/schema.d.ts +60 -0
- package/dist/src/executors/clean-package/schema.json +57 -0
- package/dist/src/executors/esbuild/executor.js +4 -4
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- package/dist/src/executors/esbuild/schema.d.ts +137 -0
- package/dist/src/executors/esbuild/schema.json +165 -0
- package/dist/src/executors/npm-publish/executor.js +4 -4
- package/dist/src/executors/npm-publish/executor.mjs +3 -3
- package/dist/src/executors/npm-publish/schema.d.ts +68 -0
- package/dist/src/executors/npm-publish/schema.json +61 -0
- package/dist/src/executors/size-limit/executor.js +4 -4
- package/dist/src/executors/size-limit/executor.mjs +3 -3
- package/dist/src/executors/size-limit/schema.d.ts +25 -0
- package/dist/src/executors/size-limit/schema.json +29 -0
- package/dist/src/executors/tsdown/executor.js +4 -4
- package/dist/src/executors/tsdown/executor.mjs +3 -3
- package/dist/src/executors/tsdown/schema.d.ts +135 -0
- package/dist/src/executors/tsdown/schema.json +174 -0
- package/dist/src/executors/typia/executor.js +4 -4
- package/dist/src/executors/typia/executor.mjs +3 -3
- package/dist/src/executors/typia/schema.d.ts +48 -0
- package/dist/src/executors/typia/schema.json +57 -0
- package/dist/src/executors/unbuild/executor.js +4 -4
- package/dist/src/executors/unbuild/executor.mjs +3 -3
- package/dist/src/executors/unbuild/schema.d.ts +258 -0
- package/dist/src/executors/unbuild/schema.json +301 -0
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/browser-library/schema.d.ts +122 -0
- package/dist/src/generators/browser-library/schema.json +117 -0
- package/dist/src/generators/config-schema/generator.js +4 -4
- package/dist/src/generators/config-schema/generator.mjs +3 -3
- package/dist/src/generators/config-schema/schema.d.ts +23 -0
- package/dist/src/generators/config-schema/schema.json +24 -0
- package/dist/src/generators/init/schema.d.ts +14 -0
- package/dist/src/generators/init/schema.json +15 -0
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/schema.d.ts +122 -0
- package/dist/src/generators/neutral-library/schema.json +116 -0
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/schema.d.ts +122 -0
- package/dist/src/generators/node-library/schema.json +117 -0
- package/dist/src/generators/preset/generator.js +4 -4
- package/dist/src/generators/preset/generator.mjs +3 -3
- package/dist/src/generators/preset/schema.d.ts +101 -0
- package/dist/src/generators/preset/schema.json +96 -0
- package/dist/src/generators/release-version/generator.js +4 -4
- package/dist/src/generators/release-version/generator.mjs +3 -3
- package/dist/src/generators/release-version/schema.d.ts +180 -0
- package/dist/src/generators/release-version/schema.json +158 -0
- package/package.json +8 -8
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "ESBuild Executor",
|
|
4
|
+
"description": "A type definition for an ESBuild executor schema",
|
|
5
|
+
"properties": {
|
|
6
|
+
"outputPath": {
|
|
7
|
+
"title": "Output Path",
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The output path for the build",
|
|
11
|
+
"id": "#outputPath",
|
|
12
|
+
"default": "dist/{projectRoot}"
|
|
13
|
+
},
|
|
14
|
+
"entry": {
|
|
15
|
+
"title": "Entry File(s)",
|
|
16
|
+
"format": "path",
|
|
17
|
+
"type": "array",
|
|
18
|
+
"description": "The entry file or files to build",
|
|
19
|
+
"items": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"id": "#entry",
|
|
23
|
+
"default": [
|
|
24
|
+
"{sourceRoot}/index.ts"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"tsconfig": {
|
|
28
|
+
"title": "TSConfig Path",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"format": "path",
|
|
31
|
+
"description": "The path to the tsconfig file",
|
|
32
|
+
"id": "#tsconfig",
|
|
33
|
+
"default": "{projectRoot}/tsconfig.json"
|
|
34
|
+
},
|
|
35
|
+
"bundle": {
|
|
36
|
+
"title": "Bundle",
|
|
37
|
+
"type": "boolean",
|
|
38
|
+
"description": "Bundle the output",
|
|
39
|
+
"id": "#bundle"
|
|
40
|
+
},
|
|
41
|
+
"minify": {
|
|
42
|
+
"title": "Minify",
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"description": "Minify the output",
|
|
45
|
+
"id": "#minify"
|
|
46
|
+
},
|
|
47
|
+
"debug": {
|
|
48
|
+
"title": "Debug",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"description": "Debug the output",
|
|
51
|
+
"id": "#debug"
|
|
52
|
+
},
|
|
53
|
+
"sourcemap": {
|
|
54
|
+
"title": "Sourcemap",
|
|
55
|
+
"type": "boolean",
|
|
56
|
+
"description": "Generate a sourcemap",
|
|
57
|
+
"id": "#sourcemap"
|
|
58
|
+
},
|
|
59
|
+
"silent": {
|
|
60
|
+
"title": "Silent",
|
|
61
|
+
"type": "boolean",
|
|
62
|
+
"description": "Should the build run silently - only report errors back to the user",
|
|
63
|
+
"id": "#silent",
|
|
64
|
+
"default": false
|
|
65
|
+
},
|
|
66
|
+
"target": {
|
|
67
|
+
"title": "Target",
|
|
68
|
+
"type": "string",
|
|
69
|
+
"description": "The target to build",
|
|
70
|
+
"enum": [
|
|
71
|
+
"es3",
|
|
72
|
+
"es5",
|
|
73
|
+
"es6",
|
|
74
|
+
"es2015",
|
|
75
|
+
"es2016",
|
|
76
|
+
"es2017",
|
|
77
|
+
"es2018",
|
|
78
|
+
"es2019",
|
|
79
|
+
"es2020",
|
|
80
|
+
"es2021",
|
|
81
|
+
"es2022",
|
|
82
|
+
"es2023",
|
|
83
|
+
"es2024",
|
|
84
|
+
"esnext",
|
|
85
|
+
"node12",
|
|
86
|
+
"node14",
|
|
87
|
+
"node16",
|
|
88
|
+
"node18",
|
|
89
|
+
"node20",
|
|
90
|
+
"node22",
|
|
91
|
+
"browser",
|
|
92
|
+
"chrome58",
|
|
93
|
+
"chrome59",
|
|
94
|
+
"chrome60"
|
|
95
|
+
],
|
|
96
|
+
"id": "#target",
|
|
97
|
+
"default": "esnext"
|
|
98
|
+
},
|
|
99
|
+
"format": {
|
|
100
|
+
"title": "Format",
|
|
101
|
+
"type": "string",
|
|
102
|
+
"description": "The format to build",
|
|
103
|
+
"enum": [
|
|
104
|
+
"cjs",
|
|
105
|
+
"esm",
|
|
106
|
+
"iife"
|
|
107
|
+
],
|
|
108
|
+
"id": "#format",
|
|
109
|
+
"default": "esm"
|
|
110
|
+
},
|
|
111
|
+
"platform": {
|
|
112
|
+
"title": "Platform",
|
|
113
|
+
"type": "string",
|
|
114
|
+
"description": "The platform to build",
|
|
115
|
+
"enum": [
|
|
116
|
+
"neutral",
|
|
117
|
+
"node",
|
|
118
|
+
"browser"
|
|
119
|
+
],
|
|
120
|
+
"id": "#platform",
|
|
121
|
+
"default": "neutral"
|
|
122
|
+
},
|
|
123
|
+
"external": {
|
|
124
|
+
"title": "External",
|
|
125
|
+
"type": "array",
|
|
126
|
+
"description": "The external dependencies",
|
|
127
|
+
"id": "#external",
|
|
128
|
+
"default": [],
|
|
129
|
+
"items": {
|
|
130
|
+
"type": "any"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"define": {
|
|
134
|
+
"title": "Define",
|
|
135
|
+
"type": "object",
|
|
136
|
+
"tsType": "Record<string, string>",
|
|
137
|
+
"description": "The define values",
|
|
138
|
+
"id": "#define",
|
|
139
|
+
"default": {}
|
|
140
|
+
},
|
|
141
|
+
"env": {
|
|
142
|
+
"title": "Environment Variables",
|
|
143
|
+
"type": "object",
|
|
144
|
+
"tsType": "Record<string, string>",
|
|
145
|
+
"description": "The environment variable values",
|
|
146
|
+
"id": "#env",
|
|
147
|
+
"default": {}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"type": "object",
|
|
151
|
+
"default": {
|
|
152
|
+
"outputPath": "dist/{projectRoot}",
|
|
153
|
+
"entry": [
|
|
154
|
+
"{sourceRoot}/index.ts"
|
|
155
|
+
],
|
|
156
|
+
"tsconfig": "{projectRoot}/tsconfig.json",
|
|
157
|
+
"silent": false,
|
|
158
|
+
"target": "esnext",
|
|
159
|
+
"format": "esm",
|
|
160
|
+
"platform": "neutral",
|
|
161
|
+
"external": [],
|
|
162
|
+
"define": {},
|
|
163
|
+
"env": {}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMGF3DTWMjs = require('../../../chunk-MGF3DTWM.js');
|
|
5
5
|
require('../../../chunk-7QY4X73C.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-J4I6MJT2.js');
|
|
7
7
|
require('../../../chunk-452FQZ3B.js');
|
|
8
8
|
require('../../../chunk-AX3RSZT7.js');
|
|
9
|
-
require('../../../chunk-
|
|
9
|
+
require('../../../chunk-DSDE2UL5.js');
|
|
10
10
|
require('../../../chunk-2CDSXWFA.js');
|
|
11
11
|
require('../../../chunk-IVAHNQZP.js');
|
|
12
12
|
require('../../../chunk-G2L3EEEO.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
exports.LARGE_BUFFER =
|
|
16
|
+
exports.LARGE_BUFFER = _chunkMGF3DTWMjs.LARGE_BUFFER; exports.default = _chunkMGF3DTWMjs.npmPublishExecutorFn;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LARGE_BUFFER,
|
|
3
3
|
npmPublishExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-FQSIFEMR.mjs";
|
|
5
5
|
import "../../../chunk-UCXAD2SG.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-JLXBL5BC.mjs";
|
|
7
7
|
import "../../../chunk-SVIG7SR3.mjs";
|
|
8
8
|
import "../../../chunk-F66XEAID.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-NOTQLVZP.mjs";
|
|
10
10
|
import "../../../chunk-V44DYGWX.mjs";
|
|
11
11
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
12
12
|
import "../../../chunk-C26A6BXG.mjs";
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface NpmPublishExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Package Root
|
|
8
|
+
*
|
|
9
|
+
* The path to the package root
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* @format path
|
|
13
|
+
*/
|
|
14
|
+
packageRoot?: string,
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Registry
|
|
18
|
+
*
|
|
19
|
+
* The registry to publish to
|
|
20
|
+
*
|
|
21
|
+
* @default "https://registry.npmjs.org/"
|
|
22
|
+
*/
|
|
23
|
+
registry?: string,
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Tag
|
|
27
|
+
*
|
|
28
|
+
* The tag to publish with
|
|
29
|
+
*
|
|
30
|
+
* @default "latest"
|
|
31
|
+
*/
|
|
32
|
+
tag?: string,
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Version
|
|
36
|
+
*
|
|
37
|
+
* The version to publish. If not provided, the version from package.json will be used
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
version?: string,
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* One Time Password
|
|
44
|
+
*
|
|
45
|
+
* The one time password
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
otp?: number,
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Dry Run
|
|
52
|
+
*
|
|
53
|
+
* Perform a dry run
|
|
54
|
+
*
|
|
55
|
+
* @default false
|
|
56
|
+
*/
|
|
57
|
+
dryRun?: boolean,
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* First Release
|
|
61
|
+
*
|
|
62
|
+
* Publish the first release
|
|
63
|
+
*
|
|
64
|
+
* @default false
|
|
65
|
+
*/
|
|
66
|
+
firstRelease?: boolean,
|
|
67
|
+
}
|
|
68
|
+
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Npm Publish Executor",
|
|
4
|
+
"description": "A type definition for a Npm Publish executor schema",
|
|
5
|
+
"properties": {
|
|
6
|
+
"packageRoot": {
|
|
7
|
+
"title": "Package Root",
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The path to the package root",
|
|
11
|
+
"id": "#packageRoot"
|
|
12
|
+
},
|
|
13
|
+
"registry": {
|
|
14
|
+
"title": "Registry",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"description": "The registry to publish to",
|
|
17
|
+
"id": "#registry",
|
|
18
|
+
"default": "https://registry.npmjs.org/"
|
|
19
|
+
},
|
|
20
|
+
"tag": {
|
|
21
|
+
"title": "Tag",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"description": "The tag to publish with",
|
|
24
|
+
"id": "#tag",
|
|
25
|
+
"default": "latest"
|
|
26
|
+
},
|
|
27
|
+
"version": {
|
|
28
|
+
"title": "Version",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "The version to publish. If not provided, the version from package.json will be used",
|
|
31
|
+
"id": "#version"
|
|
32
|
+
},
|
|
33
|
+
"otp": {
|
|
34
|
+
"title": "One Time Password",
|
|
35
|
+
"type": "number",
|
|
36
|
+
"description": "The one time password",
|
|
37
|
+
"id": "#otp"
|
|
38
|
+
},
|
|
39
|
+
"dryRun": {
|
|
40
|
+
"title": "Dry Run",
|
|
41
|
+
"type": "boolean",
|
|
42
|
+
"description": "Perform a dry run",
|
|
43
|
+
"id": "#dryRun",
|
|
44
|
+
"default": false
|
|
45
|
+
},
|
|
46
|
+
"firstRelease": {
|
|
47
|
+
"title": "First Release",
|
|
48
|
+
"type": "boolean",
|
|
49
|
+
"description": "Publish the first release",
|
|
50
|
+
"id": "#firstRelease",
|
|
51
|
+
"default": false
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"type": "object",
|
|
55
|
+
"default": {
|
|
56
|
+
"registry": "https://registry.npmjs.org/",
|
|
57
|
+
"tag": "latest",
|
|
58
|
+
"dryRun": false,
|
|
59
|
+
"firstRelease": false
|
|
60
|
+
}
|
|
61
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkUEXDQMO3js = require('../../../chunk-UEXDQMO3.js');
|
|
5
|
+
require('../../../chunk-TD4SWRD6.js');
|
|
6
6
|
require('../../../chunk-LA2KY2TQ.js');
|
|
7
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-DSDE2UL5.js');
|
|
8
8
|
require('../../../chunk-2CDSXWFA.js');
|
|
9
9
|
require('../../../chunk-IVAHNQZP.js');
|
|
10
10
|
require('../../../chunk-G2L3EEEO.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunkUEXDQMO3js.executor_default; exports.sizeLimitExecutorFn = _chunkUEXDQMO3js.sizeLimitExecutorFn;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
sizeLimitExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-E2V56TSF.mjs";
|
|
5
|
+
import "../../../chunk-CS6KHEXD.mjs";
|
|
6
6
|
import "../../../chunk-76SRFTZ2.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-NOTQLVZP.mjs";
|
|
8
8
|
import "../../../chunk-V44DYGWX.mjs";
|
|
9
9
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
10
10
|
import "../../../chunk-C26A6BXG.mjs";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface SizeLimitExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string,
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Entry
|
|
19
|
+
*
|
|
20
|
+
* The path to the entry file
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
entry?: Array<string>,
|
|
24
|
+
}
|
|
25
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "#",
|
|
3
|
+
"title": "Size Limit Executor",
|
|
4
|
+
"description": "A type definition for a Size Limit executor schema",
|
|
5
|
+
"properties": {
|
|
6
|
+
"outputPath": {
|
|
7
|
+
"title": "Output Path",
|
|
8
|
+
"type": "string",
|
|
9
|
+
"format": "path",
|
|
10
|
+
"description": "The output path for the build",
|
|
11
|
+
"id": "#outputPath",
|
|
12
|
+
"default": "dist/{projectRoot}"
|
|
13
|
+
},
|
|
14
|
+
"entry": {
|
|
15
|
+
"title": "Entry",
|
|
16
|
+
"type": "array",
|
|
17
|
+
"description": "The path to the entry file",
|
|
18
|
+
"items": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"format": "path"
|
|
21
|
+
},
|
|
22
|
+
"id": "#entry"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"type": "object",
|
|
26
|
+
"default": {
|
|
27
|
+
"outputPath": "dist/{projectRoot}"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk47KLYU6Ojs = require('../../../chunk-47KLYU6O.js');
|
|
5
5
|
require('../../../chunk-FSYURQ5X.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-TD4SWRD6.js');
|
|
7
7
|
require('../../../chunk-LA2KY2TQ.js');
|
|
8
|
-
require('../../../chunk-
|
|
8
|
+
require('../../../chunk-DSDE2UL5.js');
|
|
9
9
|
require('../../../chunk-2CDSXWFA.js');
|
|
10
10
|
require('../../../chunk-IVAHNQZP.js');
|
|
11
11
|
require('../../../chunk-G2L3EEEO.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.default =
|
|
15
|
+
exports.default = _chunk47KLYU6Ojs.executor_default; exports.tsdownExecutorFn = _chunk47KLYU6Ojs.tsdownExecutorFn;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
tsdownExecutorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-P75K6DL2.mjs";
|
|
5
5
|
import "../../../chunk-F3NQOV2M.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-CS6KHEXD.mjs";
|
|
7
7
|
import "../../../chunk-76SRFTZ2.mjs";
|
|
8
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-NOTQLVZP.mjs";
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
|
|
2
|
+
// Generated by @storm-software/untyped
|
|
3
|
+
// Do not edit this file directly
|
|
4
|
+
|
|
5
|
+
export interface TSDownExecutorSchema {
|
|
6
|
+
/**
|
|
7
|
+
* Output Path
|
|
8
|
+
*
|
|
9
|
+
* The output path for the build
|
|
10
|
+
*
|
|
11
|
+
* @default "dist/{projectRoot}"
|
|
12
|
+
*
|
|
13
|
+
* @format path
|
|
14
|
+
*/
|
|
15
|
+
outputPath?: string,
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Entry File(s)
|
|
19
|
+
*
|
|
20
|
+
* The entry file or files to build
|
|
21
|
+
*
|
|
22
|
+
* @default ["{sourceRoot}/index.ts"]
|
|
23
|
+
*
|
|
24
|
+
* @format path
|
|
25
|
+
*/
|
|
26
|
+
entry?: Array<string>,
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* TSConfig Path
|
|
30
|
+
*
|
|
31
|
+
* The path to the tsconfig file
|
|
32
|
+
*
|
|
33
|
+
* @default "{projectRoot}/tsconfig.json"
|
|
34
|
+
*
|
|
35
|
+
* @format path
|
|
36
|
+
*/
|
|
37
|
+
tsconfig?: string,
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Bundle
|
|
41
|
+
*
|
|
42
|
+
* Bundle the output
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
bundle?: boolean,
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Minify
|
|
49
|
+
*
|
|
50
|
+
* Minify the output
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
minify?: boolean,
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Debug
|
|
57
|
+
*
|
|
58
|
+
* Debug the output
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
debug?: boolean,
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Sourcemap
|
|
65
|
+
*
|
|
66
|
+
* Generate a sourcemap
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
sourcemap?: boolean,
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Silent
|
|
73
|
+
*
|
|
74
|
+
* Should the build run silently - only report errors back to the user
|
|
75
|
+
*
|
|
76
|
+
* @default false
|
|
77
|
+
*/
|
|
78
|
+
silent?: boolean,
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Target
|
|
82
|
+
*
|
|
83
|
+
* The target to build
|
|
84
|
+
*
|
|
85
|
+
* @default "esnext"
|
|
86
|
+
*
|
|
87
|
+
* @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
|
|
88
|
+
*/
|
|
89
|
+
target?: string,
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Format
|
|
93
|
+
*
|
|
94
|
+
* The format to build
|
|
95
|
+
*
|
|
96
|
+
* @default ["cjs","esm"]
|
|
97
|
+
*/
|
|
98
|
+
format?: Array<string>,
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* Platform
|
|
102
|
+
*
|
|
103
|
+
* The platform to build
|
|
104
|
+
*
|
|
105
|
+
* @default "neutral"
|
|
106
|
+
*
|
|
107
|
+
* @enum neutral,node,browser
|
|
108
|
+
*/
|
|
109
|
+
platform?: string,
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* External
|
|
113
|
+
*
|
|
114
|
+
* The external dependencies
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
external?: Array<any>,
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Define
|
|
121
|
+
*
|
|
122
|
+
* The define values
|
|
123
|
+
*
|
|
124
|
+
*/
|
|
125
|
+
define?: Record<string, string>,
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Environment Variables
|
|
129
|
+
*
|
|
130
|
+
* The environment variable values
|
|
131
|
+
*
|
|
132
|
+
*/
|
|
133
|
+
env?: Record<string, string>,
|
|
134
|
+
}
|
|
135
|
+
|