@storm-software/workspace-tools 1.296.60 → 1.296.61
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/README.md +1 -1
- package/dist/{chunk-QEP2JF6D.js → chunk-2WUWNWKR.js} +3 -3
- package/dist/{chunk-FSP5BXTH.mjs → chunk-5THQG4I5.mjs} +1 -1
- package/dist/{chunk-XZE55MLM.mjs → chunk-65774IGV.mjs} +1 -1
- package/dist/{chunk-ZORHWWTN.js → chunk-ANOLNHIH.js} +3 -3
- package/dist/{chunk-GKLFEOKK.mjs → chunk-C3G4MZGP.mjs} +16 -2
- package/dist/{chunk-LANYX3R2.js → chunk-G5PC6KMK.js} +3 -3
- package/dist/{chunk-33C5YQ6J.js → chunk-GOJ243WU.js} +2 -2
- package/dist/{chunk-32KQVUCF.js → chunk-HYK7OVZ3.js} +25 -11
- package/dist/{chunk-ZEQS7E4C.mjs → chunk-IP23MSZ4.mjs} +1 -1
- package/dist/{chunk-5JYAH2VL.mjs → chunk-JGPL6SLR.mjs} +1 -1
- package/dist/{chunk-E4H5GQS4.mjs → chunk-JODIITKJ.mjs} +1 -1
- package/dist/{chunk-QG6V6H7W.mjs → chunk-KIEM2PKS.mjs} +1 -1
- package/dist/{chunk-ZMHKOSQO.js → chunk-QGDBHZ2M.js} +3 -3
- package/dist/{chunk-TFQGKHL5.js → chunk-SWRGTRTW.js} +3 -3
- package/dist/{chunk-UJZUGPLI.mjs → chunk-T2REIWDE.mjs} +1 -1
- package/dist/{chunk-UV6QIFS3.js → chunk-YG45K4QK.js} +5 -5
- package/dist/executors.js +8 -8
- package/dist/executors.mjs +7 -7
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/executors/cargo-build/executor.js +4 -3
- package/dist/src/executors/cargo-build/executor.mjs +3 -2
- package/dist/src/executors/cargo-check/executor.js +4 -3
- package/dist/src/executors/cargo-check/executor.mjs +3 -2
- package/dist/src/executors/cargo-clippy/executor.js +4 -3
- package/dist/src/executors/cargo-clippy/executor.mjs +3 -2
- package/dist/src/executors/cargo-doc/executor.js +4 -3
- package/dist/src/executors/cargo-doc/executor.mjs +3 -2
- package/dist/src/executors/cargo-format/executor.js +4 -3
- package/dist/src/executors/cargo-format/executor.mjs +3 -2
- package/dist/src/executors/napi/executor.js +4 -3
- package/dist/src/executors/napi/executor.mjs +3 -2
- package/dist/src/plugins/rust/cargo-toml.js +5 -3
- package/dist/src/plugins/rust/cargo-toml.mjs +4 -2
- package/dist/src/plugins/rust/index.js +5 -3
- package/dist/src/plugins/rust/index.mjs +4 -2
- package/dist/src/utils/cargo.js +4 -2
- package/dist/src/utils/cargo.mjs +3 -1
- package/dist/src/utils/index.js +2 -2
- package/dist/src/utils/index.mjs +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
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 />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-format/executor.ts
|
|
10
10
|
async function cargoFormatExecutor(options, context) {
|
|
11
|
-
const command =
|
|
12
|
-
return await
|
|
11
|
+
const command = _chunkHYK7OVZ3js.buildCargoCommand.call(void 0, "fmt", options, context);
|
|
12
|
+
return await _chunkHYK7OVZ3js.cargoCommand.call(void 0, context.root, ...command);
|
|
13
13
|
}
|
|
14
14
|
var executor_default = _chunk3QCVXOSBjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Format",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-check/executor.ts
|
|
10
10
|
async function cargoCheckExecutor(options, context) {
|
|
11
|
-
const command =
|
|
12
|
-
return await
|
|
11
|
+
const command = _chunkHYK7OVZ3js.buildCargoCommand.call(void 0, "check", options, context);
|
|
12
|
+
return await _chunkHYK7OVZ3js.cargoCommand.call(void 0, context.root, ...command);
|
|
13
13
|
}
|
|
14
14
|
var executor_default = _chunk3QCVXOSBjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Check",
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
parseCargoToml
|
|
3
|
+
} from "./chunk-UA33NH5O.mjs";
|
|
4
|
+
|
|
1
5
|
// src/utils/cargo.ts
|
|
2
6
|
import { joinPathFragments } from "@nx/devkit";
|
|
3
7
|
import {
|
|
4
8
|
execSync,
|
|
5
9
|
spawn
|
|
6
10
|
} from "node:child_process";
|
|
11
|
+
import { readFileSync } from "node:fs";
|
|
7
12
|
import { relative } from "node:path";
|
|
8
13
|
var INVALID_CARGO_ARGS = [
|
|
9
14
|
"allFeatures",
|
|
@@ -38,8 +43,17 @@ var buildCargoCommand = (baseCommand, options, context) => {
|
|
|
38
43
|
args.push(`--${key}`, String(value));
|
|
39
44
|
}
|
|
40
45
|
}
|
|
41
|
-
if (context.projectName) {
|
|
42
|
-
|
|
46
|
+
if (context.projectName && context.projectsConfigurations?.projects && context.projectsConfigurations?.projects[context.projectName] && context.projectsConfigurations?.projects[context.projectName]?.root && context.projectsConfigurations?.projects[context.projectName]?.root.includes("Cargo.toml")) {
|
|
47
|
+
const cargoToml = parseCargoToml(
|
|
48
|
+
readFileSync(
|
|
49
|
+
joinPathFragments(
|
|
50
|
+
context.projectsConfigurations.projects[context.projectName].root,
|
|
51
|
+
"Cargo.toml"
|
|
52
|
+
),
|
|
53
|
+
"utf-8"
|
|
54
|
+
)
|
|
55
|
+
);
|
|
56
|
+
args.push("-p", cargoToml.package.name);
|
|
43
57
|
}
|
|
44
58
|
if (options.allFeatures && !args.includes("--all-features")) {
|
|
45
59
|
args.push("--all-features");
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-clippy/executor.ts
|
|
10
10
|
async function cargoClippyExecutor(options, context) {
|
|
11
|
-
const command =
|
|
12
|
-
return await
|
|
11
|
+
const command = _chunkHYK7OVZ3js.buildCargoCommand.call(void 0, "clippy", options, context);
|
|
12
|
+
return await _chunkHYK7OVZ3js.cargoCommand.call(void 0, context.root, ...command);
|
|
13
13
|
}
|
|
14
14
|
var executor_default = _chunk3QCVXOSBjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Clippy",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
@@ -41,7 +41,7 @@ async function napiExecutor(options, context, config) {
|
|
|
41
41
|
}
|
|
42
42
|
const napi = new NapiCli();
|
|
43
43
|
const normalizedOptions = { ...options };
|
|
44
|
-
const metadata =
|
|
44
|
+
const metadata = _chunkHYK7OVZ3js.cargoMetadata.call(void 0, );
|
|
45
45
|
normalizedOptions.targetDir = options.targetDir || _optionalChain([metadata, 'optionalAccess', _9 => _9.target_directory]) || _chunkCQDBLKPFjs.joinPaths.call(void 0, config.workspaceRoot, "dist", "target");
|
|
46
46
|
normalizedOptions.outputDir = options.outputPath;
|
|
47
47
|
normalizedOptions.packageJsonPath ??= packageJson;
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
|
+
|
|
3
|
+
var _chunkN2365RCIjs = require('./chunk-N2365RCI.js');
|
|
4
|
+
|
|
5
|
+
// src/utils/cargo.ts
|
|
2
6
|
var _devkit = require('@nx/devkit');
|
|
3
7
|
|
|
4
8
|
|
|
5
9
|
|
|
6
10
|
var _child_process = require('child_process');
|
|
11
|
+
var _fs = require('fs');
|
|
7
12
|
var _path = require('path');
|
|
8
13
|
var INVALID_CARGO_ARGS = [
|
|
9
14
|
"allFeatures",
|
|
@@ -38,8 +43,17 @@ var buildCargoCommand = (baseCommand, options, context) => {
|
|
|
38
43
|
args.push(`--${key}`, String(value));
|
|
39
44
|
}
|
|
40
45
|
}
|
|
41
|
-
if (context.projectName) {
|
|
42
|
-
|
|
46
|
+
if (context.projectName && _optionalChain([context, 'access', _ => _.projectsConfigurations, 'optionalAccess', _2 => _2.projects]) && _optionalChain([context, 'access', _3 => _3.projectsConfigurations, 'optionalAccess', _4 => _4.projects, 'access', _5 => _5[context.projectName]]) && _optionalChain([context, 'access', _6 => _6.projectsConfigurations, 'optionalAccess', _7 => _7.projects, 'access', _8 => _8[context.projectName], 'optionalAccess', _9 => _9.root]) && _optionalChain([context, 'access', _10 => _10.projectsConfigurations, 'optionalAccess', _11 => _11.projects, 'access', _12 => _12[context.projectName], 'optionalAccess', _13 => _13.root, 'access', _14 => _14.includes, 'call', _15 => _15("Cargo.toml")])) {
|
|
47
|
+
const cargoToml = _chunkN2365RCIjs.parseCargoToml.call(void 0,
|
|
48
|
+
_fs.readFileSync.call(void 0,
|
|
49
|
+
_devkit.joinPathFragments.call(void 0,
|
|
50
|
+
context.projectsConfigurations.projects[context.projectName].root,
|
|
51
|
+
"Cargo.toml"
|
|
52
|
+
),
|
|
53
|
+
"utf-8"
|
|
54
|
+
)
|
|
55
|
+
);
|
|
56
|
+
args.push("-p", cargoToml.package.name);
|
|
43
57
|
}
|
|
44
58
|
if (options.allFeatures && !args.includes("--all-features")) {
|
|
45
59
|
args.push("--all-features");
|
|
@@ -70,9 +84,9 @@ function cargoRunCommand(...args) {
|
|
|
70
84
|
shell: false,
|
|
71
85
|
stdio: ["inherit", "inherit", "inherit"]
|
|
72
86
|
});
|
|
73
|
-
process.on("exit", () => _optionalChain([childProcess, 'optionalAccess',
|
|
74
|
-
process.on("SIGTERM", () => _optionalChain([childProcess, 'optionalAccess',
|
|
75
|
-
process.on("SIGINT", () => _optionalChain([childProcess, 'optionalAccess',
|
|
87
|
+
process.on("exit", () => _optionalChain([childProcess, 'optionalAccess', _16 => _16.kill, 'call', _17 => _17()]));
|
|
88
|
+
process.on("SIGTERM", () => _optionalChain([childProcess, 'optionalAccess', _18 => _18.kill, 'call', _19 => _19()]));
|
|
89
|
+
process.on("SIGINT", () => _optionalChain([childProcess, 'optionalAccess', _20 => _20.kill, 'call', _21 => _21()]));
|
|
76
90
|
childProcess.on("error", (_err) => {
|
|
77
91
|
reject({ success: false });
|
|
78
92
|
});
|
|
@@ -88,10 +102,10 @@ function cargoRunCommand(...args) {
|
|
|
88
102
|
}
|
|
89
103
|
function cargoCommandSync(args = "", options) {
|
|
90
104
|
const normalizedOptions = {
|
|
91
|
-
stdio: _nullishCoalesce(_optionalChain([options, 'optionalAccess',
|
|
105
|
+
stdio: _nullishCoalesce(_optionalChain([options, 'optionalAccess', _22 => _22.stdio]), () => ( "inherit")),
|
|
92
106
|
env: {
|
|
93
107
|
...process.env,
|
|
94
|
-
..._optionalChain([options, 'optionalAccess',
|
|
108
|
+
..._optionalChain([options, 'optionalAccess', _23 => _23.env])
|
|
95
109
|
}
|
|
96
110
|
};
|
|
97
111
|
try {
|
|
@@ -123,14 +137,14 @@ function cargoMetadata() {
|
|
|
123
137
|
return JSON.parse(output.output);
|
|
124
138
|
}
|
|
125
139
|
function isExternal(packageOrDep, workspaceRoot) {
|
|
126
|
-
const isRegistry = _nullishCoalesce(_optionalChain([packageOrDep, 'access',
|
|
127
|
-
const isGit = _nullishCoalesce(_optionalChain([packageOrDep, 'access',
|
|
140
|
+
const isRegistry = _nullishCoalesce(_optionalChain([packageOrDep, 'access', _24 => _24.source, 'optionalAccess', _25 => _25.startsWith, 'call', _26 => _26("registry+")]), () => ( false));
|
|
141
|
+
const isGit = _nullishCoalesce(_optionalChain([packageOrDep, 'access', _27 => _27.source, 'optionalAccess', _28 => _28.startsWith, 'call', _29 => _29("git+")]), () => ( false));
|
|
128
142
|
const isOutsideWorkspace = "path" in packageOrDep && _path.relative.call(void 0, workspaceRoot, packageOrDep.path).startsWith("..");
|
|
129
143
|
return isRegistry || isGit || isOutsideWorkspace;
|
|
130
144
|
}
|
|
131
145
|
function runProcess(workspaceRoot, processCmd, ...args) {
|
|
132
146
|
const metadata = cargoMetadata();
|
|
133
|
-
const targetDir = _nullishCoalesce(_optionalChain([metadata, 'optionalAccess',
|
|
147
|
+
const targetDir = _nullishCoalesce(_optionalChain([metadata, 'optionalAccess', _30 => _30.target_directory]), () => ( _devkit.joinPathFragments.call(void 0, workspaceRoot, "dist")));
|
|
134
148
|
return new Promise((resolve) => {
|
|
135
149
|
if (process.env.VERCEL) {
|
|
136
150
|
return resolve({ success: true });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
@@ -11,8 +11,8 @@ async function cargoDocExecutor(options, context) {
|
|
|
11
11
|
const opts = { ...options };
|
|
12
12
|
opts["no-deps"] = opts.noDeps;
|
|
13
13
|
delete opts.noDeps;
|
|
14
|
-
const command =
|
|
15
|
-
return await
|
|
14
|
+
const command = _chunkHYK7OVZ3js.buildCargoCommand.call(void 0, "doc", options, context);
|
|
15
|
+
return await _chunkHYK7OVZ3js.cargoCommand.call(void 0, context.root, ...command);
|
|
16
16
|
}
|
|
17
17
|
var executor_default = _chunk3QCVXOSBjs.withRunExecutor.call(void 0,
|
|
18
18
|
"Cargo - Doc",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3QCVXOSBjs = require('./chunk-3QCVXOSB.js');
|
|
8
8
|
|
|
9
9
|
// src/executors/cargo-build/executor.ts
|
|
10
10
|
async function cargoBuildExecutor(options, context) {
|
|
11
|
-
const command =
|
|
12
|
-
return await
|
|
11
|
+
const command = _chunkHYK7OVZ3js.buildCargoCommand.call(void 0, "build", options, context);
|
|
12
|
+
return await _chunkHYK7OVZ3js.cargoCommand.call(void 0, context.root, ...command);
|
|
13
13
|
}
|
|
14
14
|
var executor_default = _chunk3QCVXOSBjs.withRunExecutor.call(void 0,
|
|
15
15
|
"Cargo - Build",
|
|
@@ -4,7 +4,7 @@ var _chunkBAPFD3TOjs = require('./chunk-BAPFD3TO.js');
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -40,7 +40,7 @@ var createNodesV2 = [
|
|
|
40
40
|
const includeApps = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _2 => _2.includeApps]), () => ( true));
|
|
41
41
|
const toolchain = _optionalChain([options2, 'optionalAccess', _3 => _3.toolchain]);
|
|
42
42
|
const skipDocs = _nullishCoalesce(_optionalChain([options2, 'optionalAccess', _4 => _4.skipDocs]), () => ( false));
|
|
43
|
-
const metadata =
|
|
43
|
+
const metadata = _chunkHYK7OVZ3js.cargoMetadata.call(void 0, );
|
|
44
44
|
if (!metadata) {
|
|
45
45
|
return {};
|
|
46
46
|
}
|
|
@@ -64,7 +64,7 @@ var createNodesV2 = [
|
|
|
64
64
|
return acc;
|
|
65
65
|
}, /* @__PURE__ */ new Map());
|
|
66
66
|
for (const cargoPackage of cargoPackages) {
|
|
67
|
-
if (!
|
|
67
|
+
if (!_chunkHYK7OVZ3js.isExternal.call(void 0, cargoPackage, context2.workspaceRoot)) {
|
|
68
68
|
const root = _chunkBAPFD3TOjs.getRoot.call(void 0, _path.dirname.call(void 0, configFile), context2);
|
|
69
69
|
const project = {
|
|
70
70
|
root,
|
|
@@ -292,7 +292,7 @@ var createNodesV2 = [
|
|
|
292
292
|
);
|
|
293
293
|
}
|
|
294
294
|
for (const dep of cargoPackage.dependencies) {
|
|
295
|
-
if (
|
|
295
|
+
if (_chunkHYK7OVZ3js.isExternal.call(void 0, dep, context2.workspaceRoot)) {
|
|
296
296
|
const externalDepName = `cargo:${dep.name}`;
|
|
297
297
|
if (!_optionalChain([externalNodes, 'optionalAccess', _5 => _5[externalDepName]])) {
|
|
298
298
|
externalNodes[externalDepName] = {
|
|
@@ -329,7 +329,7 @@ var createDependencies = (options, context) => {
|
|
|
329
329
|
console.debug(
|
|
330
330
|
`[storm-software/rust]: Creating dependencies using cargo metadata.`
|
|
331
331
|
);
|
|
332
|
-
const metadata =
|
|
332
|
+
const metadata = _chunkHYK7OVZ3js.cargoMetadata.call(void 0, );
|
|
333
333
|
if (!_optionalChain([metadata, 'optionalAccess', _9 => _9.packages])) {
|
|
334
334
|
console.debug(
|
|
335
335
|
`[storm-software/rust]: Unable to find cargo metadata. Skipping dependency creation.`
|
package/dist/executors.js
CHANGED
|
@@ -17,29 +17,29 @@ var _chunk6CVTX3NDjs = require('./chunk-6CVTX3ND.js');
|
|
|
17
17
|
require('./chunk-URZ6ZNPK.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkGOJ243WUjs = require('./chunk-GOJ243WU.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _chunk33X22YHZjs = require('./chunk-33X22YHZ.js');
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkG5PC6KMKjs = require('./chunk-G5PC6KMK.js');
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkQGDBHZ2Mjs = require('./chunk-QGDBHZ2M.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunk2WUWNWKRjs = require('./chunk-2WUWNWKR.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
var
|
|
38
|
+
var _chunkSWRGTRTWjs = require('./chunk-SWRGTRTW.js');
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
var
|
|
42
|
-
require('./chunk-
|
|
41
|
+
var _chunkANOLNHIHjs = require('./chunk-ANOLNHIH.js');
|
|
42
|
+
require('./chunk-HYK7OVZ3.js');
|
|
43
43
|
require('./chunk-MKJITWLN.js');
|
|
44
44
|
require('./chunk-46OIJVV3.js');
|
|
45
45
|
require('./chunk-N2365RCI.js');
|
|
@@ -64,4 +64,4 @@ require('./chunk-CQDBLKPF.js');
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.cargoBuildExecutor =
|
|
67
|
+
exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkSWRGTRTWjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkANOLNHIHjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkG5PC6KMKjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkQGDBHZ2Mjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2WUWNWKRjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunk6CVTX3NDjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion; exports.napiExecutor = _chunkGOJ243WUjs.napiExecutor; exports.sizeLimitExecutorFn = _chunkETZOESEMjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkZ6JQV7U5js.tsdownExecutorFn; exports.typiaExecutorFn = _chunkGU3JSJVGjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkRCJKWUC3js.unbuildExecutorFn;
|
package/dist/executors.mjs
CHANGED
|
@@ -17,29 +17,29 @@ import {
|
|
|
17
17
|
import "./chunk-JAIQZWTK.mjs";
|
|
18
18
|
import {
|
|
19
19
|
napiExecutor
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-5THQG4I5.mjs";
|
|
21
21
|
import {
|
|
22
22
|
LARGE_BUFFER
|
|
23
23
|
} from "./chunk-PVNPMJZX.mjs";
|
|
24
24
|
import {
|
|
25
25
|
cargoClippyExecutor
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-65774IGV.mjs";
|
|
27
27
|
import {
|
|
28
28
|
cargoDocExecutor
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-IP23MSZ4.mjs";
|
|
30
30
|
import {
|
|
31
31
|
cargoFormatExecutor
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-T2REIWDE.mjs";
|
|
33
33
|
import {
|
|
34
34
|
getRegistryVersion
|
|
35
35
|
} from "./chunk-K6UOPTIZ.mjs";
|
|
36
36
|
import {
|
|
37
37
|
cargoBuildExecutor
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-KIEM2PKS.mjs";
|
|
39
39
|
import {
|
|
40
40
|
cargoCheckExecutor
|
|
41
|
-
} from "./chunk-
|
|
42
|
-
import "./chunk-
|
|
41
|
+
} from "./chunk-JODIITKJ.mjs";
|
|
42
|
+
import "./chunk-C3G4MZGP.mjs";
|
|
43
43
|
import "./chunk-54BBSJHK.mjs";
|
|
44
44
|
import "./chunk-IDSDBOWW.mjs";
|
|
45
45
|
import "./chunk-UA33NH5O.mjs";
|
package/dist/index.js
CHANGED
|
@@ -74,28 +74,28 @@ var _chunk6CVTX3NDjs = require('./chunk-6CVTX3ND.js');
|
|
|
74
74
|
require('./chunk-URZ6ZNPK.js');
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
var
|
|
77
|
+
var _chunkGOJ243WUjs = require('./chunk-GOJ243WU.js');
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
var _chunk33X22YHZjs = require('./chunk-33X22YHZ.js');
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
var
|
|
83
|
+
var _chunkG5PC6KMKjs = require('./chunk-G5PC6KMK.js');
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
var
|
|
86
|
+
var _chunkQGDBHZ2Mjs = require('./chunk-QGDBHZ2M.js');
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
var
|
|
89
|
+
var _chunk2WUWNWKRjs = require('./chunk-2WUWNWKR.js');
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
var _chunkRU4TNHFGjs = require('./chunk-RU4TNHFG.js');
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
var
|
|
95
|
+
var _chunkSWRGTRTWjs = require('./chunk-SWRGTRTW.js');
|
|
96
96
|
|
|
97
97
|
|
|
98
|
-
var
|
|
98
|
+
var _chunkANOLNHIHjs = require('./chunk-ANOLNHIH.js');
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
@@ -106,7 +106,7 @@ var _chunkZORHWWTNjs = require('./chunk-ZORHWWTN.js');
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkHYK7OVZ3js = require('./chunk-HYK7OVZ3.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
var _chunkMKJITWLNjs = require('./chunk-MKJITWLN.js');
|
|
@@ -300,4 +300,4 @@ var _chunk7CJRMBX3js = require('./chunk-7CJRMBX3.js');
|
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
|
|
303
|
-
exports.INVALID_CARGO_ARGS =
|
|
303
|
+
exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunk33X22YHZjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkWCUI5X7Pjs.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 = _chunk46OIJVV3js.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunkX3HC3R2Ijs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunkX3HC3R2Ijs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunkX3HC3R2Ijs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunkX3HC3R2Ijs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunkX3HC3R2Ijs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunkX3HC3R2Ijs.ProjectTagVariant; exports.RELEASE = _chunkWCUI5X7Pjs.RELEASE; exports.StormJsVersionActions = _chunkJR7RLYGKjs.StormJsVersionActions; exports.StormRustVersionActions = _chunkU5VDFK5Ujs.StormRustVersionActions; exports.TypescriptProjectLinkingType = _chunkX3HC3R2Ijs.TypescriptProjectLinkingType; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunk7JRL2LE3js.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkNXB4Z7NSjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunkLQHVZMFVjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkSWRGTRTWjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkANOLNHIHjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkG5PC6KMKjs.cargoClippyExecutor; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoDocExecutor = _chunkQGDBHZ2Mjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2WUWNWKRjs.cargoFormatExecutor; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.configSchemaGeneratorFn = _chunkKV522LHWjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunk57OGFZNBjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunk6CVTX3NDjs.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getOutputPath = _chunk57OGFZNBjs.getOutputPath; exports.getPackageInfo = _chunk46OIJVV3js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRegistryVersion = _chunkRU4TNHFGjs.getRegistryVersion; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.napiExecutor = _chunkGOJ243WUjs.napiExecutor; exports.neutralLibraryGeneratorFn = _chunkZO3L5FAUjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkNB5WSHYSjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunk57OGFZNBjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkPVYWMIYRjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunkHYK7OVZ3js.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkETZOESEMjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsdownExecutorFn = _chunkZ6JQV7U5js.tsdownExecutorFn; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunk57OGFZNBjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkPMPKOMMDjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunkGU3JSJVGjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkRCJKWUC3js.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkWCUI5X7Pjs.withNamedInputs; exports.withRunExecutor = _chunk3QCVXOSBjs.withRunExecutor; exports.withRunGenerator = _chunk32U6V6W2js.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -74,28 +74,28 @@ import {
|
|
|
74
74
|
import "./chunk-JAIQZWTK.mjs";
|
|
75
75
|
import {
|
|
76
76
|
napiExecutor
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-5THQG4I5.mjs";
|
|
78
78
|
import {
|
|
79
79
|
LARGE_BUFFER
|
|
80
80
|
} from "./chunk-PVNPMJZX.mjs";
|
|
81
81
|
import {
|
|
82
82
|
cargoClippyExecutor
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-65774IGV.mjs";
|
|
84
84
|
import {
|
|
85
85
|
cargoDocExecutor
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-IP23MSZ4.mjs";
|
|
87
87
|
import {
|
|
88
88
|
cargoFormatExecutor
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-T2REIWDE.mjs";
|
|
90
90
|
import {
|
|
91
91
|
getRegistryVersion
|
|
92
92
|
} from "./chunk-K6UOPTIZ.mjs";
|
|
93
93
|
import {
|
|
94
94
|
cargoBuildExecutor
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-KIEM2PKS.mjs";
|
|
96
96
|
import {
|
|
97
97
|
cargoCheckExecutor
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-JODIITKJ.mjs";
|
|
99
99
|
import {
|
|
100
100
|
INVALID_CARGO_ARGS,
|
|
101
101
|
buildCargoCommand,
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
childProcess,
|
|
107
107
|
isExternal,
|
|
108
108
|
runProcess
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-C3G4MZGP.mjs";
|
|
110
110
|
import {
|
|
111
111
|
getGitHubTools
|
|
112
112
|
} from "./chunk-54BBSJHK.mjs";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkSWRGTRTWjs = require('../../../chunk-SWRGTRTW.js');
|
|
5
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
6
|
+
require('../../../chunk-N2365RCI.js');
|
|
6
7
|
require('../../../chunk-3QCVXOSB.js');
|
|
7
8
|
require('../../../chunk-HXQRGLII.js');
|
|
8
9
|
require('../../../chunk-LQ4UTUAF.js');
|
|
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
exports.cargoBuildExecutor =
|
|
16
|
+
exports.cargoBuildExecutor = _chunkSWRGTRTWjs.cargoBuildExecutor; exports.default = _chunkSWRGTRTWjs.executor_default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoBuildExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-KIEM2PKS.mjs";
|
|
5
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
6
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
6
7
|
import "../../../chunk-BVY6TUTT.mjs";
|
|
7
8
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
8
9
|
import "../../../chunk-JGXYRLRO.mjs";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkANOLNHIHjs = require('../../../chunk-ANOLNHIH.js');
|
|
5
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
6
|
+
require('../../../chunk-N2365RCI.js');
|
|
6
7
|
require('../../../chunk-3QCVXOSB.js');
|
|
7
8
|
require('../../../chunk-HXQRGLII.js');
|
|
8
9
|
require('../../../chunk-LQ4UTUAF.js');
|
|
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
exports.cargoCheckExecutor =
|
|
16
|
+
exports.cargoCheckExecutor = _chunkANOLNHIHjs.cargoCheckExecutor; exports.default = _chunkANOLNHIHjs.executor_default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoCheckExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-JODIITKJ.mjs";
|
|
5
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
6
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
6
7
|
import "../../../chunk-BVY6TUTT.mjs";
|
|
7
8
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
8
9
|
import "../../../chunk-JGXYRLRO.mjs";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkG5PC6KMKjs = require('../../../chunk-G5PC6KMK.js');
|
|
5
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
6
|
+
require('../../../chunk-N2365RCI.js');
|
|
6
7
|
require('../../../chunk-3QCVXOSB.js');
|
|
7
8
|
require('../../../chunk-HXQRGLII.js');
|
|
8
9
|
require('../../../chunk-LQ4UTUAF.js');
|
|
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
exports.cargoClippyExecutor =
|
|
16
|
+
exports.cargoClippyExecutor = _chunkG5PC6KMKjs.cargoClippyExecutor; exports.default = _chunkG5PC6KMKjs.executor_default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoClippyExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-65774IGV.mjs";
|
|
5
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
6
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
6
7
|
import "../../../chunk-BVY6TUTT.mjs";
|
|
7
8
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
8
9
|
import "../../../chunk-JGXYRLRO.mjs";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkQGDBHZ2Mjs = require('../../../chunk-QGDBHZ2M.js');
|
|
5
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
6
|
+
require('../../../chunk-N2365RCI.js');
|
|
6
7
|
require('../../../chunk-3QCVXOSB.js');
|
|
7
8
|
require('../../../chunk-HXQRGLII.js');
|
|
8
9
|
require('../../../chunk-LQ4UTUAF.js');
|
|
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
exports.cargoDocExecutor =
|
|
16
|
+
exports.cargoDocExecutor = _chunkQGDBHZ2Mjs.cargoDocExecutor; exports.default = _chunkQGDBHZ2Mjs.executor_default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoDocExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-IP23MSZ4.mjs";
|
|
5
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
6
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
6
7
|
import "../../../chunk-BVY6TUTT.mjs";
|
|
7
8
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
8
9
|
import "../../../chunk-JGXYRLRO.mjs";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunk2WUWNWKRjs = require('../../../chunk-2WUWNWKR.js');
|
|
5
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
6
|
+
require('../../../chunk-N2365RCI.js');
|
|
6
7
|
require('../../../chunk-3QCVXOSB.js');
|
|
7
8
|
require('../../../chunk-HXQRGLII.js');
|
|
8
9
|
require('../../../chunk-LQ4UTUAF.js');
|
|
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
exports.cargoFormatExecutor =
|
|
16
|
+
exports.cargoFormatExecutor = _chunk2WUWNWKRjs.cargoFormatExecutor; exports.default = _chunk2WUWNWKRjs.executor_default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cargoFormatExecutor,
|
|
3
3
|
executor_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-T2REIWDE.mjs";
|
|
5
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
6
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
6
7
|
import "../../../chunk-BVY6TUTT.mjs";
|
|
7
8
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
8
9
|
import "../../../chunk-JGXYRLRO.mjs";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkGOJ243WUjs = require('../../../chunk-GOJ243WU.js');
|
|
5
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
6
|
+
require('../../../chunk-N2365RCI.js');
|
|
6
7
|
require('../../../chunk-3QCVXOSB.js');
|
|
7
8
|
require('../../../chunk-HXQRGLII.js');
|
|
8
9
|
require('../../../chunk-LQ4UTUAF.js');
|
|
@@ -12,4 +13,4 @@ require('../../../chunk-CQDBLKPF.js');
|
|
|
12
13
|
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
exports.default =
|
|
16
|
+
exports.default = _chunkGOJ243WUjs.executor_default; exports.napiExecutor = _chunkGOJ243WUjs.napiExecutor;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
napiExecutor
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-5THQG4I5.mjs";
|
|
5
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
6
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
6
7
|
import "../../../chunk-BVY6TUTT.mjs";
|
|
7
8
|
import "../../../chunk-2QMGYIOO.mjs";
|
|
8
9
|
import "../../../chunk-JGXYRLRO.mjs";
|
|
@@ -4,14 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkYG45K4QKjs = require('../../../chunk-YG45K4QK.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
|
-
require('../../../chunk-
|
|
9
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
10
|
+
require('../../../chunk-N2365RCI.js');
|
|
10
11
|
require('../../../chunk-TAP26ZJQ.js');
|
|
12
|
+
require('../../../chunk-CLKU7UMG.js');
|
|
11
13
|
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
|
|
17
|
-
exports.DefaultCargoPluginProfileMap =
|
|
19
|
+
exports.DefaultCargoPluginProfileMap = _chunkYG45K4QKjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkYG45K4QKjs.createDependencies; exports.createNodesV2 = _chunkYG45K4QKjs.createNodesV2; exports.description = _chunkYG45K4QKjs.description; exports.name = _chunkYG45K4QKjs.name;
|
|
@@ -4,10 +4,12 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-JGPL6SLR.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
10
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
12
|
+
import "../../../chunk-45CW7OJB.mjs";
|
|
11
13
|
import "../../../chunk-O67GNKWY.mjs";
|
|
12
14
|
export {
|
|
13
15
|
DefaultCargoPluginProfileMap,
|
|
@@ -4,14 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkYG45K4QKjs = require('../../../chunk-YG45K4QK.js');
|
|
8
8
|
require('../../../chunk-BAPFD3TO.js');
|
|
9
|
-
require('../../../chunk-
|
|
9
|
+
require('../../../chunk-HYK7OVZ3.js');
|
|
10
|
+
require('../../../chunk-N2365RCI.js');
|
|
10
11
|
require('../../../chunk-TAP26ZJQ.js');
|
|
12
|
+
require('../../../chunk-CLKU7UMG.js');
|
|
11
13
|
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
|
|
17
|
-
exports.DefaultCargoPluginProfileMap =
|
|
19
|
+
exports.DefaultCargoPluginProfileMap = _chunkYG45K4QKjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkYG45K4QKjs.createDependencies; exports.createNodesV2 = _chunkYG45K4QKjs.createNodesV2; exports.description = _chunkYG45K4QKjs.description; exports.name = _chunkYG45K4QKjs.name;
|
|
@@ -4,10 +4,12 @@ import {
|
|
|
4
4
|
createNodesV2,
|
|
5
5
|
description,
|
|
6
6
|
name
|
|
7
|
-
} from "../../../chunk-
|
|
7
|
+
} from "../../../chunk-JGPL6SLR.mjs";
|
|
8
8
|
import "../../../chunk-K4QMCCQB.mjs";
|
|
9
|
-
import "../../../chunk-
|
|
9
|
+
import "../../../chunk-C3G4MZGP.mjs";
|
|
10
|
+
import "../../../chunk-UA33NH5O.mjs";
|
|
10
11
|
import "../../../chunk-2GQSCZ3J.mjs";
|
|
12
|
+
import "../../../chunk-45CW7OJB.mjs";
|
|
11
13
|
import "../../../chunk-O67GNKWY.mjs";
|
|
12
14
|
export {
|
|
13
15
|
DefaultCargoPluginProfileMap,
|
package/dist/src/utils/cargo.js
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkHYK7OVZ3js = require('../../chunk-HYK7OVZ3.js');
|
|
12
|
+
require('../../chunk-N2365RCI.js');
|
|
13
|
+
require('../../chunk-CLKU7UMG.js');
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
|
|
@@ -19,4 +21,4 @@ var _chunk32KQVUCFjs = require('../../chunk-32KQVUCF.js');
|
|
|
19
21
|
|
|
20
22
|
|
|
21
23
|
|
|
22
|
-
exports.INVALID_CARGO_ARGS =
|
|
24
|
+
exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.runProcess = _chunkHYK7OVZ3js.runProcess;
|
package/dist/src/utils/cargo.mjs
CHANGED
|
@@ -8,7 +8,9 @@ import {
|
|
|
8
8
|
childProcess,
|
|
9
9
|
isExternal,
|
|
10
10
|
runProcess
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-C3G4MZGP.mjs";
|
|
12
|
+
import "../../chunk-UA33NH5O.mjs";
|
|
13
|
+
import "../../chunk-45CW7OJB.mjs";
|
|
12
14
|
import "../../chunk-O67GNKWY.mjs";
|
|
13
15
|
export {
|
|
14
16
|
INVALID_CARGO_ARGS,
|
package/dist/src/utils/index.js
CHANGED
|
@@ -47,7 +47,7 @@ var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
var
|
|
50
|
+
var _chunkHYK7OVZ3js = require('../../chunk-HYK7OVZ3.js');
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
var _chunkMKJITWLNjs = require('../../chunk-MKJITWLN.js');
|
|
@@ -154,4 +154,4 @@ require('../../chunk-CQDBLKPF.js');
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
exports.INVALID_CARGO_ARGS =
|
|
157
|
+
exports.INVALID_CARGO_ARGS = _chunkHYK7OVZ3js.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkWCUI5X7Pjs.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 = _chunk46OIJVV3js.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.RELEASE = _chunkWCUI5X7Pjs.RELEASE; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk46OIJVV3js.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunkHYK7OVZ3js.buildCargoCommand; exports.cargoCommand = _chunkHYK7OVZ3js.cargoCommand; exports.cargoCommandSync = _chunkHYK7OVZ3js.cargoCommandSync; exports.cargoMetadata = _chunkHYK7OVZ3js.cargoMetadata; exports.cargoRunCommand = _chunkHYK7OVZ3js.cargoRunCommand; exports.childProcess = _chunkHYK7OVZ3js.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkTAP26ZJQjs.formatProjectTag; exports.getGitHubTools = _chunkMKJITWLNjs.getGitHubTools; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getPackageInfo = _chunk46OIJVV3js.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkBAPFD3TOjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkBAPFD3TOjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkDIUWF7BWjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkDIUWF7BWjs.getProjectConfigurations; exports.getProjectPlatform = _chunkBAPFD3TOjs.getProjectPlatform; exports.getProjectRoot = _chunkBAPFD3TOjs.getProjectRoot; exports.getProjectTag = _chunkTAP26ZJQjs.getProjectTag; exports.getRoot = _chunkBAPFD3TOjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkTAP26ZJQjs.hasProjectTag; exports.isEqualProjectTag = _chunkTAP26ZJQjs.isEqualProjectTag; exports.isExternal = _chunkHYK7OVZ3js.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkTM2CRDJWjs.lockFileExists; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunkHYK7OVZ3js.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkTAP26ZJQjs.setDefaultProjectTags; exports.swcCliVersion = _chunkSZWM7COVjs.swcCliVersion; exports.swcCoreVersion = _chunkSZWM7COVjs.swcCoreVersion; exports.swcHelpersVersion = _chunkSZWM7COVjs.swcHelpersVersion; exports.swcNodeVersion = _chunkSZWM7COVjs.swcNodeVersion; exports.tsLibVersion = _chunkSZWM7COVjs.tsLibVersion; exports.tsupVersion = _chunkSZWM7COVjs.tsupVersion; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkWCUI5X7Pjs.withNamedInputs;
|
package/dist/src/utils/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.296.
|
|
3
|
+
"version": "1.296.61",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"monorepo",
|
|
@@ -238,10 +238,10 @@
|
|
|
238
238
|
"@size-limit/esbuild": "^11.2.0",
|
|
239
239
|
"@size-limit/esbuild-why": "^11.2.0",
|
|
240
240
|
"@size-limit/file": "^11.2.0",
|
|
241
|
-
"@storm-software/config-tools": "^1.190.
|
|
242
|
-
"@storm-software/npm-tools": "^0.6.
|
|
243
|
-
"@storm-software/pnpm-tools": "^0.7.
|
|
244
|
-
"@storm-software/prettier": "^0.59.
|
|
241
|
+
"@storm-software/config-tools": "^1.190.81",
|
|
242
|
+
"@storm-software/npm-tools": "^0.6.199",
|
|
243
|
+
"@storm-software/pnpm-tools": "^0.7.92",
|
|
244
|
+
"@storm-software/prettier": "^0.59.134",
|
|
245
245
|
"fs-extra": "11.2.0",
|
|
246
246
|
"glob": "^11.1.0",
|
|
247
247
|
"jiti": "^2.7.0",
|
|
@@ -255,17 +255,17 @@
|
|
|
255
255
|
},
|
|
256
256
|
"devDependencies": {
|
|
257
257
|
"@napi-rs/cli": "^3.7.2",
|
|
258
|
-
"@storm-software/esbuild": "^0.53.
|
|
259
|
-
"@storm-software/package-constants": "^0.1.
|
|
260
|
-
"@storm-software/tsdown": "^0.45.
|
|
261
|
-
"@storm-software/unbuild": "^0.57.
|
|
258
|
+
"@storm-software/esbuild": "^0.53.242",
|
|
259
|
+
"@storm-software/package-constants": "^0.1.94",
|
|
260
|
+
"@storm-software/tsdown": "^0.45.242",
|
|
261
|
+
"@storm-software/unbuild": "^0.57.242",
|
|
262
262
|
"@types/micromatch": "^4.0.10",
|
|
263
263
|
"@types/node": "^25.9.4",
|
|
264
264
|
"@types/semver": "^7.7.1",
|
|
265
265
|
"defu": "^6.1.7",
|
|
266
266
|
"nx": "22.7.5",
|
|
267
267
|
"pkg-types": "^1.3.1",
|
|
268
|
-
"prettier": "^3.9.
|
|
268
|
+
"prettier": "^3.9.1",
|
|
269
269
|
"tsup": "8.4.0",
|
|
270
270
|
"typescript": "^5.9.3"
|
|
271
271
|
},
|
|
@@ -290,5 +290,5 @@
|
|
|
290
290
|
"publishConfig": { "access": "public" },
|
|
291
291
|
"executors": "./executors.json",
|
|
292
292
|
"generators": "./generators.json",
|
|
293
|
-
"gitHead": "
|
|
293
|
+
"gitHead": "61f91d519ffe77bde1a06627ba2d7dcda4c7ce20"
|
|
294
294
|
}
|