@storm-software/workspace-tools 1.294.8 → 1.294.9
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 +14 -0
- package/dist/{chunk-AWEZ7UJ3.mjs → chunk-DWH6QK7F.mjs} +1 -1
- package/dist/{chunk-WBPHMZKE.mjs → chunk-MHLZVPCY.mjs} +1 -1
- package/dist/{chunk-ULMMWGEQ.mjs → chunk-PQ4PZM6A.mjs} +4 -4
- package/dist/{chunk-CXY6VDX7.mjs → chunk-TYIR5T7A.mjs} +1 -1
- package/dist/{chunk-MILWDGNH.mjs → chunk-XVSMH773.mjs} +1 -1
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +9 -9
- package/dist/index.js +10 -10
- package/dist/index.mjs +16 -16
- 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.mjs +1 -1
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.mjs +1 -1
- package/dist/src/utils/plugin-helpers.mjs +1 -1
- package/dist/src/utils/project-tags.mjs +1 -1
- package/dist/src/utils/registry-helpers.mjs +1 -1
- package/dist/src/utils/typia-transform.mjs +1 -1
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +14 -14
- package/dist/chunk-22UNLZYU.js +0 -32
- package/dist/chunk-5R3RZM7F.mjs +0 -41
- package/dist/chunk-5Y3FH74I.mjs +0 -116
- package/dist/chunk-73A7IONK.mjs +0 -82
- package/dist/chunk-AL6L3UUR.mjs +0 -32
- package/dist/chunk-BWQ4GRUD.mjs +0 -253
- package/dist/chunk-CDNAHLAD.js +0 -116
- package/dist/chunk-D5B6MC6F.mjs +0 -32
- package/dist/chunk-EH5LH5UY.mjs +0 -93
- package/dist/chunk-EVGT7HXL.mjs +0 -548
- package/dist/chunk-G7SJSVHH.js +0 -32
- package/dist/chunk-HNGK4HNO.js +0 -250
- package/dist/chunk-JYLRMNB6.mjs +0 -32
- package/dist/chunk-KPTTWMEB.js +0 -79
- package/dist/chunk-M253UB6G.js +0 -32
- package/dist/chunk-OZ7ZME6T.js +0 -93
- package/dist/chunk-PMWFVRHG.js +0 -41
- package/dist/chunk-RIIMLFEC.js +0 -548
- package/dist/chunk-ROCY6LMS.js +0 -31
- package/dist/chunk-ZBRON3HE.mjs +0 -31
package/dist/chunk-5Y3FH74I.mjs
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
withRunExecutor
|
|
3
|
-
} from "./chunk-V4QXOWGL.mjs";
|
|
4
|
-
import {
|
|
5
|
-
cargoMetadata
|
|
6
|
-
} from "./chunk-ZTN2676G.mjs";
|
|
7
|
-
import {
|
|
8
|
-
correctPaths,
|
|
9
|
-
isAbsolute,
|
|
10
|
-
joinPaths,
|
|
11
|
-
relative
|
|
12
|
-
} from "./chunk-TBW5MCN6.mjs";
|
|
13
|
-
|
|
14
|
-
// src/executors/napi/executor.ts
|
|
15
|
-
import { createJiti } from "jiti";
|
|
16
|
-
import { fileExists } from "nx/src/utils/fileutils";
|
|
17
|
-
async function napiExecutor(options, context, config) {
|
|
18
|
-
const jiti = createJiti(config.workspaceRoot, {
|
|
19
|
-
fsCache: config.skipCache ? false : joinPaths(
|
|
20
|
-
config.workspaceRoot,
|
|
21
|
-
config.directories.cache || "node_modules/.cache/storm",
|
|
22
|
-
"jiti"
|
|
23
|
-
),
|
|
24
|
-
interopDefault: true
|
|
25
|
-
});
|
|
26
|
-
const { NapiCli } = await jiti.import(
|
|
27
|
-
jiti.esmResolve("@napi-rs/cli")
|
|
28
|
-
);
|
|
29
|
-
if (!context.projectGraph?.nodes[context.projectName ?? ""]) {
|
|
30
|
-
throw new Error(
|
|
31
|
-
"The Napi Build process failed because the project could not be found in the project graph. Please run this command from a workspace root directory."
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
const projectRoot = context.projectGraph?.nodes[context.projectName ?? ""].data.root;
|
|
35
|
-
const packageJson = joinPaths(projectRoot ?? ".", "package.json");
|
|
36
|
-
if (!fileExists(packageJson)) {
|
|
37
|
-
throw new Error(`Could not find package.json at ${packageJson}`);
|
|
38
|
-
}
|
|
39
|
-
const napi = new NapiCli();
|
|
40
|
-
const normalizedOptions = { ...options };
|
|
41
|
-
const metadata = cargoMetadata();
|
|
42
|
-
normalizedOptions.targetDir = options.targetDir || metadata?.target_directory || joinPaths(config.workspaceRoot, "dist", "target");
|
|
43
|
-
normalizedOptions.outputDir = options.outputPath;
|
|
44
|
-
normalizedOptions.packageJsonPath = options.packageJsonPath || packageJson;
|
|
45
|
-
if (options.cwd) {
|
|
46
|
-
normalizedOptions.cwd = correctPaths(options.cwd);
|
|
47
|
-
} else {
|
|
48
|
-
normalizedOptions.cwd = correctPaths(projectRoot);
|
|
49
|
-
const absoluteProjectRoot = joinPaths(
|
|
50
|
-
config.workspaceRoot,
|
|
51
|
-
projectRoot || "."
|
|
52
|
-
);
|
|
53
|
-
if (normalizedOptions.outputDir) {
|
|
54
|
-
normalizedOptions.outputDir = relative(
|
|
55
|
-
absoluteProjectRoot,
|
|
56
|
-
correctPaths(
|
|
57
|
-
isAbsolute(normalizedOptions.outputDir) ? normalizedOptions.outputDir : joinPaths(config.workspaceRoot, normalizedOptions.outputDir)
|
|
58
|
-
)
|
|
59
|
-
);
|
|
60
|
-
}
|
|
61
|
-
if (normalizedOptions.packageJsonPath) {
|
|
62
|
-
normalizedOptions.packageJsonPath = relative(
|
|
63
|
-
absoluteProjectRoot,
|
|
64
|
-
correctPaths(
|
|
65
|
-
isAbsolute(normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : joinPaths(config.workspaceRoot, normalizedOptions.packageJsonPath)
|
|
66
|
-
)
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
if (normalizedOptions.configPath) {
|
|
70
|
-
normalizedOptions.configPath = relative(
|
|
71
|
-
absoluteProjectRoot,
|
|
72
|
-
correctPaths(
|
|
73
|
-
isAbsolute(normalizedOptions.configPath) ? normalizedOptions.configPath : joinPaths(config.workspaceRoot, normalizedOptions.configPath)
|
|
74
|
-
)
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
if (normalizedOptions.manifestPath) {
|
|
78
|
-
normalizedOptions.manifestPath = relative(
|
|
79
|
-
absoluteProjectRoot,
|
|
80
|
-
correctPaths(
|
|
81
|
-
isAbsolute(normalizedOptions.manifestPath) ? normalizedOptions.manifestPath : joinPaths(config.workspaceRoot, normalizedOptions.manifestPath)
|
|
82
|
-
)
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
if (process.env.VERCEL) {
|
|
87
|
-
return { success: true };
|
|
88
|
-
}
|
|
89
|
-
const { task } = await napi.build(normalizedOptions);
|
|
90
|
-
return { success: true, terminalOutput: await task };
|
|
91
|
-
}
|
|
92
|
-
var executor_default = withRunExecutor(
|
|
93
|
-
"Napi - Build Bindings",
|
|
94
|
-
napiExecutor,
|
|
95
|
-
{
|
|
96
|
-
skipReadingConfig: false,
|
|
97
|
-
hooks: {
|
|
98
|
-
applyDefaultOptions: (options) => {
|
|
99
|
-
options.outputPath ??= "{sourceRoot}";
|
|
100
|
-
options.toolchain ??= "stable";
|
|
101
|
-
options.dtsCache ??= true;
|
|
102
|
-
options.platform ??= true;
|
|
103
|
-
options.constEnum ??= false;
|
|
104
|
-
options.verbose ??= false;
|
|
105
|
-
options.jsBinding ??= "binding.js";
|
|
106
|
-
options.dts ??= "binding.d.ts";
|
|
107
|
-
return options;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
);
|
|
112
|
-
|
|
113
|
-
export {
|
|
114
|
-
napiExecutor,
|
|
115
|
-
executor_default
|
|
116
|
-
};
|
package/dist/chunk-73A7IONK.mjs
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
normalizeOptions,
|
|
3
|
-
typeScriptLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-M3YWCYUX.mjs";
|
|
5
|
-
import {
|
|
6
|
-
typesNodeVersion
|
|
7
|
-
} from "./chunk-QC5ON3X4.mjs";
|
|
8
|
-
import {
|
|
9
|
-
withRunGenerator
|
|
10
|
-
} from "./chunk-2ZQ423JU.mjs";
|
|
11
|
-
import {
|
|
12
|
-
joinPaths
|
|
13
|
-
} from "./chunk-TBW5MCN6.mjs";
|
|
14
|
-
import {
|
|
15
|
-
__dirname
|
|
16
|
-
} from "./chunk-CXY6VDX7.mjs";
|
|
17
|
-
|
|
18
|
-
// src/generators/node-library/generator.ts
|
|
19
|
-
import {
|
|
20
|
-
formatFiles,
|
|
21
|
-
generateFiles,
|
|
22
|
-
names,
|
|
23
|
-
offsetFromRoot
|
|
24
|
-
} from "@nx/devkit";
|
|
25
|
-
async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
26
|
-
const filesDir = joinPaths(
|
|
27
|
-
__dirname,
|
|
28
|
-
"src",
|
|
29
|
-
"generators",
|
|
30
|
-
"node-library",
|
|
31
|
-
"files"
|
|
32
|
-
);
|
|
33
|
-
const tsLibraryGeneratorOptions = {
|
|
34
|
-
platform: "node",
|
|
35
|
-
devDependencies: {
|
|
36
|
-
"@types/node": typesNodeVersion
|
|
37
|
-
},
|
|
38
|
-
buildExecutor: "@storm-software/workspace-tools:unbuild",
|
|
39
|
-
...schema,
|
|
40
|
-
directory: schema.directory,
|
|
41
|
-
description: schema.description
|
|
42
|
-
};
|
|
43
|
-
const options = await normalizeOptions(tree, tsLibraryGeneratorOptions);
|
|
44
|
-
const { className, name, propertyName } = names(options.name);
|
|
45
|
-
generateFiles(tree, filesDir, options.projectRoot, {
|
|
46
|
-
...schema,
|
|
47
|
-
dot: ".",
|
|
48
|
-
className,
|
|
49
|
-
name,
|
|
50
|
-
namespace: process.env.STORM_NAMESPACE ?? "storm-software",
|
|
51
|
-
description: schema.description ?? "",
|
|
52
|
-
propertyName,
|
|
53
|
-
js: !!options.js,
|
|
54
|
-
cliCommand: "nx",
|
|
55
|
-
strict: void 0,
|
|
56
|
-
tmpl: "",
|
|
57
|
-
offsetFromRoot: offsetFromRoot(options.projectRoot),
|
|
58
|
-
buildable: options.bundler && options.bundler !== "none",
|
|
59
|
-
hasUnitTestRunner: options.unitTestRunner !== "none"
|
|
60
|
-
});
|
|
61
|
-
await typeScriptLibraryGeneratorFn(tree, tsLibraryGeneratorOptions, config);
|
|
62
|
-
await formatFiles(tree);
|
|
63
|
-
return null;
|
|
64
|
-
}
|
|
65
|
-
var generator_default = withRunGenerator(
|
|
66
|
-
"TypeScript Library Creator (NodeJs Platform)",
|
|
67
|
-
nodeLibraryGeneratorFn,
|
|
68
|
-
{
|
|
69
|
-
hooks: {
|
|
70
|
-
applyDefaultOptions: (options) => {
|
|
71
|
-
options.description ??= "A library used by Storm Software to support NodeJs applications";
|
|
72
|
-
options.platform ??= "node";
|
|
73
|
-
return options;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
);
|
|
78
|
-
|
|
79
|
-
export {
|
|
80
|
-
nodeLibraryGeneratorFn,
|
|
81
|
-
generator_default
|
|
82
|
-
};
|
package/dist/chunk-AL6L3UUR.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
withRunExecutor
|
|
3
|
-
} from "./chunk-V4QXOWGL.mjs";
|
|
4
|
-
import {
|
|
5
|
-
buildCargoCommand,
|
|
6
|
-
cargoCommand
|
|
7
|
-
} from "./chunk-ZTN2676G.mjs";
|
|
8
|
-
|
|
9
|
-
// src/executors/cargo-build/executor.ts
|
|
10
|
-
async function cargoBuildExecutor(options, context) {
|
|
11
|
-
const command = buildCargoCommand("build", options, context);
|
|
12
|
-
return await cargoCommand(context.root, ...command);
|
|
13
|
-
}
|
|
14
|
-
var executor_default = withRunExecutor(
|
|
15
|
-
"Cargo - Build",
|
|
16
|
-
cargoBuildExecutor,
|
|
17
|
-
{
|
|
18
|
-
skipReadingConfig: false,
|
|
19
|
-
hooks: {
|
|
20
|
-
applyDefaultOptions: (options) => {
|
|
21
|
-
options.outputPath ??= "dist/{projectRoot}/target";
|
|
22
|
-
options.toolchain ??= "stable";
|
|
23
|
-
return options;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
export {
|
|
30
|
-
cargoBuildExecutor,
|
|
31
|
-
executor_default
|
|
32
|
-
};
|
package/dist/chunk-BWQ4GRUD.mjs
DELETED
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
withRunGenerator
|
|
3
|
-
} from "./chunk-2ZQ423JU.mjs";
|
|
4
|
-
import {
|
|
5
|
-
nodeVersion,
|
|
6
|
-
pnpmVersion
|
|
7
|
-
} from "./chunk-QC5ON3X4.mjs";
|
|
8
|
-
import {
|
|
9
|
-
__dirname
|
|
10
|
-
} from "./chunk-CXY6VDX7.mjs";
|
|
11
|
-
|
|
12
|
-
// src/generators/preset/generator.ts
|
|
13
|
-
import {
|
|
14
|
-
addDependenciesToPackageJson,
|
|
15
|
-
addProjectConfiguration,
|
|
16
|
-
formatFiles,
|
|
17
|
-
generateFiles,
|
|
18
|
-
joinPathFragments,
|
|
19
|
-
updateJson
|
|
20
|
-
} from "@nx/devkit";
|
|
21
|
-
import * as path from "node:path";
|
|
22
|
-
async function presetGeneratorFn(tree, options) {
|
|
23
|
-
const projectRoot = ".";
|
|
24
|
-
options.description ??= `\u26A1The ${options.namespace ? options.namespace : options.name} monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.`;
|
|
25
|
-
options.namespace ??= options.organization;
|
|
26
|
-
addProjectConfiguration(tree, `@${options.namespace}/${options.name}`, {
|
|
27
|
-
root: projectRoot,
|
|
28
|
-
projectType: "application",
|
|
29
|
-
targets: {
|
|
30
|
-
"local-registry": {
|
|
31
|
-
executor: "@nx/js:verdaccio",
|
|
32
|
-
options: {
|
|
33
|
-
port: 4873,
|
|
34
|
-
config: ".verdaccio/config.yml",
|
|
35
|
-
storage: "tmp/local-registry/storage"
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
updateJson(tree, "package.json", (json) => {
|
|
41
|
-
json.scripts = json.scripts || {};
|
|
42
|
-
json.version = "0.0.0";
|
|
43
|
-
json.triggerEmptyDevReleaseByIncrementingThisNumber = 0;
|
|
44
|
-
json.private = true;
|
|
45
|
-
json.keywords ??= [
|
|
46
|
-
options.name,
|
|
47
|
-
options.namespace,
|
|
48
|
-
"storm",
|
|
49
|
-
"storm-stack",
|
|
50
|
-
"storm-ops",
|
|
51
|
-
"rust",
|
|
52
|
-
"nx",
|
|
53
|
-
"graphql",
|
|
54
|
-
"sullivanpj",
|
|
55
|
-
"monorepo"
|
|
56
|
-
];
|
|
57
|
-
json.homepage ??= "https://stormsoftware.com";
|
|
58
|
-
json.bugs ??= {
|
|
59
|
-
url: `https://github.com/${options.organization}/${options.name}/issues`,
|
|
60
|
-
email: "support@stormsoftware.com"
|
|
61
|
-
};
|
|
62
|
-
json.license = "Apache-2.0";
|
|
63
|
-
json.author ??= {
|
|
64
|
-
name: "Storm Software",
|
|
65
|
-
email: "contact@stormsoftware.com",
|
|
66
|
-
url: "https://stormsoftware.com"
|
|
67
|
-
};
|
|
68
|
-
json.maintainers ??= [
|
|
69
|
-
{
|
|
70
|
-
name: "Storm Software",
|
|
71
|
-
email: "contact@stormsoftware.com",
|
|
72
|
-
url: "https://stormsoftware.com"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
name: "Pat Sullivan",
|
|
76
|
-
email: "admin@stormsoftware.com",
|
|
77
|
-
url: "https://patsullivan.org"
|
|
78
|
-
}
|
|
79
|
-
];
|
|
80
|
-
json.funding ??= {
|
|
81
|
-
type: "github",
|
|
82
|
-
url: "https://github.com/sponsors/storm-software"
|
|
83
|
-
};
|
|
84
|
-
json.namespace ??= `@${options.namespace}`;
|
|
85
|
-
json.description ??= options.description;
|
|
86
|
-
options.repositoryUrl ??= `https://github.com/${options.organization}/${options.name}`;
|
|
87
|
-
json.repository ??= {
|
|
88
|
-
type: "github",
|
|
89
|
-
url: `${options.repositoryUrl}.git`
|
|
90
|
-
};
|
|
91
|
-
json.packageManager ??= "pnpm@10.3.0";
|
|
92
|
-
json.engines ??= {
|
|
93
|
-
node: ">=20.11.0",
|
|
94
|
-
pnpm: ">=10.3.0"
|
|
95
|
-
};
|
|
96
|
-
json.prettier = "@storm-software/prettier/config.json";
|
|
97
|
-
json.nx ??= {
|
|
98
|
-
includedScripts: [
|
|
99
|
-
"lint-sherif",
|
|
100
|
-
"lint-knip",
|
|
101
|
-
"lint-ls",
|
|
102
|
-
"lint",
|
|
103
|
-
"format",
|
|
104
|
-
"format-sherif",
|
|
105
|
-
"format-readme",
|
|
106
|
-
"format-prettier",
|
|
107
|
-
"format-toml",
|
|
108
|
-
"commit",
|
|
109
|
-
"release"
|
|
110
|
-
]
|
|
111
|
-
};
|
|
112
|
-
json.scripts.adr = "pnpm log4brains adr new";
|
|
113
|
-
json.scripts["adr-preview"] = "pnpm log4brains preview";
|
|
114
|
-
json.scripts.prepare = "pnpm add lefthook -w && pnpm lefthook install";
|
|
115
|
-
json.scripts.preinstall = "npx -y only-allow pnpm";
|
|
116
|
-
json.scripts["install-csb"] = "corepack enable && pnpm install --no-frozen-lockfile";
|
|
117
|
-
json.scripts.clean = "rimraf dist && rimraf --glob packages/**/dist && rimraf --glob tools/**/dist && rimraf --glob docs/**/dist && rimraf --glob apps/**/dist && rimraf --glob libs/**/dist";
|
|
118
|
-
json.scripts.nuke = "nx clear-cache && rimraf .nx/cache && rimraf .nx/workspace-data && pnpm clean && rimraf pnpm-lock.yaml && rimraf --glob packages/**/node_modules && rimraf --glob tools/**/node_modules && rimraf node_modules";
|
|
119
|
-
json.scripts.prebuild = "pnpm clean";
|
|
120
|
-
json.scripts.build = "nx affected -t build --parallel=5";
|
|
121
|
-
json.scripts["build-all"] = "nx run-many -t build --all --parallel=5";
|
|
122
|
-
json.scripts["build-prod"] = "nx run-many -t build --all --prod --parallel=5";
|
|
123
|
-
json.scripts["build-tools"] = "nx run-many -t build --projects=tools/* --parallel=5";
|
|
124
|
-
json.scripts["build-docs"] = "nx run-many -t build --projects=docs/* --parallel=5";
|
|
125
|
-
if (!options.includeApps) {
|
|
126
|
-
json.scripts["build-packages"] = "nx run-many -t build --projects=packages/* --parallel=5";
|
|
127
|
-
} else {
|
|
128
|
-
json.scripts["build-apps"] = "nx run-many -t build --projects=apps/* --parallel=5";
|
|
129
|
-
json.scripts["build-libs"] = "nx run-many -t build --projects=libs/* --parallel=5";
|
|
130
|
-
json.scripts["build-storybook"] = "storybook build -s public";
|
|
131
|
-
}
|
|
132
|
-
json.scripts.nx = "nx";
|
|
133
|
-
json.scripts.graph = "nx graph";
|
|
134
|
-
json.scripts.lint = "pnpm storm-lint all --skip-cspell --skip-alex";
|
|
135
|
-
if (options.includeApps) {
|
|
136
|
-
json.scripts.start = "nx serve";
|
|
137
|
-
json.scripts.storybook = "pnpm storybook dev -p 6006";
|
|
138
|
-
}
|
|
139
|
-
json.scripts.help = "nx help";
|
|
140
|
-
json.scripts["dep-graph"] = "nx dep-graph";
|
|
141
|
-
json.scripts["local-registry"] = `nx local-registry @${options.namespace}/${options.name}`;
|
|
142
|
-
json.scripts.e2e = "nx e2e";
|
|
143
|
-
if (options.includeApps) {
|
|
144
|
-
json.scripts.test = "nx test && pnpm test-storybook";
|
|
145
|
-
json.scripts["test-storybook"] = "pnpm test-storybook";
|
|
146
|
-
} else {
|
|
147
|
-
json.scripts.test = "nx test";
|
|
148
|
-
}
|
|
149
|
-
json.scripts.lint = "pnpm storm-lint all --skip-cspell --skip-alex";
|
|
150
|
-
json.scripts.commit = "pnpm storm-git commit";
|
|
151
|
-
json.scripts["api-extractor"] = 'pnpm storm-docs api-extractor --outputPath="docs/api-reference" --clean';
|
|
152
|
-
json.scripts.release = "pnpm storm-git release";
|
|
153
|
-
json.scripts.format = "nx format:write";
|
|
154
|
-
json.scripts["format-sherif"] = "pnpm exec sherif -f -i typescript -i react -i react-dom";
|
|
155
|
-
json.scripts["format-toml"] = 'pnpm exec taplo format --config="./node_modules/@storm-software/linting-tools/taplo/config.toml" --cache-path="./node_modules/.cache/storm/taplo"';
|
|
156
|
-
json.scripts["format-readme"] = 'pnpm storm-git readme --templates="tools/readme-templates"';
|
|
157
|
-
json.scripts["format-prettier"] = "pnpm exec prettier --write --ignore-unknown --no-error-on-unmatched-pattern --cache && git update-index";
|
|
158
|
-
json.scripts.lint = "pnpm storm-lint all --skip-cspell";
|
|
159
|
-
json.scripts["lint-knip"] = "pnpm exec knip";
|
|
160
|
-
json.scripts["lint-sherif"] = "pnpm exec sherif -i typescript -i react -i react-dom";
|
|
161
|
-
json.scripts["lint-ls"] = 'pnpm exec ls-lint --config="./node_modules/@storm-software/linting-tools/ls-lint/ls-lint.yml"';
|
|
162
|
-
json.packageManager ??= `pnpm@${pnpmVersion}`;
|
|
163
|
-
json.engines = {
|
|
164
|
-
node: `>=${nodeVersion}`,
|
|
165
|
-
pnpm: `>=${pnpmVersion}`
|
|
166
|
-
};
|
|
167
|
-
return json;
|
|
168
|
-
});
|
|
169
|
-
generateFiles(tree, path.join(__dirname, "files"), projectRoot, {
|
|
170
|
-
...options,
|
|
171
|
-
pnpmVersion,
|
|
172
|
-
nodeVersion
|
|
173
|
-
});
|
|
174
|
-
await formatFiles(tree);
|
|
175
|
-
let dependencies = {
|
|
176
|
-
"@ls-lint/ls-lint": "2.2.3",
|
|
177
|
-
"@ltd/j-toml": "1.38.0",
|
|
178
|
-
"@nx/devkit": "^20.2.2",
|
|
179
|
-
"@nx/eslint-plugin": "^20.2.2",
|
|
180
|
-
"@nx/js": "^20.2.2",
|
|
181
|
-
"@nx/workspace": "^20.2.2",
|
|
182
|
-
"@storm-software/config": "latest",
|
|
183
|
-
"@storm-software/git-tools": "latest",
|
|
184
|
-
"@storm-software/linting-tools": "latest",
|
|
185
|
-
"@storm-software/testing-tools": "latest",
|
|
186
|
-
"@storm-software/workspace-tools": "latest",
|
|
187
|
-
"@storm-software/eslint": "latest",
|
|
188
|
-
"@storm-software/cspell": "latest",
|
|
189
|
-
"@storm-software/prettier": "latest",
|
|
190
|
-
"@taplo/cli": "0.7.0",
|
|
191
|
-
"@types/node": "^20.14.10",
|
|
192
|
-
copyfiles: "2.4.1",
|
|
193
|
-
eslint: "9.5.0",
|
|
194
|
-
jest: "29.7.0",
|
|
195
|
-
"jest-environment-node": "29.7.0",
|
|
196
|
-
knip: "5.25.2",
|
|
197
|
-
lefthook: "1.6.18",
|
|
198
|
-
nx: "^20.2.2",
|
|
199
|
-
prettier: "3.3.2",
|
|
200
|
-
"prettier-plugin-prisma": "5.0.0",
|
|
201
|
-
rimraf: "5.0.7",
|
|
202
|
-
sherif: "0.10.0",
|
|
203
|
-
"ts-jest": "29.1.5",
|
|
204
|
-
"ts-node": "10.9.2",
|
|
205
|
-
tslib: "2.6.3",
|
|
206
|
-
typescript: "5.5.3",
|
|
207
|
-
verdaccio: "5.31.1"
|
|
208
|
-
};
|
|
209
|
-
if (options.includeApps) {
|
|
210
|
-
dependencies = {
|
|
211
|
-
...dependencies,
|
|
212
|
-
react: "latest",
|
|
213
|
-
"react-dom": "latest",
|
|
214
|
-
storybook: "latest",
|
|
215
|
-
"@storybook/addons": "latest",
|
|
216
|
-
"@nx/react": "latest",
|
|
217
|
-
"@nx/next": "latest",
|
|
218
|
-
"@nx/node": "latest",
|
|
219
|
-
"@nx/storybook": "latest",
|
|
220
|
-
"jest-environment-jsdom": "29.7.0"
|
|
221
|
-
};
|
|
222
|
-
}
|
|
223
|
-
if (options.includeRust) {
|
|
224
|
-
dependencies = {
|
|
225
|
-
...dependencies,
|
|
226
|
-
"@monodon/rust": "1.4.0"
|
|
227
|
-
};
|
|
228
|
-
}
|
|
229
|
-
if (options.nxCloud) {
|
|
230
|
-
dependencies = {
|
|
231
|
-
...dependencies,
|
|
232
|
-
"nx-cloud": "latest"
|
|
233
|
-
};
|
|
234
|
-
}
|
|
235
|
-
await Promise.resolve(
|
|
236
|
-
addDependenciesToPackageJson(
|
|
237
|
-
tree,
|
|
238
|
-
dependencies,
|
|
239
|
-
{},
|
|
240
|
-
joinPathFragments(projectRoot, "package.json")
|
|
241
|
-
)
|
|
242
|
-
);
|
|
243
|
-
return null;
|
|
244
|
-
}
|
|
245
|
-
var generator_default = withRunGenerator(
|
|
246
|
-
"Storm Workspace Preset Generator",
|
|
247
|
-
presetGeneratorFn
|
|
248
|
-
);
|
|
249
|
-
|
|
250
|
-
export {
|
|
251
|
-
presetGeneratorFn,
|
|
252
|
-
generator_default
|
|
253
|
-
};
|
package/dist/chunk-CDNAHLAD.js
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
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 _chunk73YOO2B5js = require('./chunk-73YOO2B5.js');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var _chunkD2PV33E5js = require('./chunk-D2PV33E5.js');
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var _chunkCQDBLKPFjs = require('./chunk-CQDBLKPF.js');
|
|
13
|
-
|
|
14
|
-
// src/executors/napi/executor.ts
|
|
15
|
-
var _jiti = require('jiti');
|
|
16
|
-
var _fileutils = require('nx/src/utils/fileutils');
|
|
17
|
-
async function napiExecutor(options, context, config) {
|
|
18
|
-
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
19
|
-
fsCache: config.skipCache ? false : _chunkCQDBLKPFjs.joinPaths.call(void 0,
|
|
20
|
-
config.workspaceRoot,
|
|
21
|
-
config.directories.cache || "node_modules/.cache/storm",
|
|
22
|
-
"jiti"
|
|
23
|
-
),
|
|
24
|
-
interopDefault: true
|
|
25
|
-
});
|
|
26
|
-
const { NapiCli } = await jiti.import(
|
|
27
|
-
jiti.esmResolve("@napi-rs/cli")
|
|
28
|
-
);
|
|
29
|
-
if (!_optionalChain([context, 'access', _ => _.projectGraph, 'optionalAccess', _2 => _2.nodes, 'access', _3 => _3[_nullishCoalesce(context.projectName, () => ( ""))]])) {
|
|
30
|
-
throw new Error(
|
|
31
|
-
"The Napi Build process failed because the project could not be found in the project graph. Please run this command from a workspace root directory."
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
const projectRoot = _optionalChain([context, 'access', _4 => _4.projectGraph, 'optionalAccess', _5 => _5.nodes, 'access', _6 => _6[_nullishCoalesce(context.projectName, () => ( ""))], 'access', _7 => _7.data, 'access', _8 => _8.root]);
|
|
35
|
-
const packageJson = _chunkCQDBLKPFjs.joinPaths.call(void 0, _nullishCoalesce(projectRoot, () => ( ".")), "package.json");
|
|
36
|
-
if (!_fileutils.fileExists.call(void 0, packageJson)) {
|
|
37
|
-
throw new Error(`Could not find package.json at ${packageJson}`);
|
|
38
|
-
}
|
|
39
|
-
const napi = new NapiCli();
|
|
40
|
-
const normalizedOptions = { ...options };
|
|
41
|
-
const metadata = _chunkD2PV33E5js.cargoMetadata.call(void 0, );
|
|
42
|
-
normalizedOptions.targetDir = options.targetDir || _optionalChain([metadata, 'optionalAccess', _9 => _9.target_directory]) || _chunkCQDBLKPFjs.joinPaths.call(void 0, config.workspaceRoot, "dist", "target");
|
|
43
|
-
normalizedOptions.outputDir = options.outputPath;
|
|
44
|
-
normalizedOptions.packageJsonPath = options.packageJsonPath || packageJson;
|
|
45
|
-
if (options.cwd) {
|
|
46
|
-
normalizedOptions.cwd = _chunkCQDBLKPFjs.correctPaths.call(void 0, options.cwd);
|
|
47
|
-
} else {
|
|
48
|
-
normalizedOptions.cwd = _chunkCQDBLKPFjs.correctPaths.call(void 0, projectRoot);
|
|
49
|
-
const absoluteProjectRoot = _chunkCQDBLKPFjs.joinPaths.call(void 0,
|
|
50
|
-
config.workspaceRoot,
|
|
51
|
-
projectRoot || "."
|
|
52
|
-
);
|
|
53
|
-
if (normalizedOptions.outputDir) {
|
|
54
|
-
normalizedOptions.outputDir = _chunkCQDBLKPFjs.relative.call(void 0,
|
|
55
|
-
absoluteProjectRoot,
|
|
56
|
-
_chunkCQDBLKPFjs.correctPaths.call(void 0,
|
|
57
|
-
_chunkCQDBLKPFjs.isAbsolute.call(void 0, normalizedOptions.outputDir) ? normalizedOptions.outputDir : _chunkCQDBLKPFjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.outputDir)
|
|
58
|
-
)
|
|
59
|
-
);
|
|
60
|
-
}
|
|
61
|
-
if (normalizedOptions.packageJsonPath) {
|
|
62
|
-
normalizedOptions.packageJsonPath = _chunkCQDBLKPFjs.relative.call(void 0,
|
|
63
|
-
absoluteProjectRoot,
|
|
64
|
-
_chunkCQDBLKPFjs.correctPaths.call(void 0,
|
|
65
|
-
_chunkCQDBLKPFjs.isAbsolute.call(void 0, normalizedOptions.packageJsonPath) ? normalizedOptions.packageJsonPath : _chunkCQDBLKPFjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.packageJsonPath)
|
|
66
|
-
)
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
if (normalizedOptions.configPath) {
|
|
70
|
-
normalizedOptions.configPath = _chunkCQDBLKPFjs.relative.call(void 0,
|
|
71
|
-
absoluteProjectRoot,
|
|
72
|
-
_chunkCQDBLKPFjs.correctPaths.call(void 0,
|
|
73
|
-
_chunkCQDBLKPFjs.isAbsolute.call(void 0, normalizedOptions.configPath) ? normalizedOptions.configPath : _chunkCQDBLKPFjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.configPath)
|
|
74
|
-
)
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
if (normalizedOptions.manifestPath) {
|
|
78
|
-
normalizedOptions.manifestPath = _chunkCQDBLKPFjs.relative.call(void 0,
|
|
79
|
-
absoluteProjectRoot,
|
|
80
|
-
_chunkCQDBLKPFjs.correctPaths.call(void 0,
|
|
81
|
-
_chunkCQDBLKPFjs.isAbsolute.call(void 0, normalizedOptions.manifestPath) ? normalizedOptions.manifestPath : _chunkCQDBLKPFjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.manifestPath)
|
|
82
|
-
)
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
if (process.env.VERCEL) {
|
|
87
|
-
return { success: true };
|
|
88
|
-
}
|
|
89
|
-
const { task } = await napi.build(normalizedOptions);
|
|
90
|
-
return { success: true, terminalOutput: await task };
|
|
91
|
-
}
|
|
92
|
-
var executor_default = _chunk73YOO2B5js.withRunExecutor.call(void 0,
|
|
93
|
-
"Napi - Build Bindings",
|
|
94
|
-
napiExecutor,
|
|
95
|
-
{
|
|
96
|
-
skipReadingConfig: false,
|
|
97
|
-
hooks: {
|
|
98
|
-
applyDefaultOptions: (options) => {
|
|
99
|
-
options.outputPath ??= "{sourceRoot}";
|
|
100
|
-
options.toolchain ??= "stable";
|
|
101
|
-
options.dtsCache ??= true;
|
|
102
|
-
options.platform ??= true;
|
|
103
|
-
options.constEnum ??= false;
|
|
104
|
-
options.verbose ??= false;
|
|
105
|
-
options.jsBinding ??= "binding.js";
|
|
106
|
-
options.dts ??= "binding.d.ts";
|
|
107
|
-
return options;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
);
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
exports.napiExecutor = napiExecutor; exports.executor_default = executor_default;
|
package/dist/chunk-D5B6MC6F.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
withRunExecutor
|
|
3
|
-
} from "./chunk-V4QXOWGL.mjs";
|
|
4
|
-
import {
|
|
5
|
-
buildCargoCommand,
|
|
6
|
-
cargoCommand
|
|
7
|
-
} from "./chunk-ZTN2676G.mjs";
|
|
8
|
-
|
|
9
|
-
// src/executors/cargo-clippy/executor.ts
|
|
10
|
-
async function cargoClippyExecutor(options, context) {
|
|
11
|
-
const command = buildCargoCommand("clippy", options, context);
|
|
12
|
-
return await cargoCommand(context.root, ...command);
|
|
13
|
-
}
|
|
14
|
-
var executor_default = withRunExecutor(
|
|
15
|
-
"Cargo - Clippy",
|
|
16
|
-
cargoClippyExecutor,
|
|
17
|
-
{
|
|
18
|
-
skipReadingConfig: false,
|
|
19
|
-
hooks: {
|
|
20
|
-
applyDefaultOptions: (options) => {
|
|
21
|
-
options.toolchain ??= "stable";
|
|
22
|
-
options.fix ??= false;
|
|
23
|
-
return options;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
export {
|
|
30
|
-
cargoClippyExecutor,
|
|
31
|
-
executor_default
|
|
32
|
-
};
|