@storm-software/workspace-tools 1.296.15 → 1.296.17
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/config/base.json +20 -2
- package/config/recommended.json +35 -9
- package/dist/{chunk-C3NYIWL4.mjs → chunk-B2AJRGYN.mjs} +1 -1
- package/dist/chunk-DH4FAZZB.js +268 -0
- package/dist/chunk-TTKVHG3F.mjs +268 -0
- package/dist/{chunk-7N34DLDK.mjs → chunk-VZW75NWX.mjs} +1 -1
- package/dist/{chunk-RAHDX6VX.mjs → chunk-XIJ6Y5PY.mjs} +1 -1
- package/dist/{chunk-KUK2HDLM.mjs → chunk-Y56KCTJM.mjs} +1 -1
- package/dist/{chunk-4BFBFTDK.mjs → chunk-ZS6ZECJY.mjs} +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.mjs +5 -5
- package/dist/index.js +2 -2
- package/dist/index.mjs +6 -6
- package/dist/src/base/base-executor.mjs +1 -1
- package/dist/src/base/base-executor.untyped.mjs +1 -1
- package/dist/src/base/base-generator.mjs +1 -1
- package/dist/src/base/base-generator.untyped.mjs +1 -1
- package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
- package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
- package/dist/src/executors/cargo-build/executor.mjs +1 -1
- package/dist/src/executors/cargo-build/untyped.mjs +1 -1
- package/dist/src/executors/cargo-check/executor.mjs +1 -1
- package/dist/src/executors/cargo-check/untyped.mjs +1 -1
- package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
- package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
- package/dist/src/executors/cargo-doc/executor.mjs +1 -1
- package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
- package/dist/src/executors/cargo-format/executor.mjs +1 -1
- package/dist/src/executors/cargo-format/untyped.mjs +1 -1
- package/dist/src/executors/cargo-publish/executor.mjs +1 -1
- package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
- package/dist/src/executors/clean-package/executor.mjs +1 -1
- package/dist/src/executors/clean-package/untyped.mjs +1 -1
- package/dist/src/executors/esbuild/executor.mjs +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.d.mts +9 -0
- package/dist/src/plugins/typescript/index.d.ts +9 -0
- package/dist/src/plugins/typescript/index.js +52 -49
- package/dist/src/plugins/typescript/index.mjs +40 -37
- 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/github.mjs +1 -1
- package/dist/src/utils/index.js +2 -2
- package/dist/src/utils/index.mjs +2 -2
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.d.mts +13 -13
- package/dist/src/utils/nx-json.d.ts +13 -13
- 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 +10 -10
- package/dist/chunk-JFADD25N.js +0 -204
- package/dist/chunk-POTCFTTZ.mjs +0 -204
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
setDefaultProjectTags
|
|
10
10
|
} from "../../../chunk-2GQSCZ3J.mjs";
|
|
11
11
|
import "../../../chunk-5OS7GV5T.mjs";
|
|
12
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-B2AJRGYN.mjs";
|
|
13
13
|
|
|
14
14
|
// src/plugins/typescript/index.ts
|
|
15
15
|
import {
|
|
@@ -49,6 +49,7 @@ var createNodesV2 = [
|
|
|
49
49
|
const enableMarkdownlint = options2?.enableMarkdownlint !== false;
|
|
50
50
|
const enableEslint = options2?.enableEslint !== false;
|
|
51
51
|
const enableTypecheck = !!options2?.enableTypecheck;
|
|
52
|
+
const enableTest = !!options2?.enableTest;
|
|
52
53
|
const targets = readTargetsFromPackageJson(
|
|
53
54
|
packageJson,
|
|
54
55
|
nxJson,
|
|
@@ -211,45 +212,47 @@ var createNodesV2 = [
|
|
|
211
212
|
command: `pnpm exec nx run ${project.name}:build`
|
|
212
213
|
}
|
|
213
214
|
};
|
|
214
|
-
if (
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
215
|
+
if (enableTest) {
|
|
216
|
+
if (checkVitestConfigAtPath(project.root)) {
|
|
217
|
+
targets.test ??= {
|
|
218
|
+
cache: true,
|
|
219
|
+
executor: "@nx/vitest:test",
|
|
220
|
+
inputs: ["testing", "typescript", "^production"],
|
|
221
|
+
outputs: [`{workspaceRoot}/coverage/${root}`],
|
|
222
|
+
defaultConfiguration: "development",
|
|
223
|
+
options: {
|
|
224
|
+
configFile: `{projectRoot}/${checkVitestConfigAtPath(project.root)}`
|
|
225
|
+
},
|
|
226
|
+
configurations: {
|
|
227
|
+
development: {},
|
|
228
|
+
production: {
|
|
229
|
+
reportsDirectory: `{workspaceRoot}/coverage/${root}`
|
|
230
|
+
}
|
|
228
231
|
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
passWithNoTests: true
|
|
241
|
-
},
|
|
242
|
-
configurations: {
|
|
243
|
-
development: {
|
|
244
|
-
ci: false,
|
|
245
|
-
codeCoverage: true
|
|
232
|
+
};
|
|
233
|
+
} else if (checkJestConfigAtPath(project.root)) {
|
|
234
|
+
targets.test ??= {
|
|
235
|
+
cache: true,
|
|
236
|
+
executor: "@nx/jest:jest",
|
|
237
|
+
inputs: ["testing", "typescript", "^production"],
|
|
238
|
+
outputs: [`{workspaceRoot}/coverage/${root}`],
|
|
239
|
+
defaultConfiguration: "development",
|
|
240
|
+
options: {
|
|
241
|
+
jestConfig: `{projectRoot}/${checkJestConfigAtPath(project.root)}`,
|
|
242
|
+
passWithNoTests: true
|
|
246
243
|
},
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
244
|
+
configurations: {
|
|
245
|
+
development: {
|
|
246
|
+
ci: false,
|
|
247
|
+
codeCoverage: true
|
|
248
|
+
},
|
|
249
|
+
production: {
|
|
250
|
+
ci: true,
|
|
251
|
+
codeCoverage: true
|
|
252
|
+
}
|
|
250
253
|
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
254
|
+
};
|
|
255
|
+
}
|
|
253
256
|
}
|
|
254
257
|
targets["docs"] ??= {
|
|
255
258
|
cache: true,
|
|
@@ -11,7 +11,7 @@ import "../../chunk-R5RFMU22.mjs";
|
|
|
11
11
|
import "../../chunk-LOPJYZWJ.mjs";
|
|
12
12
|
import "../../chunk-3J2CP54B.mjs";
|
|
13
13
|
import "../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-B2AJRGYN.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -5,7 +5,7 @@ import "../../chunk-R5RFMU22.mjs";
|
|
|
5
5
|
import "../../chunk-LOPJYZWJ.mjs";
|
|
6
6
|
import "../../chunk-3J2CP54B.mjs";
|
|
7
7
|
import "../../chunk-TBW5MCN6.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-B2AJRGYN.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-R5RFMU22.mjs";
|
|
|
7
7
|
import "../../chunk-LOPJYZWJ.mjs";
|
|
8
8
|
import "../../chunk-3J2CP54B.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-B2AJRGYN.mjs";
|
|
11
11
|
export {
|
|
12
12
|
StormRustVersionActions as default
|
|
13
13
|
};
|
package/dist/src/types.mjs
CHANGED
package/dist/src/utils/cargo.mjs
CHANGED
package/dist/src/utils/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var _chunkTM2CRDJWjs = require('../../chunk-TM2CRDJW.js');
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
var
|
|
36
|
+
var _chunkDH4FAZZBjs = require('../../chunk-DH4FAZZB.js');
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
var _chunkVXHOSAQ7js = require('../../chunk-VXHOSAQ7.js');
|
|
@@ -154,4 +154,4 @@ require('../../chunk-CQDBLKPF.js');
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
exports.INVALID_CARGO_ARGS = _chunk32KQVUCFjs.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS =
|
|
157
|
+
exports.INVALID_CARGO_ARGS = _chunk32KQVUCFjs.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkDH4FAZZBjs.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 = _chunkGUO7GHMYjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkTAP26ZJQjs.ProjectTagConstants; exports.RELEASE = _chunkDH4FAZZBjs.RELEASE; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunkGUO7GHMYjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkTAP26ZJQjs.addPluginProjectTag; exports.addProjectTag = _chunkTAP26ZJQjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkVXHOSAQ7js.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunk32KQVUCFjs.buildCargoCommand; exports.cargoCommand = _chunk32KQVUCFjs.cargoCommand; exports.cargoCommandSync = _chunk32KQVUCFjs.cargoCommandSync; exports.cargoMetadata = _chunk32KQVUCFjs.cargoMetadata; exports.cargoRunCommand = _chunk32KQVUCFjs.cargoRunCommand; exports.childProcess = _chunk32KQVUCFjs.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 = _chunkGUO7GHMYjs.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 = _chunk32KQVUCFjs.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 = _chunk32KQVUCFjs.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 = _chunkDH4FAZZBjs.withNamedInputs;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
NAMED_INPUTS,
|
|
34
34
|
RELEASE,
|
|
35
35
|
withNamedInputs
|
|
36
|
-
} from "../../chunk-
|
|
36
|
+
} from "../../chunk-TTKVHG3F.mjs";
|
|
37
37
|
import {
|
|
38
38
|
applyWorkspaceExecutorTokens
|
|
39
39
|
} from "../../chunk-UBVTASOE.mjs";
|
|
@@ -90,7 +90,7 @@ import {
|
|
|
90
90
|
import "../../chunk-LOPJYZWJ.mjs";
|
|
91
91
|
import "../../chunk-3J2CP54B.mjs";
|
|
92
92
|
import "../../chunk-TBW5MCN6.mjs";
|
|
93
|
-
import "../../chunk-
|
|
93
|
+
import "../../chunk-B2AJRGYN.mjs";
|
|
94
94
|
export {
|
|
95
95
|
INVALID_CARGO_ARGS,
|
|
96
96
|
LOCK_FILES,
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { NxJsonConfiguration } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* The values provided in
|
|
4
|
+
* The values provided in `recommended.json` (this package's shared nx.json configuration) file's {@link NxJsonConfiguration.namedInputs} section.
|
|
5
5
|
*/
|
|
6
6
|
declare const NAMED_INPUTS: {
|
|
7
|
-
readonly allProjectFiles:
|
|
8
|
-
readonly default:
|
|
9
|
-
readonly sharedGlobals:
|
|
10
|
-
readonly production:
|
|
11
|
-
readonly testing:
|
|
12
|
-
readonly linting:
|
|
13
|
-
readonly documentation:
|
|
14
|
-
readonly rust:
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
readonly typescript:
|
|
7
|
+
readonly allProjectFiles: string[];
|
|
8
|
+
readonly default: string[];
|
|
9
|
+
readonly sharedGlobals: string[];
|
|
10
|
+
readonly production: string[];
|
|
11
|
+
readonly testing: string[];
|
|
12
|
+
readonly linting: string[];
|
|
13
|
+
readonly documentation: string[];
|
|
14
|
+
readonly rust: (string | {
|
|
15
|
+
runtime: string;
|
|
16
|
+
})[];
|
|
17
|
+
readonly typescript: string[];
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
|
-
* The values provided in
|
|
20
|
+
* The values provided in `recommended.json` (this package's shared nx.json configuration) file's {@link NxJsonConfiguration.release} section.
|
|
21
21
|
*/
|
|
22
22
|
declare const RELEASE: NxJsonConfiguration["release"];
|
|
23
23
|
/**
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { NxJsonConfiguration } from '@nx/devkit';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* The values provided in
|
|
4
|
+
* The values provided in `recommended.json` (this package's shared nx.json configuration) file's {@link NxJsonConfiguration.namedInputs} section.
|
|
5
5
|
*/
|
|
6
6
|
declare const NAMED_INPUTS: {
|
|
7
|
-
readonly allProjectFiles:
|
|
8
|
-
readonly default:
|
|
9
|
-
readonly sharedGlobals:
|
|
10
|
-
readonly production:
|
|
11
|
-
readonly testing:
|
|
12
|
-
readonly linting:
|
|
13
|
-
readonly documentation:
|
|
14
|
-
readonly rust:
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
readonly typescript:
|
|
7
|
+
readonly allProjectFiles: string[];
|
|
8
|
+
readonly default: string[];
|
|
9
|
+
readonly sharedGlobals: string[];
|
|
10
|
+
readonly production: string[];
|
|
11
|
+
readonly testing: string[];
|
|
12
|
+
readonly linting: string[];
|
|
13
|
+
readonly documentation: string[];
|
|
14
|
+
readonly rust: (string | {
|
|
15
|
+
runtime: string;
|
|
16
|
+
})[];
|
|
17
|
+
readonly typescript: string[];
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
|
-
* The values provided in
|
|
20
|
+
* The values provided in `recommended.json` (this package's shared nx.json configuration) file's {@link NxJsonConfiguration.release} section.
|
|
21
21
|
*/
|
|
22
22
|
declare const RELEASE: NxJsonConfiguration["release"];
|
|
23
23
|
/**
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkDH4FAZZBjs = require('../../chunk-DH4FAZZB.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.NAMED_INPUTS =
|
|
10
|
+
exports.NAMED_INPUTS = _chunkDH4FAZZBjs.NAMED_INPUTS; exports.RELEASE = _chunkDH4FAZZBjs.RELEASE; exports.withNamedInputs = _chunkDH4FAZZBjs.withNamedInputs;
|
|
@@ -7,7 +7,7 @@ import "../../chunk-AOWBKNHM.mjs";
|
|
|
7
7
|
import "../../chunk-2GQSCZ3J.mjs";
|
|
8
8
|
import "../../chunk-LOPJYZWJ.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-B2AJRGYN.mjs";
|
|
11
11
|
export {
|
|
12
12
|
PackageManagerTypes,
|
|
13
13
|
addPackageJsonGitHead,
|
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.17",
|
|
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,13 +238,13 @@
|
|
|
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/esbuild": "0.53.
|
|
243
|
-
"@storm-software/npm-tools": "0.6.
|
|
244
|
-
"@storm-software/pnpm-tools": "0.7.
|
|
245
|
-
"@storm-software/prettier": "0.59.
|
|
246
|
-
"@storm-software/tsdown": "0.45.
|
|
247
|
-
"@storm-software/unbuild": "0.57.
|
|
241
|
+
"@storm-software/config-tools": "1.190.39",
|
|
242
|
+
"@storm-software/esbuild": "0.53.200",
|
|
243
|
+
"@storm-software/npm-tools": "0.6.157",
|
|
244
|
+
"@storm-software/pnpm-tools": "0.7.50",
|
|
245
|
+
"@storm-software/prettier": "0.59.91",
|
|
246
|
+
"@storm-software/tsdown": "0.45.200",
|
|
247
|
+
"@storm-software/unbuild": "0.57.200",
|
|
248
248
|
"fs-extra": "11.2.0",
|
|
249
249
|
"glob": "^11.1.0",
|
|
250
250
|
"jiti": "^2.7.0",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
"devDependencies": {
|
|
260
260
|
"@napi-rs/cli": "^3.7.0",
|
|
261
|
-
"@storm-software/package-constants": "0.1.
|
|
261
|
+
"@storm-software/package-constants": "0.1.52",
|
|
262
262
|
"@types/micromatch": "^4.0.10",
|
|
263
263
|
"@types/node": "^25.9.1",
|
|
264
264
|
"@types/semver": "^7.7.1",
|
|
@@ -283,5 +283,5 @@
|
|
|
283
283
|
"publishConfig": { "access": "public" },
|
|
284
284
|
"executors": "./executors.json",
|
|
285
285
|
"generators": "./generators.json",
|
|
286
|
-
"gitHead": "
|
|
286
|
+
"gitHead": "efc11fa5dfa86da50ef792c1ec89e91988ce6547"
|
|
287
287
|
}
|