@storm-software/workspace-tools 1.293.20 → 1.293.22
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 +40 -0
- package/README.md +8 -2
- package/dist/{chunk-WJGMJCBS.js → chunk-3L2TGJ7P.js} +8 -8
- package/dist/{chunk-TRSBQJJM.mjs → chunk-G5ODIWT4.mjs} +1 -1
- package/dist/{chunk-CGAO5ZJF.js → chunk-GE2RNRVQ.js} +11 -6
- package/dist/{chunk-S623LOIY.js → chunk-RIWQVAMX.js} +8 -7
- package/dist/{chunk-65FLWQTM.mjs → chunk-SYAIPGKL.mjs} +1 -1
- package/dist/{chunk-52TAS4FU.mjs → chunk-U7S4BEIK.mjs} +1 -1
- package/dist/{chunk-2BWYLG6A.mjs → chunk-VLLHDGHA.mjs} +5 -4
- package/dist/{chunk-I6IJSJSQ.mjs → chunk-WICWDWS6.mjs} +1 -1
- package/dist/{chunk-FZ4FGO6M.mjs → chunk-XUZ34KHK.mjs} +1 -1
- package/dist/{chunk-IX3OF5NI.mjs → chunk-YZCS5LKY.mjs} +11 -6
- package/dist/{chunk-JNZ4T77Q.mjs → chunk-ZPLXDRD4.mjs} +1 -1
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +8 -8
- package/dist/generators.mjs +5 -5
- package/dist/index.js +6 -6
- package/dist/index.mjs +12 -12
- 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.js +3 -3
- package/dist/src/executors/esbuild/executor.mjs +3 -3
- 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.mjs +1 -1
- package/dist/src/executors/npm-publish/untyped.mjs +1 -1
- 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.js +3 -3
- package/dist/src/executors/tsdown/executor.mjs +3 -3
- 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/index.mjs +1 -1
- 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/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,46 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.293.21](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.21) (12/04/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace packages' dependencies
|
|
10
|
+
([978701226](https://github.com/storm-software/storm-ops/commit/978701226))
|
|
11
|
+
- **monorepo:** Update the `README.md` files' banner images
|
|
12
|
+
([fd0a3065d](https://github.com/storm-software/storm-ops/commit/fd0a3065d))
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated **testing-tools** to **v1.119.51**
|
|
17
|
+
- Updated **config-tools** to **v1.188.51**
|
|
18
|
+
- Updated **pnpm-tools** to **v0.6.51**
|
|
19
|
+
- Updated **npm-tools** to **v0.6.7**
|
|
20
|
+
- Updated **prettier** to **v0.57.51**
|
|
21
|
+
- Updated **esbuild** to **v0.53.51**
|
|
22
|
+
- Updated **unbuild** to **v0.57.51**
|
|
23
|
+
- Updated **config** to **v1.134.51**
|
|
24
|
+
- Updated **tsdown** to **v0.45.51**
|
|
25
|
+
|
|
26
|
+
## [1.293.20](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.20) (11/27/2025)
|
|
27
|
+
|
|
28
|
+
### Miscellaneous
|
|
29
|
+
|
|
30
|
+
- **monorepo:** Regenerate README markdown files and `Cargo.lock`
|
|
31
|
+
([5758ea3f0](https://github.com/storm-software/storm-ops/commit/5758ea3f0))
|
|
32
|
+
|
|
33
|
+
### Updated Dependencies
|
|
34
|
+
|
|
35
|
+
- Updated **testing-tools** to **v1.119.50**
|
|
36
|
+
- Updated **config-tools** to **v1.188.50**
|
|
37
|
+
- Updated **pnpm-tools** to **v0.6.50**
|
|
38
|
+
- Updated **npm-tools** to **v0.6.6**
|
|
39
|
+
- Updated **prettier** to **v0.57.50**
|
|
40
|
+
- Updated **esbuild** to **v0.53.50**
|
|
41
|
+
- Updated **unbuild** to **v0.57.50**
|
|
42
|
+
- Updated **config** to **v1.134.50**
|
|
43
|
+
- Updated **tsdown** to **v0.45.50**
|
|
44
|
+
|
|
5
45
|
## [1.293.19](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.19) (11/25/2025)
|
|
6
46
|
|
|
7
47
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -3,7 +3,13 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"
|
|
6
|
+
<div align="center">
|
|
7
|
+
<picture>
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light-optimized.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif" width="100%" alt="Storm Software" />
|
|
11
|
+
</picture>
|
|
12
|
+
</div>
|
|
7
13
|
<br />
|
|
8
14
|
|
|
9
15
|
<div align="center">
|
|
@@ -21,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
27
|
|
|
22
28
|
<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
29
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
31
|
|
|
26
32
|
<!-- prettier-ignore-start -->
|
|
27
33
|
<!-- markdownlint-disable -->
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkGE2RNRVQjs = require('./chunk-GE2RNRVQ.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk73YOO2B5js = require('./chunk-73YOO2B5.js');
|
|
@@ -117,7 +117,7 @@ var resolveOptions = async (userOptions) => {
|
|
|
117
117
|
const result = {
|
|
118
118
|
name: projectName,
|
|
119
119
|
mode: "production",
|
|
120
|
-
target:
|
|
120
|
+
target: _chunkGE2RNRVQjs.DEFAULT_TARGET,
|
|
121
121
|
generatePackageJson: true,
|
|
122
122
|
outDir: _chunkCQDBLKPFjs.joinPaths.call(void 0, "dist", options.projectRoot),
|
|
123
123
|
minify: !debug,
|
|
@@ -149,7 +149,7 @@ var resolveOptions = async (userOptions) => {
|
|
|
149
149
|
};
|
|
150
150
|
result.env = _defu2.default.call(void 0,
|
|
151
151
|
options.env,
|
|
152
|
-
|
|
152
|
+
_chunkGE2RNRVQjs.getEnv.call(void 0, "tsdown", result)
|
|
153
153
|
);
|
|
154
154
|
stopwatch();
|
|
155
155
|
return result;
|
|
@@ -174,13 +174,13 @@ async function generatePackageJson(options) {
|
|
|
174
174
|
throw new Error("Cannot find package.json configuration file");
|
|
175
175
|
}
|
|
176
176
|
let packageJson = JSON.parse(packageJsonFile);
|
|
177
|
-
packageJson = await
|
|
177
|
+
packageJson = await _chunkGE2RNRVQjs.addPackageDependencies.call(void 0,
|
|
178
178
|
options.workspaceConfig.workspaceRoot,
|
|
179
179
|
options.projectRoot,
|
|
180
180
|
options.projectName,
|
|
181
181
|
packageJson
|
|
182
182
|
);
|
|
183
|
-
packageJson = await
|
|
183
|
+
packageJson = await _chunkGE2RNRVQjs.addWorkspacePackageJsonFields.call(void 0,
|
|
184
184
|
options.workspaceConfig,
|
|
185
185
|
options.projectRoot,
|
|
186
186
|
options.sourceRoot,
|
|
@@ -190,7 +190,7 @@ async function generatePackageJson(options) {
|
|
|
190
190
|
);
|
|
191
191
|
packageJson.exports ??= {};
|
|
192
192
|
packageJson.exports["./package.json"] ??= "./package.json";
|
|
193
|
-
packageJson.exports["."] ??=
|
|
193
|
+
packageJson.exports["."] ??= _chunkGE2RNRVQjs.addPackageJsonExport.call(void 0,
|
|
194
194
|
"index",
|
|
195
195
|
packageJson.type,
|
|
196
196
|
options.sourceRoot
|
|
@@ -206,7 +206,7 @@ async function generatePackageJson(options) {
|
|
|
206
206
|
const split = entryPoint.out.split(".");
|
|
207
207
|
split.pop();
|
|
208
208
|
const entry2 = split.join(".").replaceAll("\\", "/");
|
|
209
|
-
packageJson.exports[`./${entry2}`] ??=
|
|
209
|
+
packageJson.exports[`./${entry2}`] ??= _chunkGE2RNRVQjs.addPackageJsonExport.call(void 0,
|
|
210
210
|
entry2,
|
|
211
211
|
options.fixedExtension ? "fixed" : packageJson.type,
|
|
212
212
|
options.sourceRoot
|
|
@@ -247,7 +247,7 @@ async function copyBuildAssets(options) {
|
|
|
247
247
|
options.workspaceConfig
|
|
248
248
|
);
|
|
249
249
|
const stopwatch = _chunk4BWM53AAjs.getStopwatch.call(void 0, `${options.name} asset copy`);
|
|
250
|
-
await
|
|
250
|
+
await _chunkGE2RNRVQjs.copyAssets.call(void 0,
|
|
251
251
|
options.workspaceConfig,
|
|
252
252
|
_nullishCoalesce(options.assets, () => ( [])),
|
|
253
253
|
options.outDir,
|
|
@@ -10,11 +10,15 @@ var _chunk322ASCCNjs = require('./chunk-322ASCCN.js');
|
|
|
10
10
|
var _chunkCQDBLKPFjs = require('./chunk-CQDBLKPF.js');
|
|
11
11
|
|
|
12
12
|
// ../build-tools/src/config.ts
|
|
13
|
-
var
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
var DEFAULT_JS_BANNER = `
|
|
14
|
+
// ---------------------------------------
|
|
15
|
+
// \u26A1 Built by Storm Software
|
|
16
|
+
// ---------------------------------------
|
|
17
|
+
`;
|
|
18
|
+
var DEFAULT_CSS_BANNER = `
|
|
19
|
+
/* ---------------------------------------
|
|
20
|
+
\u26A1 Built by Storm Software
|
|
21
|
+
--------------------------------------- */
|
|
18
22
|
`;
|
|
19
23
|
var DEFAULT_ENVIRONMENT = "production";
|
|
20
24
|
var DEFAULT_TARGET = "esnext";
|
|
@@ -311,4 +315,5 @@ var _createtaskgraph = require('nx/src/tasks-runner/create-task-graph');
|
|
|
311
315
|
|
|
312
316
|
|
|
313
317
|
|
|
314
|
-
|
|
318
|
+
|
|
319
|
+
exports.DEFAULT_JS_BANNER = DEFAULT_JS_BANNER; exports.DEFAULT_CSS_BANNER = DEFAULT_CSS_BANNER; exports.DEFAULT_TARGET = DEFAULT_TARGET; exports.copyAssets = copyAssets; exports.addPackageDependencies = addPackageDependencies; exports.addWorkspacePackageJsonFields = addWorkspacePackageJsonFields; exports.addPackageJsonExport = addPackageJsonExport; exports.getEnv = getEnv;
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
var _chunkGE2RNRVQjs = require('./chunk-GE2RNRVQ.js');
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
var _chunk73YOO2B5js = require('./chunk-73YOO2B5.js');
|
|
@@ -33,7 +34,7 @@ async function copyBuildAssets(context) {
|
|
|
33
34
|
context.workspaceConfig
|
|
34
35
|
);
|
|
35
36
|
const stopwatch = _chunk4BWM53AAjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
36
|
-
await
|
|
37
|
+
await _chunkGE2RNRVQjs.copyAssets.call(void 0,
|
|
37
38
|
context.workspaceConfig,
|
|
38
39
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
39
40
|
context.outputPath,
|
|
@@ -101,8 +102,8 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
101
102
|
".woff2": "file"
|
|
102
103
|
},
|
|
103
104
|
banner: {
|
|
104
|
-
js:
|
|
105
|
-
css:
|
|
105
|
+
js: _chunkGE2RNRVQjs.DEFAULT_JS_BANNER,
|
|
106
|
+
css: _chunkGE2RNRVQjs.DEFAULT_CSS_BANNER
|
|
106
107
|
}
|
|
107
108
|
};
|
|
108
109
|
|
|
@@ -148,7 +149,7 @@ async function resolveContext(userOptions) {
|
|
|
148
149
|
if (!_fs.existsSync.call(void 0, packageJsonPath)) {
|
|
149
150
|
throw new Error("Cannot find package.json configuration");
|
|
150
151
|
}
|
|
151
|
-
const env =
|
|
152
|
+
const env = _chunkGE2RNRVQjs.getEnv.call(void 0, "esbuild", options);
|
|
152
153
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
153
154
|
const resolvedOptions = {
|
|
154
155
|
...options,
|
|
@@ -224,13 +225,13 @@ async function generatePackageJson(context) {
|
|
|
224
225
|
if (!packageJson) {
|
|
225
226
|
throw new Error("Cannot find package.json configuration file");
|
|
226
227
|
}
|
|
227
|
-
packageJson = await
|
|
228
|
+
packageJson = await _chunkGE2RNRVQjs.addPackageDependencies.call(void 0,
|
|
228
229
|
context.workspaceConfig.workspaceRoot,
|
|
229
230
|
context.options.projectRoot,
|
|
230
231
|
context.projectName,
|
|
231
232
|
packageJson
|
|
232
233
|
);
|
|
233
|
-
packageJson = await
|
|
234
|
+
packageJson = await _chunkGE2RNRVQjs.addWorkspacePackageJsonFields.call(void 0,
|
|
234
235
|
context.workspaceConfig,
|
|
235
236
|
context.options.projectRoot,
|
|
236
237
|
context.sourceRoot,
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
DEFAULT_CSS_BANNER,
|
|
3
|
+
DEFAULT_JS_BANNER,
|
|
3
4
|
addPackageDependencies,
|
|
4
5
|
addWorkspacePackageJsonFields,
|
|
5
6
|
copyAssets,
|
|
6
7
|
getEnv
|
|
7
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-YZCS5LKY.mjs";
|
|
8
9
|
import {
|
|
9
10
|
withRunExecutor
|
|
10
11
|
} from "./chunk-V4QXOWGL.mjs";
|
|
@@ -101,8 +102,8 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
101
102
|
".woff2": "file"
|
|
102
103
|
},
|
|
103
104
|
banner: {
|
|
104
|
-
js:
|
|
105
|
-
css:
|
|
105
|
+
js: DEFAULT_JS_BANNER,
|
|
106
|
+
css: DEFAULT_CSS_BANNER
|
|
106
107
|
}
|
|
107
108
|
};
|
|
108
109
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5026f9a9e1358190f5c56375c2263966/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -10,11 +10,15 @@ import {
|
|
|
10
10
|
} from "./chunk-TBW5MCN6.mjs";
|
|
11
11
|
|
|
12
12
|
// ../build-tools/src/config.ts
|
|
13
|
-
var
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
var DEFAULT_JS_BANNER = `
|
|
14
|
+
// ---------------------------------------
|
|
15
|
+
// \u26A1 Built by Storm Software
|
|
16
|
+
// ---------------------------------------
|
|
17
|
+
`;
|
|
18
|
+
var DEFAULT_CSS_BANNER = `
|
|
19
|
+
/* ---------------------------------------
|
|
20
|
+
\u26A1 Built by Storm Software
|
|
21
|
+
--------------------------------------- */
|
|
18
22
|
`;
|
|
19
23
|
var DEFAULT_ENVIRONMENT = "production";
|
|
20
24
|
var DEFAULT_TARGET = "esnext";
|
|
@@ -304,7 +308,8 @@ import {
|
|
|
304
308
|
} from "nx/src/tasks-runner/create-task-graph";
|
|
305
309
|
|
|
306
310
|
export {
|
|
307
|
-
|
|
311
|
+
DEFAULT_JS_BANNER,
|
|
312
|
+
DEFAULT_CSS_BANNER,
|
|
308
313
|
DEFAULT_TARGET,
|
|
309
314
|
copyAssets,
|
|
310
315
|
addPackageDependencies,
|
package/dist/executors.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkI6XZ4REQjs = require('./chunk-I6XZ4REQ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk3L2TGJ7Pjs = require('./chunk-3L2TGJ7P.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunk46BG6NUYjs = require('./chunk-46BG6NUY.js');
|
|
@@ -13,8 +13,8 @@ var _chunk46BG6NUYjs = require('./chunk-46BG6NUY.js');
|
|
|
13
13
|
var _chunkEOQB5BBVjs = require('./chunk-EOQB5BBV.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkRIWQVAMXjs = require('./chunk-RIWQVAMX.js');
|
|
17
|
+
require('./chunk-GE2RNRVQ.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
var _chunkRMVPAFL5js = require('./chunk-RMVPAFL5.js');
|
|
@@ -26,7 +26,7 @@ var _chunkJ6OUXJS5js = require('./chunk-J6OUXJS5.js');
|
|
|
26
26
|
var _chunkR2H2PZOYjs = require('./chunk-R2H2PZOY.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkX3JM5ONCjs = require('./chunk-X3JM5ONC.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
var _chunkC7TDCMF3js = require('./chunk-C7TDCMF3.js');
|
|
@@ -38,7 +38,7 @@ var _chunk66Q42VH2js = require('./chunk-66Q42VH2.js');
|
|
|
38
38
|
var _chunkHFXXGJRHjs = require('./chunk-HFXXGJRH.js');
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var _chunkUASDV4HBjs = require('./chunk-UASDV4HB.js');
|
|
42
42
|
require('./chunk-D2PV33E5.js');
|
|
43
43
|
require('./chunk-2TNMKOD2.js');
|
|
44
44
|
require('./chunk-GXTFFUML.js');
|
|
@@ -63,4 +63,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
66
|
-
exports.LARGE_BUFFER = _chunkJ6OUXJS5js.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkHFXXGJRHjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkX3JM5ONCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkR2H2PZOYjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkUASDV4HBjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkC7TDCMF3js.cargoFormatExecutor; exports.esbuildExecutorFn =
|
|
66
|
+
exports.LARGE_BUFFER = _chunkJ6OUXJS5js.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkHFXXGJRHjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkX3JM5ONCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkR2H2PZOYjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkUASDV4HBjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkC7TDCMF3js.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkRIWQVAMXjs.esbuildExecutorFn; exports.getRegistryVersion = _chunk66Q42VH2js.getRegistryVersion; exports.napiExecutor = _chunkRMVPAFL5js.napiExecutor; exports.sizeLimitExecutorFn = _chunkI6XZ4REQjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunk3L2TGJ7Pjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunk46BG6NUYjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkEOQB5BBVjs.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-P3ARBU5S.mjs";
|
|
5
5
|
import {
|
|
6
6
|
tsdownExecutorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-U7S4BEIK.mjs";
|
|
8
8
|
import {
|
|
9
9
|
typiaExecutorFn
|
|
10
10
|
} from "./chunk-ERLIBMRM.mjs";
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
} from "./chunk-3X7FM2RU.mjs";
|
|
14
14
|
import {
|
|
15
15
|
esbuildExecutorFn
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-VLLHDGHA.mjs";
|
|
17
|
+
import "./chunk-YZCS5LKY.mjs";
|
|
18
18
|
import {
|
|
19
19
|
napiExecutor
|
|
20
20
|
} from "./chunk-LYJNZCO4.mjs";
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
cargoClippyExecutor
|
|
26
26
|
} from "./chunk-Z2GJI23Y.mjs";
|
|
27
27
|
import {
|
|
28
|
-
|
|
29
|
-
} from "./chunk-
|
|
28
|
+
cargoCheckExecutor
|
|
29
|
+
} from "./chunk-3ZXQER7B.mjs";
|
|
30
30
|
import {
|
|
31
31
|
cargoFormatExecutor
|
|
32
32
|
} from "./chunk-MLGPE4F7.mjs";
|
|
@@ -37,8 +37,8 @@ import {
|
|
|
37
37
|
cargoBuildExecutor
|
|
38
38
|
} from "./chunk-MENBSPZ6.mjs";
|
|
39
39
|
import {
|
|
40
|
-
|
|
41
|
-
} from "./chunk-
|
|
40
|
+
cargoDocExecutor
|
|
41
|
+
} from "./chunk-BWI3GPA4.mjs";
|
|
42
42
|
import "./chunk-ZTN2676G.mjs";
|
|
43
43
|
import "./chunk-XV6LATBE.mjs";
|
|
44
44
|
import "./chunk-FEYD5KMF.mjs";
|
|
@@ -49,7 +49,7 @@ import "./chunk-T5345GNL.mjs";
|
|
|
49
49
|
import "./chunk-6MATO2MJ.mjs";
|
|
50
50
|
import "./chunk-GSZ2BO7G.mjs";
|
|
51
51
|
import "./chunk-TBW5MCN6.mjs";
|
|
52
|
-
import "./chunk-
|
|
52
|
+
import "./chunk-WICWDWS6.mjs";
|
|
53
53
|
export {
|
|
54
54
|
LARGE_BUFFER,
|
|
55
55
|
cargoBuildExecutor,
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-SYAIPGKL.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZPLXDRD4.mjs";
|
|
8
8
|
import {
|
|
9
9
|
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-G5ODIWT4.mjs";
|
|
11
11
|
import {
|
|
12
12
|
configSchemaGeneratorFn
|
|
13
13
|
} from "./chunk-YHHWYI4X.mjs";
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-437WGH2M.mjs";
|
|
17
17
|
import {
|
|
18
18
|
neutralLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-XUZ34KHK.mjs";
|
|
20
20
|
import "./chunk-3UGFRM4O.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-F66XEAID.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-T5345GNL.mjs";
|
|
|
26
26
|
import "./chunk-6MATO2MJ.mjs";
|
|
27
27
|
import "./chunk-GSZ2BO7G.mjs";
|
|
28
28
|
import "./chunk-TBW5MCN6.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-WICWDWS6.mjs";
|
|
30
30
|
export {
|
|
31
31
|
browserLibraryGeneratorFn,
|
|
32
32
|
configSchemaGeneratorFn,
|
package/dist/index.js
CHANGED
|
@@ -61,7 +61,7 @@ require('./chunk-P6HSE7LH.js');
|
|
|
61
61
|
var _chunkI6XZ4REQjs = require('./chunk-I6XZ4REQ.js');
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
var
|
|
64
|
+
var _chunk3L2TGJ7Pjs = require('./chunk-3L2TGJ7P.js');
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
var _chunk46BG6NUYjs = require('./chunk-46BG6NUY.js');
|
|
@@ -70,8 +70,8 @@ var _chunk46BG6NUYjs = require('./chunk-46BG6NUY.js');
|
|
|
70
70
|
var _chunkEOQB5BBVjs = require('./chunk-EOQB5BBV.js');
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
var
|
|
74
|
-
require('./chunk-
|
|
73
|
+
var _chunkRIWQVAMXjs = require('./chunk-RIWQVAMX.js');
|
|
74
|
+
require('./chunk-GE2RNRVQ.js');
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
var _chunkRMVPAFL5js = require('./chunk-RMVPAFL5.js');
|
|
@@ -83,7 +83,7 @@ var _chunkJ6OUXJS5js = require('./chunk-J6OUXJS5.js');
|
|
|
83
83
|
var _chunkR2H2PZOYjs = require('./chunk-R2H2PZOY.js');
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
var
|
|
86
|
+
var _chunkX3JM5ONCjs = require('./chunk-X3JM5ONC.js');
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
var _chunkC7TDCMF3js = require('./chunk-C7TDCMF3.js');
|
|
@@ -95,7 +95,7 @@ var _chunk66Q42VH2js = require('./chunk-66Q42VH2.js');
|
|
|
95
95
|
var _chunkHFXXGJRHjs = require('./chunk-HFXXGJRH.js');
|
|
96
96
|
|
|
97
97
|
|
|
98
|
-
var
|
|
98
|
+
var _chunkUASDV4HBjs = require('./chunk-UASDV4HB.js');
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
@@ -294,4 +294,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
|
|
|
294
294
|
|
|
295
295
|
|
|
296
296
|
|
|
297
|
-
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkJ6OUXJS5js.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk2TNMKOD2js.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.StormJsVersionActions = _chunkB7RA32TMjs.StormJsVersionActions; exports.StormRustVersionActions = _chunkLOAR62VZjs.StormRustVersionActions; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk2TNMKOD2js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkYXJ3YDLQjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunk37YI6LX5js.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkD2PV33E5js.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkHFXXGJRHjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkX3JM5ONCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkR2H2PZOYjs.cargoClippyExecutor; exports.cargoCommand = _chunkD2PV33E5js.cargoCommand; exports.cargoCommandSync = _chunkD2PV33E5js.cargoCommandSync; exports.cargoDocExecutor = _chunkUASDV4HBjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkC7TDCMF3js.cargoFormatExecutor; exports.cargoMetadata = _chunkD2PV33E5js.cargoMetadata; exports.cargoRunCommand = _chunkD2PV33E5js.cargoRunCommand; exports.childProcess = _chunkD2PV33E5js.childProcess; exports.configSchemaGeneratorFn = _chunkKXLPRYBLjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkCOIQ4U46js.createProjectTsConfigJson; exports.esbuildExecutorFn =
|
|
297
|
+
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkJ6OUXJS5js.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk2TNMKOD2js.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.StormJsVersionActions = _chunkB7RA32TMjs.StormJsVersionActions; exports.StormRustVersionActions = _chunkLOAR62VZjs.StormRustVersionActions; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk2TNMKOD2js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkYXJ3YDLQjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunk37YI6LX5js.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkD2PV33E5js.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkHFXXGJRHjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkX3JM5ONCjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkR2H2PZOYjs.cargoClippyExecutor; exports.cargoCommand = _chunkD2PV33E5js.cargoCommand; exports.cargoCommandSync = _chunkD2PV33E5js.cargoCommandSync; exports.cargoDocExecutor = _chunkUASDV4HBjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkC7TDCMF3js.cargoFormatExecutor; exports.cargoMetadata = _chunkD2PV33E5js.cargoMetadata; exports.cargoRunCommand = _chunkD2PV33E5js.cargoRunCommand; exports.childProcess = _chunkD2PV33E5js.childProcess; exports.configSchemaGeneratorFn = _chunkKXLPRYBLjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkCOIQ4U46js.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkRIWQVAMXjs.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getOutputPath = _chunkCOIQ4U46js.getOutputPath; exports.getPackageInfo = _chunk2TNMKOD2js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkJ6F3WHRBjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkJ6F3WHRBjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkR5MXU5BGjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkR5MXU5BGjs.getProjectConfigurations; exports.getProjectPlatform = _chunkJ6F3WHRBjs.getProjectPlatform; exports.getProjectRoot = _chunkJ6F3WHRBjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunk66Q42VH2js.getRegistryVersion; exports.getRoot = _chunkJ6F3WHRBjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkD2PV33E5js.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.napiExecutor = _chunkRMVPAFL5js.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkVCL6C44Ajs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk4HOZ3VJBjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunkCOIQ4U46js.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkQKCIIWYLjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunkD2PV33E5js.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkI6XZ4REQjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsdownExecutorFn = _chunk3L2TGJ7Pjs.tsdownExecutorFn; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkCOIQ4U46js.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunk46BG6NUYjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkEOQB5BBVjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunk4AKDRRMLjs.withNamedInputs; exports.withRunExecutor = _chunk73YOO2B5js.withRunExecutor; exports.withRunGenerator = _chunkHYK7X5TYjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
} from "./chunk-P3ARBU5S.mjs";
|
|
62
62
|
import {
|
|
63
63
|
tsdownExecutorFn
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-U7S4BEIK.mjs";
|
|
65
65
|
import {
|
|
66
66
|
typiaExecutorFn
|
|
67
67
|
} from "./chunk-ERLIBMRM.mjs";
|
|
@@ -70,8 +70,8 @@ import {
|
|
|
70
70
|
} from "./chunk-3X7FM2RU.mjs";
|
|
71
71
|
import {
|
|
72
72
|
esbuildExecutorFn
|
|
73
|
-
} from "./chunk-
|
|
74
|
-
import "./chunk-
|
|
73
|
+
} from "./chunk-VLLHDGHA.mjs";
|
|
74
|
+
import "./chunk-YZCS5LKY.mjs";
|
|
75
75
|
import {
|
|
76
76
|
napiExecutor
|
|
77
77
|
} from "./chunk-LYJNZCO4.mjs";
|
|
@@ -82,8 +82,8 @@ import {
|
|
|
82
82
|
cargoClippyExecutor
|
|
83
83
|
} from "./chunk-Z2GJI23Y.mjs";
|
|
84
84
|
import {
|
|
85
|
-
|
|
86
|
-
} from "./chunk-
|
|
85
|
+
cargoCheckExecutor
|
|
86
|
+
} from "./chunk-3ZXQER7B.mjs";
|
|
87
87
|
import {
|
|
88
88
|
cargoFormatExecutor
|
|
89
89
|
} from "./chunk-MLGPE4F7.mjs";
|
|
@@ -94,8 +94,8 @@ import {
|
|
|
94
94
|
cargoBuildExecutor
|
|
95
95
|
} from "./chunk-MENBSPZ6.mjs";
|
|
96
96
|
import {
|
|
97
|
-
|
|
98
|
-
} from "./chunk-
|
|
97
|
+
cargoDocExecutor
|
|
98
|
+
} from "./chunk-BWI3GPA4.mjs";
|
|
99
99
|
import {
|
|
100
100
|
INVALID_CARGO_ARGS,
|
|
101
101
|
buildCargoCommand,
|
|
@@ -116,13 +116,13 @@ import "./chunk-FEYD5KMF.mjs";
|
|
|
116
116
|
import "./chunk-SAIDGUHG.mjs";
|
|
117
117
|
import {
|
|
118
118
|
nodeLibraryGeneratorFn
|
|
119
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-SYAIPGKL.mjs";
|
|
120
120
|
import {
|
|
121
121
|
presetGeneratorFn
|
|
122
|
-
} from "./chunk-
|
|
122
|
+
} from "./chunk-ZPLXDRD4.mjs";
|
|
123
123
|
import {
|
|
124
124
|
browserLibraryGeneratorFn
|
|
125
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-G5ODIWT4.mjs";
|
|
126
126
|
import {
|
|
127
127
|
configSchemaGeneratorFn
|
|
128
128
|
} from "./chunk-YHHWYI4X.mjs";
|
|
@@ -131,7 +131,7 @@ import {
|
|
|
131
131
|
} from "./chunk-437WGH2M.mjs";
|
|
132
132
|
import {
|
|
133
133
|
neutralLibraryGeneratorFn
|
|
134
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-XUZ34KHK.mjs";
|
|
135
135
|
import {
|
|
136
136
|
createProjectTsConfigJson,
|
|
137
137
|
getOutputPath,
|
|
@@ -193,7 +193,7 @@ import "./chunk-TBW5MCN6.mjs";
|
|
|
193
193
|
import {
|
|
194
194
|
base_generator_untyped_default
|
|
195
195
|
} from "./chunk-34LSWMWV.mjs";
|
|
196
|
-
import "./chunk-
|
|
196
|
+
import "./chunk-WICWDWS6.mjs";
|
|
197
197
|
export {
|
|
198
198
|
INVALID_CARGO_ARGS,
|
|
199
199
|
LARGE_BUFFER,
|