@storm-software/workspace-tools 1.293.11 → 1.293.13
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 +48 -0
- package/README.md +1 -1
- package/dist/{chunk-CFONUGBH.mjs → chunk-2K2CSB2K.mjs} +1 -1
- package/dist/{chunk-N3YCERS6.js → chunk-4AKDRRML.js} +7 -7
- package/dist/{chunk-ABE7UOMX.mjs → chunk-77B77QNY.mjs} +19 -4
- package/dist/{chunk-6TYMSSXV.mjs → chunk-7O7YJIEC.mjs} +1 -1
- package/dist/{chunk-BKKFOQOU.mjs → chunk-KD3YXXYT.mjs} +1 -1
- package/dist/{chunk-EFIYH6QT.mjs → chunk-ODFRS4TD.mjs} +1 -1
- package/dist/{chunk-XHERYWL5.mjs → chunk-OI5C5ASW.mjs} +1 -1
- package/dist/{chunk-XZSS3YAB.js → chunk-TM2CRDJW.js} +19 -4
- package/dist/{chunk-OV33RACH.mjs → chunk-V5K2PDVY.mjs} +7 -7
- package/dist/executors.mjs +1 -1
- package/dist/generators.mjs +5 -5
- package/dist/index.js +3 -3
- package/dist/index.mjs +7 -7
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +1 -1
- package/dist/src/executors/esbuild/untyped.mjs +1 -1
- package/dist/src/executors/napi/executor.mjs +1 -1
- package/dist/src/executors/napi/untyped.mjs +1 -1
- package/dist/src/executors/npm-publish/executor.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.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.js +3 -3
- package/dist/src/utils/index.mjs +3 -3
- package/dist/src/utils/lock-file.d.mts +5 -2
- package/dist/src/utils/lock-file.d.ts +5 -2
- package/dist/src/utils/lock-file.js +2 -2
- package/dist/src/utils/lock-file.mjs +2 -2
- package/dist/src/utils/nx-json.js +2 -2
- package/dist/src/utils/nx-json.mjs +2 -2
- 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,54 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.293.12](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.12) (11/19/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([7bdb756ec](https://github.com/storm-software/storm-ops/commit/7bdb756ec))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([f5d775f57](https://github.com/storm-software/storm-ops/commit/f5d775f57))
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **workspace-tools:** Resolve issue in `withNamedInputs` when supplying input
|
|
17
|
+
list
|
|
18
|
+
([efab3ed26](https://github.com/storm-software/storm-ops/commit/efab3ed26))
|
|
19
|
+
- **workspace-tools:** Resolve typescript build issue
|
|
20
|
+
([0b37029a8](https://github.com/storm-software/storm-ops/commit/0b37029a8))
|
|
21
|
+
|
|
22
|
+
### Updated Dependencies
|
|
23
|
+
|
|
24
|
+
- Updated **testing-tools** to **v1.119.42**
|
|
25
|
+
- Updated **config-tools** to **v1.188.42**
|
|
26
|
+
- Updated **pnpm-tools** to **v0.6.42**
|
|
27
|
+
- Updated **npm-tools** to **v0.5.42**
|
|
28
|
+
- Updated **prettier** to **v0.57.42**
|
|
29
|
+
- Updated **esbuild** to **v0.53.42**
|
|
30
|
+
- Updated **unbuild** to **v0.57.42**
|
|
31
|
+
- Updated **config** to **v1.134.42**
|
|
32
|
+
- Updated **tsdown** to **v0.45.42**
|
|
33
|
+
|
|
34
|
+
## [1.293.11](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.11) (11/19/2025)
|
|
35
|
+
|
|
36
|
+
### Miscellaneous
|
|
37
|
+
|
|
38
|
+
- **workspace-tools:** Update `type-check` to `typecheck` for consistency
|
|
39
|
+
([ee2a489ad](https://github.com/storm-software/storm-ops/commit/ee2a489ad))
|
|
40
|
+
|
|
41
|
+
### Updated Dependencies
|
|
42
|
+
|
|
43
|
+
- Updated **testing-tools** to **v1.119.41**
|
|
44
|
+
- Updated **config-tools** to **v1.188.41**
|
|
45
|
+
- Updated **pnpm-tools** to **v0.6.41**
|
|
46
|
+
- Updated **npm-tools** to **v0.5.41**
|
|
47
|
+
- Updated **prettier** to **v0.57.41**
|
|
48
|
+
- Updated **esbuild** to **v0.53.41**
|
|
49
|
+
- Updated **unbuild** to **v0.57.41**
|
|
50
|
+
- Updated **config** to **v1.134.41**
|
|
51
|
+
- Updated **tsdown** to **v0.45.41**
|
|
52
|
+
|
|
5
53
|
## [1.293.10](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.293.10) (11/16/2025)
|
|
6
54
|
|
|
7
55
|
### 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 -->
|
|
@@ -312,17 +312,17 @@ var RELEASE = {
|
|
|
312
312
|
}
|
|
313
313
|
};
|
|
314
314
|
function withNamedInputs(currentInputs = [], namedInputs = []) {
|
|
315
|
-
return currentInputs.concat(namedInputs.flatMap((n) =>
|
|
316
|
-
if (Object.keys(NAMED_INPUTS).includes(
|
|
317
|
-
NAMED_INPUTS[
|
|
318
|
-
if (!ret.includes(
|
|
319
|
-
ret.push(
|
|
315
|
+
return currentInputs.concat(namedInputs.flatMap((n) => NAMED_INPUTS[n])).reduce((ret, inputName) => {
|
|
316
|
+
if (Object.keys(NAMED_INPUTS).includes(inputName) && Array.isArray(NAMED_INPUTS[inputName]) && NAMED_INPUTS[inputName].length > 0) {
|
|
317
|
+
NAMED_INPUTS[inputName].forEach((input) => {
|
|
318
|
+
if (!ret.includes(input)) {
|
|
319
|
+
ret.push(input);
|
|
320
320
|
}
|
|
321
321
|
});
|
|
322
322
|
return ret;
|
|
323
323
|
}
|
|
324
|
-
if (!ret.includes(
|
|
325
|
-
ret.push(
|
|
324
|
+
if (!ret.includes(inputName)) {
|
|
325
|
+
ret.push(inputName);
|
|
326
326
|
}
|
|
327
327
|
return ret;
|
|
328
328
|
}, []).sort((a, b) => {
|
|
@@ -50,16 +50,31 @@ function getLockFileNodes(packageManager, contents, lockFileHash, context) {
|
|
|
50
50
|
}
|
|
51
51
|
throw new Error(`Unknown package manager: ${packageManager}`);
|
|
52
52
|
}
|
|
53
|
-
function getLockFileDependencies(packageManager, contents, lockFileHash, context) {
|
|
53
|
+
function getLockFileDependencies(packageManager, contents, lockFileHash, context, keyMap) {
|
|
54
54
|
try {
|
|
55
55
|
if (packageManager === "yarn") {
|
|
56
|
-
return getYarnLockfileDependencies(
|
|
56
|
+
return getYarnLockfileDependencies(
|
|
57
|
+
contents,
|
|
58
|
+
lockFileHash,
|
|
59
|
+
context,
|
|
60
|
+
keyMap
|
|
61
|
+
);
|
|
57
62
|
}
|
|
58
63
|
if (packageManager === "pnpm") {
|
|
59
|
-
return getPnpmLockfileDependencies(
|
|
64
|
+
return getPnpmLockfileDependencies(
|
|
65
|
+
contents,
|
|
66
|
+
lockFileHash,
|
|
67
|
+
context,
|
|
68
|
+
keyMap
|
|
69
|
+
);
|
|
60
70
|
}
|
|
61
71
|
if (packageManager === "npm") {
|
|
62
|
-
return getNpmLockfileDependencies(
|
|
72
|
+
return getNpmLockfileDependencies(
|
|
73
|
+
contents,
|
|
74
|
+
lockFileHash,
|
|
75
|
+
context,
|
|
76
|
+
keyMap
|
|
77
|
+
);
|
|
63
78
|
}
|
|
64
79
|
} catch (e) {
|
|
65
80
|
if (!isPostInstallProcess()) {
|
|
@@ -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__6a8e93685044df50fa91f86dbe373281/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);
|
|
@@ -50,16 +50,31 @@ function getLockFileNodes(packageManager, contents, lockFileHash, context) {
|
|
|
50
50
|
}
|
|
51
51
|
throw new Error(`Unknown package manager: ${packageManager}`);
|
|
52
52
|
}
|
|
53
|
-
function getLockFileDependencies(packageManager, contents, lockFileHash, context) {
|
|
53
|
+
function getLockFileDependencies(packageManager, contents, lockFileHash, context, keyMap) {
|
|
54
54
|
try {
|
|
55
55
|
if (packageManager === "yarn") {
|
|
56
|
-
return _yarnparser.getYarnLockfileDependencies.call(void 0,
|
|
56
|
+
return _yarnparser.getYarnLockfileDependencies.call(void 0,
|
|
57
|
+
contents,
|
|
58
|
+
lockFileHash,
|
|
59
|
+
context,
|
|
60
|
+
keyMap
|
|
61
|
+
);
|
|
57
62
|
}
|
|
58
63
|
if (packageManager === "pnpm") {
|
|
59
|
-
return _pnpmparser.getPnpmLockfileDependencies.call(void 0,
|
|
64
|
+
return _pnpmparser.getPnpmLockfileDependencies.call(void 0,
|
|
65
|
+
contents,
|
|
66
|
+
lockFileHash,
|
|
67
|
+
context,
|
|
68
|
+
keyMap
|
|
69
|
+
);
|
|
60
70
|
}
|
|
61
71
|
if (packageManager === "npm") {
|
|
62
|
-
return _npmparser.getNpmLockfileDependencies.call(void 0,
|
|
72
|
+
return _npmparser.getNpmLockfileDependencies.call(void 0,
|
|
73
|
+
contents,
|
|
74
|
+
lockFileHash,
|
|
75
|
+
context,
|
|
76
|
+
keyMap
|
|
77
|
+
);
|
|
63
78
|
}
|
|
64
79
|
} catch (e) {
|
|
65
80
|
if (!isPostInstallProcess()) {
|
|
@@ -312,17 +312,17 @@ var RELEASE = {
|
|
|
312
312
|
}
|
|
313
313
|
};
|
|
314
314
|
function withNamedInputs(currentInputs = [], namedInputs = []) {
|
|
315
|
-
return currentInputs.concat(namedInputs.flatMap((n) =>
|
|
316
|
-
if (Object.keys(NAMED_INPUTS).includes(
|
|
317
|
-
NAMED_INPUTS[
|
|
318
|
-
if (!ret.includes(
|
|
319
|
-
ret.push(
|
|
315
|
+
return currentInputs.concat(namedInputs.flatMap((n) => NAMED_INPUTS[n])).reduce((ret, inputName) => {
|
|
316
|
+
if (Object.keys(NAMED_INPUTS).includes(inputName) && Array.isArray(NAMED_INPUTS[inputName]) && NAMED_INPUTS[inputName].length > 0) {
|
|
317
|
+
NAMED_INPUTS[inputName].forEach((input) => {
|
|
318
|
+
if (!ret.includes(input)) {
|
|
319
|
+
ret.push(input);
|
|
320
320
|
}
|
|
321
321
|
});
|
|
322
322
|
return ret;
|
|
323
323
|
}
|
|
324
|
-
if (!ret.includes(
|
|
325
|
-
ret.push(
|
|
324
|
+
if (!ret.includes(inputName)) {
|
|
325
|
+
ret.push(inputName);
|
|
326
326
|
}
|
|
327
327
|
return ret;
|
|
328
328
|
}, []).sort((a, b) => {
|
package/dist/executors.mjs
CHANGED
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-ODFRS4TD.mjs";
|
|
5
5
|
import {
|
|
6
6
|
presetGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2K2CSB2K.mjs";
|
|
8
8
|
import {
|
|
9
9
|
browserLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-OI5C5ASW.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-KD3YXXYT.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-7O7YJIEC.mjs";
|
|
30
30
|
export {
|
|
31
31
|
browserLibraryGeneratorFn,
|
|
32
32
|
configSchemaGeneratorFn,
|
package/dist/index.js
CHANGED
|
@@ -21,12 +21,12 @@ var _chunkR5MXU5BGjs = require('./chunk-R5MXU5BG.js');
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var _chunkTM2CRDJWjs = require('./chunk-TM2CRDJW.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunk4AKDRRMLjs = require('./chunk-4AKDRRML.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -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 = _chunkQMQX5ZIIjs.LARGE_BUFFER; exports.LOCK_FILES =
|
|
297
|
+
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkQMQX5ZIIjs.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 = _chunkS623LOIYjs.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 = _chunkWJGMJCBSjs.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
|
@@ -21,12 +21,12 @@ import {
|
|
|
21
21
|
getLockFileName,
|
|
22
22
|
getLockFileNodes,
|
|
23
23
|
lockFileExists
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-77B77QNY.mjs";
|
|
25
25
|
import {
|
|
26
26
|
NAMED_INPUTS,
|
|
27
27
|
RELEASE,
|
|
28
28
|
withNamedInputs
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-V5K2PDVY.mjs";
|
|
30
30
|
import {
|
|
31
31
|
getProjectConfigFromProjectJsonPath,
|
|
32
32
|
getProjectConfigFromProjectRoot,
|
|
@@ -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-ODFRS4TD.mjs";
|
|
120
120
|
import {
|
|
121
121
|
presetGeneratorFn
|
|
122
|
-
} from "./chunk-
|
|
122
|
+
} from "./chunk-2K2CSB2K.mjs";
|
|
123
123
|
import {
|
|
124
124
|
browserLibraryGeneratorFn
|
|
125
|
-
} from "./chunk-
|
|
125
|
+
} from "./chunk-OI5C5ASW.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-KD3YXXYT.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-7O7YJIEC.mjs";
|
|
197
197
|
export {
|
|
198
198
|
INVALID_CARGO_ARGS,
|
|
199
199
|
LARGE_BUFFER,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import "../../chunk-TBW5MCN6.mjs";
|
|
|
33
33
|
import {
|
|
34
34
|
base_generator_untyped_default
|
|
35
35
|
} from "../../chunk-34LSWMWV.mjs";
|
|
36
|
-
import "../../chunk-
|
|
36
|
+
import "../../chunk-7O7YJIEC.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-7O7YJIEC.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-7O7YJIEC.mjs";
|
|
6
6
|
export {
|
|
7
7
|
typescript_library_generator_untyped_default as default
|
|
8
8
|
};
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-7O7YJIEC.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-7O7YJIEC.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-build/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-7O7YJIEC.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-7O7YJIEC.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-check/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-7O7YJIEC.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-7O7YJIEC.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-clippy/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-7O7YJIEC.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-7O7YJIEC.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-doc/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-7O7YJIEC.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-7O7YJIEC.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-format/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../../../chunk-HMRKWV4A.mjs";
|
|
5
5
|
import "../../../chunk-FEYD5KMF.mjs";
|
|
6
6
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-7O7YJIEC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
runExecutor as default,
|
|
10
10
|
getRegistryVersion
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
cargo_base_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-7AN4JMFC.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-7O7YJIEC.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/cargo-publish/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|
|
@@ -10,7 +10,7 @@ import "../../../chunk-GSZ2BO7G.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
joinPaths
|
|
12
12
|
} from "../../../chunk-TBW5MCN6.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-7O7YJIEC.mjs";
|
|
14
14
|
|
|
15
15
|
// src/executors/clean-package/executor.ts
|
|
16
16
|
import { joinPathFragments } from "@nx/devkit";
|
|
@@ -9,7 +9,7 @@ import "../../../chunk-T5345GNL.mjs";
|
|
|
9
9
|
import "../../../chunk-6MATO2MJ.mjs";
|
|
10
10
|
import "../../../chunk-GSZ2BO7G.mjs";
|
|
11
11
|
import "../../../chunk-TBW5MCN6.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-7O7YJIEC.mjs";
|
|
13
13
|
export {
|
|
14
14
|
executor_default as default,
|
|
15
15
|
esbuildExecutorFn
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
typescript_build_executor_untyped_default
|
|
3
3
|
} from "../../../chunk-MXVEXRT2.mjs";
|
|
4
4
|
import "../../../chunk-DGC5L3Z7.mjs";
|
|
5
|
-
import "../../../chunk-
|
|
5
|
+
import "../../../chunk-7O7YJIEC.mjs";
|
|
6
6
|
|
|
7
7
|
// src/executors/esbuild/untyped.ts
|
|
8
8
|
import { defineUntypedSchema } from "untyped";
|