@storm-software/workspace-tools 1.273.4 → 1.273.6
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 +35 -0
- package/README.md +1 -2
- package/config/base.json +0 -1
- package/dist/{chunk-JISERTNY.mjs → chunk-2PZOGRBP.mjs} +1 -1
- package/dist/{chunk-VHIM4LJY.mjs → chunk-6L7JKV7E.mjs} +1 -1
- package/dist/{chunk-6NLLGP7C.mjs → chunk-6QQQU5ES.mjs} +1 -1
- package/dist/{chunk-GMG4M2RZ.mjs → chunk-6UFOMB3R.mjs} +3 -7
- package/dist/{chunk-QYPOYIKU.mjs → chunk-75RE5W2I.mjs} +1 -1
- package/dist/{chunk-X2L5HFRH.mjs → chunk-AZ5HDBYX.mjs} +0 -9
- package/dist/{chunk-JHTHTSQS.mjs → chunk-EGPDUUWX.mjs} +1 -1
- package/dist/{chunk-7IYOBX35.js → chunk-OFNVRO2Q.js} +2 -11
- package/dist/{chunk-C6YYTK6Q.js → chunk-TZJGO4US.js} +3 -7
- package/dist/{chunk-KJPEFYZD.mjs → chunk-UQJ4W5YX.mjs} +1 -1
- package/dist/executors.mjs +2 -2
- package/dist/generators.mjs +5 -5
- package/dist/index.mjs +6 -6
- 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 +2 -2
- 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/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/generators/release-version/generator.mjs +1 -1
- package/dist/src/generators/release-version/untyped.mjs +1 -1
- package/dist/src/plugins/rust/cargo-toml.js +2 -2
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
- package/dist/src/plugins/rust/index.js +2 -2
- package/dist/src/plugins/rust/index.mjs +2 -2
- package/dist/src/plugins/typescript/index.js +2 -2
- package/dist/src/plugins/typescript/index.mjs +2 -2
- package/dist/src/plugins/typescript/project-config.js +2 -2
- package/dist/src/plugins/typescript/project-config.mjs +2 -2
- package/dist/src/plugins/typescript/tsup.js +6 -11
- package/dist/src/plugins/typescript/tsup.mjs +6 -11
- package/dist/src/plugins/typescript/untyped-schema.js +6 -11
- package/dist/src/plugins/typescript/untyped-schema.mjs +6 -11
- 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/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/pnpm-deps-update.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.273.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.5) (2025-05-08)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Remove unneeded logging from Nx plugins
|
|
10
|
+
- **workspace-tools:** Reduce rebuilding during release
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated prettier to 0.51.5
|
|
16
|
+
- Updated esbuild to 0.41.5
|
|
17
|
+
- Updated esbuild to 0.41.5
|
|
18
|
+
- Updated unbuild to 0.47.5
|
|
19
|
+
- Updated unbuild to 0.47.5
|
|
20
|
+
|
|
21
|
+
## [1.273.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.4) (2025-05-08)
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- **workspace-tools:** Remove old schema fields from Nx configuration
|
|
26
|
+
|
|
27
|
+
### Miscellaneous
|
|
28
|
+
|
|
29
|
+
- **monorepo:** Update workspace package links
|
|
30
|
+
- **monorepo:** Regenerate README markdown files
|
|
31
|
+
|
|
32
|
+
### Updated Dependencies
|
|
33
|
+
|
|
34
|
+
- Updated prettier to 0.51.4
|
|
35
|
+
- Updated esbuild to 0.41.4
|
|
36
|
+
- Updated esbuild to 0.41.4
|
|
37
|
+
- Updated unbuild to 0.47.4
|
|
38
|
+
- Updated unbuild to 0.47.4
|
|
39
|
+
|
|
5
40
|
## [1.273.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.3) (2025-05-08)
|
|
6
41
|
|
|
7
42
|
### 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,7 +40,6 @@ 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
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Workspace Tools](#storm-workspace-tools)
|
package/config/base.json
CHANGED
|
@@ -305,7 +305,7 @@ var createNodesV2 = [
|
|
|
305
305
|
break;
|
|
306
306
|
}
|
|
307
307
|
setDefaultProjectTags(project, name);
|
|
308
|
-
|
|
308
|
+
return project?.name ? {
|
|
309
309
|
projects: {
|
|
310
310
|
[project.name]: {
|
|
311
311
|
...project,
|
|
@@ -321,10 +321,6 @@ var createNodesV2 = [
|
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
} : {};
|
|
324
|
-
console.log(
|
|
325
|
-
`[storm-software/typescript]: Inferred Nx configuration for ${project?.name ?? "missing name"}`
|
|
326
|
-
);
|
|
327
|
-
return result;
|
|
328
324
|
} catch (e) {
|
|
329
325
|
console.error(e);
|
|
330
326
|
return {};
|
|
@@ -355,7 +351,7 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
|
|
|
355
351
|
}
|
|
356
352
|
return readJsonFile(packageJsonPath);
|
|
357
353
|
} catch (e) {
|
|
358
|
-
console.
|
|
354
|
+
console.warn(e);
|
|
359
355
|
return null;
|
|
360
356
|
}
|
|
361
357
|
}
|
|
@@ -368,7 +364,7 @@ async function createTsconfig(projectJsonPath, workspaceRoot) {
|
|
|
368
364
|
}
|
|
369
365
|
return readTSConfig(tsconfigJsonPath);
|
|
370
366
|
} catch (e) {
|
|
371
|
-
console.
|
|
367
|
+
console.warn(e);
|
|
372
368
|
return null;
|
|
373
369
|
}
|
|
374
370
|
}
|
|
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
5
5
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
6
6
|
});
|
|
7
7
|
|
|
8
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
8
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__954ae7dac9bca61c20aa20d91ee91417/node_modules/tsup/assets/esm_shims.js
|
|
9
9
|
import { fileURLToPath } from "url";
|
|
10
10
|
import path from "path";
|
|
11
11
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -33,9 +33,6 @@ var createNodesV2 = [
|
|
|
33
33
|
return await createNodesFromFiles(
|
|
34
34
|
(configFile, options2, context2) => {
|
|
35
35
|
try {
|
|
36
|
-
console.log(
|
|
37
|
-
`[storm-software/rust]: Processing Cargo.toml file: ${configFile}`
|
|
38
|
-
);
|
|
39
36
|
const profiles = options2?.profiles ?? {};
|
|
40
37
|
const includeApps = options2?.includeApps ?? true;
|
|
41
38
|
const toolchain = options2?.toolchain;
|
|
@@ -294,9 +291,6 @@ var createNodesV2 = [
|
|
|
294
291
|
}
|
|
295
292
|
}
|
|
296
293
|
};
|
|
297
|
-
console.log(
|
|
298
|
-
`[storm-software/rust]: Inferred Nx configuration for ${project?.name ?? "missing name"}`
|
|
299
|
-
);
|
|
300
294
|
}
|
|
301
295
|
for (const dep of cargoPackage.dependencies) {
|
|
302
296
|
if (isExternal(dep, context2.workspaceRoot)) {
|
|
@@ -361,9 +355,6 @@ var createDependencies = (_, context) => {
|
|
|
361
355
|
}
|
|
362
356
|
}
|
|
363
357
|
}
|
|
364
|
-
console.log(
|
|
365
|
-
`[storm-software/rust]: Total workspace Cargo dependencies found: ${dependencies.length}`
|
|
366
|
-
);
|
|
367
358
|
return dependencies;
|
|
368
359
|
};
|
|
369
360
|
function createDependency(pkg, depName, type) {
|
|
@@ -33,9 +33,6 @@ var createNodesV2 = [
|
|
|
33
33
|
return await _devkit.createNodesFromFiles.call(void 0,
|
|
34
34
|
(configFile, options2, context2) => {
|
|
35
35
|
try {
|
|
36
|
-
console.log(
|
|
37
|
-
`[storm-software/rust]: Processing Cargo.toml file: ${configFile}`
|
|
38
|
-
);
|
|
39
36
|
const profiles = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _2 => _2.profiles]), () => ( {}));
|
|
40
37
|
const includeApps = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _3 => _3.includeApps]), () => ( true));
|
|
41
38
|
const toolchain = _optionalChain([options2, 'optionalAccess', _4 => _4.toolchain]);
|
|
@@ -294,20 +291,17 @@ var createNodesV2 = [
|
|
|
294
291
|
}
|
|
295
292
|
}
|
|
296
293
|
};
|
|
297
|
-
console.log(
|
|
298
|
-
`[storm-software/rust]: Inferred Nx configuration for ${_nullishCoalesce(_optionalChain([project, 'optionalAccess', _8 => _8.name]), () => ( "missing name"))}`
|
|
299
|
-
);
|
|
300
294
|
}
|
|
301
295
|
for (const dep of cargoPackage.dependencies) {
|
|
302
296
|
if (_chunkLJDV7HFTjs.isExternal.call(void 0, dep, context2.workspaceRoot)) {
|
|
303
297
|
const externalDepName = `cargo:${dep.name}`;
|
|
304
|
-
if (!_optionalChain([externalNodes, 'optionalAccess',
|
|
298
|
+
if (!_optionalChain([externalNodes, 'optionalAccess', _8 => _8[externalDepName]])) {
|
|
305
299
|
externalNodes[externalDepName] = {
|
|
306
300
|
type: "cargo",
|
|
307
301
|
name: externalDepName,
|
|
308
302
|
data: {
|
|
309
303
|
packageName: dep.name,
|
|
310
|
-
version: _nullishCoalesce(_optionalChain([cargoPackageMap, 'access',
|
|
304
|
+
version: _nullishCoalesce(_optionalChain([cargoPackageMap, 'access', _9 => _9.get, 'call', _10 => _10(dep.name), 'optionalAccess', _11 => _11.version]), () => ( "0.0.0"))
|
|
311
305
|
}
|
|
312
306
|
};
|
|
313
307
|
}
|
|
@@ -361,9 +355,6 @@ var createDependencies = (_, context) => {
|
|
|
361
355
|
}
|
|
362
356
|
}
|
|
363
357
|
}
|
|
364
|
-
console.log(
|
|
365
|
-
`[storm-software/rust]: Total workspace Cargo dependencies found: ${dependencies.length}`
|
|
366
|
-
);
|
|
367
358
|
return dependencies;
|
|
368
359
|
};
|
|
369
360
|
function createDependency(pkg, depName, type) {
|
|
@@ -305,7 +305,7 @@ var createNodesV2 = [
|
|
|
305
305
|
break;
|
|
306
306
|
}
|
|
307
307
|
_chunkAX3RSZT7js.setDefaultProjectTags.call(void 0, project, name);
|
|
308
|
-
|
|
308
|
+
return _optionalChain([project, 'optionalAccess', _13 => _13.name]) ? {
|
|
309
309
|
projects: {
|
|
310
310
|
[project.name]: {
|
|
311
311
|
...project,
|
|
@@ -321,10 +321,6 @@ var createNodesV2 = [
|
|
|
321
321
|
}
|
|
322
322
|
}
|
|
323
323
|
} : {};
|
|
324
|
-
console.log(
|
|
325
|
-
`[storm-software/typescript]: Inferred Nx configuration for ${_nullishCoalesce(_optionalChain([project, 'optionalAccess', _17 => _17.name]), () => ( "missing name"))}`
|
|
326
|
-
);
|
|
327
|
-
return result;
|
|
328
324
|
} catch (e) {
|
|
329
325
|
console.error(e);
|
|
330
326
|
return {};
|
|
@@ -355,7 +351,7 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
|
|
|
355
351
|
}
|
|
356
352
|
return _fileutils.readJsonFile.call(void 0, packageJsonPath);
|
|
357
353
|
} catch (e) {
|
|
358
|
-
console.
|
|
354
|
+
console.warn(e);
|
|
359
355
|
return null;
|
|
360
356
|
}
|
|
361
357
|
}
|
|
@@ -368,7 +364,7 @@ async function createTsconfig(projectJsonPath, workspaceRoot) {
|
|
|
368
364
|
}
|
|
369
365
|
return _pkgtypes.readTSConfig.call(void 0, tsconfigJsonPath);
|
|
370
366
|
} catch (e) {
|
|
371
|
-
console.
|
|
367
|
+
console.warn(e);
|
|
372
368
|
return null;
|
|
373
369
|
}
|
|
374
370
|
}
|
package/dist/executors.mjs
CHANGED
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-5MOK3MSQ.mjs";
|
|
20
20
|
import {
|
|
21
21
|
esbuildExecutorFn
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-2PZOGRBP.mjs";
|
|
23
23
|
import {
|
|
24
24
|
cargoBuildExecutor
|
|
25
25
|
} from "./chunk-ZASRR3NW.mjs";
|
|
@@ -41,7 +41,7 @@ import "./chunk-N63KWRTH.mjs";
|
|
|
41
41
|
import "./chunk-WLB7XVWW.mjs";
|
|
42
42
|
import "./chunk-LSF4BHCI.mjs";
|
|
43
43
|
import "./chunk-U7JFVMCK.mjs";
|
|
44
|
-
import "./chunk-
|
|
44
|
+
import "./chunk-75RE5W2I.mjs";
|
|
45
45
|
export {
|
|
46
46
|
LARGE_BUFFER,
|
|
47
47
|
cargoBuildExecutor,
|
package/dist/generators.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
2
|
import {
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EGPDUUWX.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6QQQU5ES.mjs";
|
|
8
8
|
import {
|
|
9
9
|
releaseVersionGeneratorFn
|
|
10
10
|
} from "./chunk-5XYM22SB.mjs";
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6L7JKV7E.mjs";
|
|
14
14
|
import {
|
|
15
15
|
configSchemaGeneratorFn
|
|
16
16
|
} from "./chunk-DJYOYWNY.mjs";
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-437WGH2M.mjs";
|
|
20
20
|
import {
|
|
21
21
|
neutralLibraryGeneratorFn
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-UQJ4W5YX.mjs";
|
|
23
23
|
import "./chunk-3PTWOMU2.mjs";
|
|
24
24
|
import "./chunk-F66XEAID.mjs";
|
|
25
25
|
import "./chunk-EK75QNMS.mjs";
|
|
@@ -30,7 +30,7 @@ import "./chunk-N63KWRTH.mjs";
|
|
|
30
30
|
import "./chunk-WLB7XVWW.mjs";
|
|
31
31
|
import "./chunk-LSF4BHCI.mjs";
|
|
32
32
|
import "./chunk-U7JFVMCK.mjs";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-75RE5W2I.mjs";
|
|
34
34
|
export {
|
|
35
35
|
browserLibraryGeneratorFn,
|
|
36
36
|
configSchemaGeneratorFn,
|
package/dist/index.mjs
CHANGED
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
} from "./chunk-5MOK3MSQ.mjs";
|
|
67
67
|
import {
|
|
68
68
|
esbuildExecutorFn
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-2PZOGRBP.mjs";
|
|
70
70
|
import {
|
|
71
71
|
cargoBuildExecutor
|
|
72
72
|
} from "./chunk-ZASRR3NW.mjs";
|
|
@@ -96,16 +96,16 @@ import {
|
|
|
96
96
|
import "./chunk-RLIZVCIN.mjs";
|
|
97
97
|
import {
|
|
98
98
|
nodeLibraryGeneratorFn
|
|
99
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-EGPDUUWX.mjs";
|
|
100
100
|
import {
|
|
101
101
|
presetGeneratorFn
|
|
102
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-6QQQU5ES.mjs";
|
|
103
103
|
import {
|
|
104
104
|
releaseVersionGeneratorFn
|
|
105
105
|
} from "./chunk-5XYM22SB.mjs";
|
|
106
106
|
import {
|
|
107
107
|
browserLibraryGeneratorFn
|
|
108
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-6L7JKV7E.mjs";
|
|
109
109
|
import {
|
|
110
110
|
configSchemaGeneratorFn
|
|
111
111
|
} from "./chunk-DJYOYWNY.mjs";
|
|
@@ -114,7 +114,7 @@ import {
|
|
|
114
114
|
} from "./chunk-437WGH2M.mjs";
|
|
115
115
|
import {
|
|
116
116
|
neutralLibraryGeneratorFn
|
|
117
|
-
} from "./chunk-
|
|
117
|
+
} from "./chunk-UQJ4W5YX.mjs";
|
|
118
118
|
import {
|
|
119
119
|
createProjectTsConfigJson,
|
|
120
120
|
getOutputPath,
|
|
@@ -177,7 +177,7 @@ import "./chunk-U7JFVMCK.mjs";
|
|
|
177
177
|
import {
|
|
178
178
|
base_generator_untyped_default
|
|
179
179
|
} from "./chunk-34LSWMWV.mjs";
|
|
180
|
-
import "./chunk-
|
|
180
|
+
import "./chunk-75RE5W2I.mjs";
|
|
181
181
|
export {
|
|
182
182
|
INVALID_CARGO_ARGS,
|
|
183
183
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import "../../chunk-U7JFVMCK.mjs";
|
|
|
33
33
|
import {
|
|
34
34
|
base_generator_untyped_default
|
|
35
35
|
} from "../../chunk-34LSWMWV.mjs";
|
|
36
|
-
import "../../chunk-
|
|
36
|
+
import "../../chunk-75RE5W2I.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-HY3ZC5EZ.mjs";
|
|
4
4
|
import "../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_library_generator_untyped_default as default
|
|
8
8
|
};
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
9
9
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
10
10
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-build/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
9
9
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
10
10
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-check/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
9
9
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
10
10
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-clippy/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
9
9
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
10
10
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-doc/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-N63KWRTH.mjs";
|
|
|
9
9
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
10
10
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
11
11
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-75RE5W2I.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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-format/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -6,7 +6,7 @@ import "../../../chunk-R2WP5YDO.mjs";
|
|
|
6
6
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
7
7
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
8
8
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
10
10
|
export {
|
|
11
11
|
runExecutor as default,
|
|
12
12
|
getRegistryVersion
|
|
@@ -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-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-publish/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-LSF4BHCI.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
joinPaths
|
|
12
12
|
} from "../../../chunk-U7JFVMCK.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
esbuildExecutorFn,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-2PZOGRBP.mjs";
|
|
5
5
|
import "../../../chunk-FCRAGTW6.mjs";
|
|
6
6
|
import "../../../chunk-X6PHOMFB.mjs";
|
|
7
7
|
import "../../../chunk-N63KWRTH.mjs";
|
|
8
8
|
import "../../../chunk-WLB7XVWW.mjs";
|
|
9
9
|
import "../../../chunk-LSF4BHCI.mjs";
|
|
10
10
|
import "../../../chunk-U7JFVMCK.mjs";
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
12
12
|
export {
|
|
13
13
|
executor_default as default,
|
|
14
14
|
esbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-HY3ZC5EZ.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/esbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|