@storm-software/workspace-tools 1.292.23 → 1.292.25
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 +43 -0
- package/README.md +2 -1
- package/dist/{chunk-IPWUJVZZ.mjs → chunk-6TYMSSXV.mjs} +1 -1
- package/dist/{chunk-O2FPRXPD.js → chunk-A6N326FN.js} +54 -36
- package/dist/{chunk-JHJLQ2O7.mjs → chunk-CDBRCMR4.mjs} +1 -1
- package/dist/{chunk-WH72XZPS.mjs → chunk-K5XMGL6Y.mjs} +1 -1
- package/dist/{chunk-D2ENLOCH.mjs → chunk-LF2APRG7.mjs} +47 -29
- package/dist/{chunk-QUHBEE5D.mjs → chunk-TMUZX6IO.mjs} +1 -1
- package/dist/{chunk-KCVIHYZQ.mjs → chunk-ZM7BQH6Q.mjs} +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.mjs +5 -5
- package/dist/index.mjs +5 -5
- 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/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.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.d.mts +2 -3
- package/dist/src/plugins/rust/cargo-toml.d.ts +2 -3
- package/dist/src/plugins/rust/cargo-toml.js +2 -4
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -4
- package/dist/src/plugins/rust/index.d.mts +1 -1
- package/dist/src/plugins/rust/index.d.ts +1 -1
- package/dist/src/plugins/rust/index.js +2 -4
- package/dist/src/plugins/rust/index.mjs +2 -4
- 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 +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,49 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.292.24](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.24) (11/10/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([5eb9b8129](https://github.com/storm-software/storm-ops/commit/5eb9b8129))
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **storm-config:** Added the `from` method to `WorkspaceConfig`
|
|
15
|
+
([94a5e30f6](https://github.com/storm-software/storm-ops/commit/94a5e30f6))
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated **testing-tools** to **v1.119.24**
|
|
20
|
+
- Updated **config-tools** to **v1.188.24**
|
|
21
|
+
- Updated **pnpm-tools** to **v0.6.24**
|
|
22
|
+
- Updated **npm-tools** to **v0.5.24**
|
|
23
|
+
- Updated **prettier** to **v0.57.24**
|
|
24
|
+
- Updated **esbuild** to **v0.53.24**
|
|
25
|
+
- Updated **unbuild** to **v0.57.24**
|
|
26
|
+
- Updated **config** to **v1.134.24**
|
|
27
|
+
- Updated **tsdown** to **v0.45.24**
|
|
28
|
+
|
|
29
|
+
## [1.292.23](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.23) (11/09/2025)
|
|
30
|
+
|
|
31
|
+
### Miscellaneous
|
|
32
|
+
|
|
33
|
+
- **monorepo:** Regenerate README markdown files
|
|
34
|
+
([e9e2cd674](https://github.com/storm-software/storm-ops/commit/e9e2cd674))
|
|
35
|
+
|
|
36
|
+
### Updated Dependencies
|
|
37
|
+
|
|
38
|
+
- Updated **testing-tools** to **v1.119.23**
|
|
39
|
+
- Updated **config-tools** to **v1.188.23**
|
|
40
|
+
- Updated **pnpm-tools** to **v0.6.23**
|
|
41
|
+
- Updated **npm-tools** to **v0.5.23**
|
|
42
|
+
- Updated **prettier** to **v0.57.23**
|
|
43
|
+
- Updated **esbuild** to **v0.53.23**
|
|
44
|
+
- Updated **unbuild** to **v0.57.23**
|
|
45
|
+
- Updated **config** to **v1.134.23**
|
|
46
|
+
- Updated **tsdown** to **v0.45.23**
|
|
47
|
+
|
|
5
48
|
## [1.292.22](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.292.22) (11/08/2025)
|
|
6
49
|
|
|
7
50
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Workspace Tools](#storm-workspace-tools)
|
|
@@ -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__21d011a8c8956eb8b1103334669f4dc3/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);
|
|
@@ -30,17 +30,16 @@ var DefaultCargoPluginProfileMap = {
|
|
|
30
30
|
development: "dev",
|
|
31
31
|
production: "prod"
|
|
32
32
|
};
|
|
33
|
-
var DEFAULT_ERROR_MESSAGE = "An error occurred in the Storm Rust Nx plugin.";
|
|
34
33
|
var createNodesV2 = [
|
|
35
34
|
"*/**/Cargo.toml",
|
|
36
35
|
async (configFiles, options, context) => {
|
|
37
36
|
return await _devkit.createNodesFromFiles.call(void 0,
|
|
38
37
|
(configFile, options2, context2) => {
|
|
39
38
|
try {
|
|
40
|
-
const profiles = _nullishCoalesce(_optionalChain([options2, 'optionalAccess',
|
|
41
|
-
const includeApps = _nullishCoalesce(_optionalChain([options2, 'optionalAccess',
|
|
42
|
-
const toolchain = _optionalChain([options2, 'optionalAccess',
|
|
43
|
-
const skipDocs = _nullishCoalesce(_optionalChain([options2, 'optionalAccess',
|
|
39
|
+
const profiles = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _ => _.profiles]), () => ( {}));
|
|
40
|
+
const includeApps = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _2 => _2.includeApps]), () => ( true));
|
|
41
|
+
const toolchain = _optionalChain([options2, 'optionalAccess', _3 => _3.toolchain]);
|
|
42
|
+
const skipDocs = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _4 => _4.skipDocs]), () => ( false));
|
|
44
43
|
const metadata = _chunkLJDV7HFTjs.cargoMetadata.call(void 0, );
|
|
45
44
|
if (!metadata) {
|
|
46
45
|
return {};
|
|
@@ -295,7 +294,7 @@ var createNodesV2 = [
|
|
|
295
294
|
for (const dep of cargoPackage.dependencies) {
|
|
296
295
|
if (_chunkLJDV7HFTjs.isExternal.call(void 0, dep, context2.workspaceRoot)) {
|
|
297
296
|
const externalDepName = `cargo:${dep.name}`;
|
|
298
|
-
if (!_optionalChain([externalNodes, 'optionalAccess',
|
|
297
|
+
if (!_optionalChain([externalNodes, 'optionalAccess', _5 => _5[externalDepName]])) {
|
|
299
298
|
externalNodes[externalDepName] = {
|
|
300
299
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
301
300
|
type: "cargo",
|
|
@@ -303,7 +302,7 @@ var createNodesV2 = [
|
|
|
303
302
|
name: externalDepName,
|
|
304
303
|
data: {
|
|
305
304
|
packageName: dep.name,
|
|
306
|
-
version: _nullishCoalesce(_optionalChain([cargoPackageMap, 'access',
|
|
305
|
+
version: _nullishCoalesce(_optionalChain([cargoPackageMap, 'access', _6 => _6.get, 'call', _7 => _7(dep.name), 'optionalAccess', _8 => _8.version]), () => ( "0.0.0"))
|
|
307
306
|
}
|
|
308
307
|
};
|
|
309
308
|
}
|
|
@@ -315,9 +314,11 @@ var createNodesV2 = [
|
|
|
315
314
|
externalNodes
|
|
316
315
|
};
|
|
317
316
|
} catch (e) {
|
|
318
|
-
console.error(
|
|
317
|
+
console.error("An error occurred in the Storm Rust Nx plugin.");
|
|
319
318
|
console.error(e);
|
|
320
|
-
throw new Error(
|
|
319
|
+
throw new Error("An error occurred in the Storm Rust Nx plugin.", {
|
|
320
|
+
cause: e
|
|
321
|
+
});
|
|
321
322
|
}
|
|
322
323
|
},
|
|
323
324
|
configFiles,
|
|
@@ -326,38 +327,56 @@ var createNodesV2 = [
|
|
|
326
327
|
);
|
|
327
328
|
}
|
|
328
329
|
];
|
|
329
|
-
var createDependencies = (
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
if (
|
|
330
|
+
var createDependencies = (options, context) => {
|
|
331
|
+
try {
|
|
332
|
+
console.debug(
|
|
333
|
+
`[storm-software/rust]: Creating dependencies using cargo metadata.`
|
|
334
|
+
);
|
|
335
|
+
const metadata = _chunkLJDV7HFTjs.cargoMetadata.call(void 0, );
|
|
336
|
+
if (!_optionalChain([metadata, 'optionalAccess', _9 => _9.packages])) {
|
|
337
|
+
console.debug(
|
|
338
|
+
`[storm-software/rust]: Unable to find cargo metadata. Skipping dependency creation.`
|
|
339
|
+
);
|
|
340
|
+
return [];
|
|
341
|
+
}
|
|
342
|
+
const dependencies = [];
|
|
343
|
+
for (const pkg of metadata.packages) {
|
|
344
|
+
if (context.projects[pkg.name]) {
|
|
345
|
+
for (const deps of pkg.dependencies) {
|
|
346
|
+
if (!metadata.packages.find((p) => p.name === deps.name)) {
|
|
347
|
+
console.debug(
|
|
348
|
+
`[storm-software/rust]: Dependency ${deps.name} not found in the cargo metadata.`
|
|
349
|
+
);
|
|
350
|
+
continue;
|
|
351
|
+
}
|
|
352
|
+
if (context.projects[deps.name]) {
|
|
352
353
|
dependencies.push(
|
|
353
|
-
createDependency(pkg,
|
|
354
|
+
createDependency(pkg, deps.name, _projectgraph.DependencyType.static)
|
|
354
355
|
);
|
|
356
|
+
} else {
|
|
357
|
+
const externalDepName = `cargo:${deps.name}`;
|
|
358
|
+
if (externalDepName in (_nullishCoalesce(context.externalNodes, () => ( {})))) {
|
|
359
|
+
dependencies.push(
|
|
360
|
+
createDependency(pkg, externalDepName, _projectgraph.DependencyType.static)
|
|
361
|
+
);
|
|
362
|
+
}
|
|
355
363
|
}
|
|
356
364
|
}
|
|
357
365
|
}
|
|
358
366
|
}
|
|
367
|
+
return dependencies;
|
|
368
|
+
} catch (e) {
|
|
369
|
+
console.error(
|
|
370
|
+
"An error occurred creating dependencies in the Storm Rust Nx plugin."
|
|
371
|
+
);
|
|
372
|
+
console.error(e);
|
|
373
|
+
throw new Error(
|
|
374
|
+
"An error occurred creating dependencies in the Storm Rust Nx plugin.",
|
|
375
|
+
{
|
|
376
|
+
cause: e
|
|
377
|
+
}
|
|
378
|
+
);
|
|
359
379
|
}
|
|
360
|
-
return dependencies;
|
|
361
380
|
};
|
|
362
381
|
function createDependency(pkg, depName, type) {
|
|
363
382
|
const target = pkg.manifest_path.replace(/\\/g, "/");
|
|
@@ -375,5 +394,4 @@ function createDependency(pkg, depName, type) {
|
|
|
375
394
|
|
|
376
395
|
|
|
377
396
|
|
|
378
|
-
|
|
379
|
-
exports.name = name; exports.description = description; exports.DefaultCargoPluginProfileMap = DefaultCargoPluginProfileMap; exports.DEFAULT_ERROR_MESSAGE = DEFAULT_ERROR_MESSAGE; exports.createNodesV2 = createNodesV2; exports.createDependencies = createDependencies;
|
|
397
|
+
exports.name = name; exports.description = description; exports.DefaultCargoPluginProfileMap = DefaultCargoPluginProfileMap; exports.createNodesV2 = createNodesV2; exports.createDependencies = createDependencies;
|
|
@@ -30,7 +30,6 @@ var DefaultCargoPluginProfileMap = {
|
|
|
30
30
|
development: "dev",
|
|
31
31
|
production: "prod"
|
|
32
32
|
};
|
|
33
|
-
var DEFAULT_ERROR_MESSAGE = "An error occurred in the Storm Rust Nx plugin.";
|
|
34
33
|
var createNodesV2 = [
|
|
35
34
|
"*/**/Cargo.toml",
|
|
36
35
|
async (configFiles, options, context) => {
|
|
@@ -315,9 +314,11 @@ var createNodesV2 = [
|
|
|
315
314
|
externalNodes
|
|
316
315
|
};
|
|
317
316
|
} catch (e) {
|
|
318
|
-
console.error(
|
|
317
|
+
console.error("An error occurred in the Storm Rust Nx plugin.");
|
|
319
318
|
console.error(e);
|
|
320
|
-
throw new Error(
|
|
319
|
+
throw new Error("An error occurred in the Storm Rust Nx plugin.", {
|
|
320
|
+
cause: e
|
|
321
|
+
});
|
|
321
322
|
}
|
|
322
323
|
},
|
|
323
324
|
configFiles,
|
|
@@ -326,38 +327,56 @@ var createNodesV2 = [
|
|
|
326
327
|
);
|
|
327
328
|
}
|
|
328
329
|
];
|
|
329
|
-
var createDependencies = (
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
if (
|
|
330
|
+
var createDependencies = (options, context) => {
|
|
331
|
+
try {
|
|
332
|
+
console.debug(
|
|
333
|
+
`[storm-software/rust]: Creating dependencies using cargo metadata.`
|
|
334
|
+
);
|
|
335
|
+
const metadata = cargoMetadata();
|
|
336
|
+
if (!metadata?.packages) {
|
|
337
|
+
console.debug(
|
|
338
|
+
`[storm-software/rust]: Unable to find cargo metadata. Skipping dependency creation.`
|
|
339
|
+
);
|
|
340
|
+
return [];
|
|
341
|
+
}
|
|
342
|
+
const dependencies = [];
|
|
343
|
+
for (const pkg of metadata.packages) {
|
|
344
|
+
if (context.projects[pkg.name]) {
|
|
345
|
+
for (const deps of pkg.dependencies) {
|
|
346
|
+
if (!metadata.packages.find((p) => p.name === deps.name)) {
|
|
347
|
+
console.debug(
|
|
348
|
+
`[storm-software/rust]: Dependency ${deps.name} not found in the cargo metadata.`
|
|
349
|
+
);
|
|
350
|
+
continue;
|
|
351
|
+
}
|
|
352
|
+
if (context.projects[deps.name]) {
|
|
352
353
|
dependencies.push(
|
|
353
|
-
createDependency(pkg,
|
|
354
|
+
createDependency(pkg, deps.name, DependencyType.static)
|
|
354
355
|
);
|
|
356
|
+
} else {
|
|
357
|
+
const externalDepName = `cargo:${deps.name}`;
|
|
358
|
+
if (externalDepName in (context.externalNodes ?? {})) {
|
|
359
|
+
dependencies.push(
|
|
360
|
+
createDependency(pkg, externalDepName, DependencyType.static)
|
|
361
|
+
);
|
|
362
|
+
}
|
|
355
363
|
}
|
|
356
364
|
}
|
|
357
365
|
}
|
|
358
366
|
}
|
|
367
|
+
return dependencies;
|
|
368
|
+
} catch (e) {
|
|
369
|
+
console.error(
|
|
370
|
+
"An error occurred creating dependencies in the Storm Rust Nx plugin."
|
|
371
|
+
);
|
|
372
|
+
console.error(e);
|
|
373
|
+
throw new Error(
|
|
374
|
+
"An error occurred creating dependencies in the Storm Rust Nx plugin.",
|
|
375
|
+
{
|
|
376
|
+
cause: e
|
|
377
|
+
}
|
|
378
|
+
);
|
|
359
379
|
}
|
|
360
|
-
return dependencies;
|
|
361
380
|
};
|
|
362
381
|
function createDependency(pkg, depName, type) {
|
|
363
382
|
const target = pkg.manifest_path.replace(/\\/g, "/");
|
|
@@ -373,7 +392,6 @@ export {
|
|
|
373
392
|
name,
|
|
374
393
|
description,
|
|
375
394
|
DefaultCargoPluginProfileMap,
|
|
376
|
-
DEFAULT_ERROR_MESSAGE,
|
|
377
395
|
createNodesV2,
|
|
378
396
|
createDependencies
|
|
379
397
|
};
|
package/dist/executors.mjs
CHANGED
package/dist/generators.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./chunk-SAIDGUHG.mjs";
|
|
2
2
|
import {
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-CDBRCMR4.mjs";
|
|
5
5
|
import {
|
|
6
6
|
configSchemaGeneratorFn
|
|
7
7
|
} from "./chunk-REKF65PT.mjs";
|
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
} from "./chunk-437WGH2M.mjs";
|
|
11
11
|
import {
|
|
12
12
|
neutralLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-K5XMGL6Y.mjs";
|
|
14
14
|
import {
|
|
15
15
|
nodeLibraryGeneratorFn
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-ZM7BQH6Q.mjs";
|
|
17
17
|
import {
|
|
18
18
|
browserLibraryGeneratorFn
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-TMUZX6IO.mjs";
|
|
20
20
|
import "./chunk-HP36FVRU.mjs";
|
|
21
21
|
import "./chunk-QC5ON3X4.mjs";
|
|
22
22
|
import "./chunk-F66XEAID.mjs";
|
|
@@ -26,7 +26,7 @@ import "./chunk-NOTQLVZP.mjs";
|
|
|
26
26
|
import "./chunk-V44DYGWX.mjs";
|
|
27
27
|
import "./chunk-VGJEUOUN.mjs";
|
|
28
28
|
import "./chunk-C26A6BXG.mjs";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-6TYMSSXV.mjs";
|
|
30
30
|
export {
|
|
31
31
|
browserLibraryGeneratorFn,
|
|
32
32
|
configSchemaGeneratorFn,
|
package/dist/index.mjs
CHANGED
|
@@ -113,7 +113,7 @@ import "./chunk-X2SLQ73Q.mjs";
|
|
|
113
113
|
import "./chunk-SAIDGUHG.mjs";
|
|
114
114
|
import {
|
|
115
115
|
presetGeneratorFn
|
|
116
|
-
} from "./chunk-
|
|
116
|
+
} from "./chunk-CDBRCMR4.mjs";
|
|
117
117
|
import {
|
|
118
118
|
configSchemaGeneratorFn
|
|
119
119
|
} from "./chunk-REKF65PT.mjs";
|
|
@@ -122,13 +122,13 @@ import {
|
|
|
122
122
|
} from "./chunk-437WGH2M.mjs";
|
|
123
123
|
import {
|
|
124
124
|
neutralLibraryGeneratorFn
|
|
125
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-K5XMGL6Y.mjs";
|
|
126
126
|
import {
|
|
127
127
|
nodeLibraryGeneratorFn
|
|
128
|
-
} from "./chunk-
|
|
128
|
+
} from "./chunk-ZM7BQH6Q.mjs";
|
|
129
129
|
import {
|
|
130
130
|
browserLibraryGeneratorFn
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-TMUZX6IO.mjs";
|
|
132
132
|
import {
|
|
133
133
|
createProjectTsConfigJson,
|
|
134
134
|
getOutputPath,
|
|
@@ -190,7 +190,7 @@ import "./chunk-C26A6BXG.mjs";
|
|
|
190
190
|
import {
|
|
191
191
|
base_generator_untyped_default
|
|
192
192
|
} from "./chunk-34LSWMWV.mjs";
|
|
193
|
-
import "./chunk-
|
|
193
|
+
import "./chunk-6TYMSSXV.mjs";
|
|
194
194
|
export {
|
|
195
195
|
INVALID_CARGO_ARGS,
|
|
196
196
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import "../../chunk-C26A6BXG.mjs";
|
|
|
33
33
|
import {
|
|
34
34
|
base_generator_untyped_default
|
|
35
35
|
} from "../../chunk-34LSWMWV.mjs";
|
|
36
|
-
import "../../chunk-
|
|
36
|
+
import "../../chunk-6TYMSSXV.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-MXVEXRT2.mjs";
|
|
4
4
|
import "../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-6TYMSSXV.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-6TYMSSXV.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_library_generator_untyped_default as default
|
|
8
8
|
};
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoBuildExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-build/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoCheckExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-check/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoClippyExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-clippy/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoDocExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-doc/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
|
|
|
9
9
|
import "../../../chunk-V44DYGWX.mjs";
|
|
10
10
|
import "../../../chunk-VGJEUOUN.mjs";
|
|
11
11
|
import "../../../chunk-C26A6BXG.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
13
13
|
export {
|
|
14
14
|
cargoFormatExecutor,
|
|
15
15
|
executor_default as default
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-6TYMSSXV.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-format/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|