@storm-software/workspace-tools 1.294.0 → 1.294.2
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 +38 -0
- package/dist/{chunk-F6URZIFS.js → chunk-3GKMFXQ6.js} +2 -2
- package/dist/{chunk-TNGFWLBR.mjs → chunk-44IQ5DGO.mjs} +1 -1
- package/dist/{chunk-B2WIAR6B.js → chunk-4KWCRJ42.js} +3 -3
- package/dist/{chunk-3LZUGRMT.mjs → chunk-5BONSUJM.mjs} +1 -1
- package/dist/{chunk-Z5GSN373.mjs → chunk-73A7IONK.mjs} +2 -2
- package/dist/{chunk-M3TJCESM.mjs → chunk-AQ7B26V3.mjs} +1 -1
- package/dist/{chunk-ZPLXDRD4.mjs → chunk-AWEZ7UJ3.mjs} +1 -1
- package/dist/{chunk-FKYMJ3KW.js → chunk-BZMYB75M.js} +4 -4
- package/dist/{chunk-WICWDWS6.mjs → chunk-CXY6VDX7.mjs} +1 -1
- package/dist/{chunk-2XWSOZUG.mjs → chunk-FKPWMB63.mjs} +1 -1
- package/dist/{chunk-2EX3I4ZZ.js → chunk-L7PM76XK.js} +3 -3
- package/dist/{chunk-AQUCMNIA.js → chunk-LZC7BM3D.js} +7 -7
- package/dist/{chunk-H723BL2Q.mjs → chunk-M3YWCYUX.mjs} +1 -1
- package/dist/{chunk-CLDNQJKP.mjs → chunk-MILWDGNH.mjs} +2 -2
- package/dist/{chunk-ABHRPVXT.js → chunk-NU3RM6J3.js} +10 -10
- package/dist/{chunk-ITJ3EZU2.mjs → chunk-R4N2WEQ2.mjs} +2 -2
- package/dist/{chunk-6MT6IAIJ.js → chunk-UHTWNVEZ.js} +1 -1
- package/dist/{chunk-4E77ODGU.mjs → chunk-WBPHMZKE.mjs} +2 -2
- package/dist/{chunk-ZK2RKIFU.js → chunk-WI26APPF.js} +3 -3
- package/dist/{chunk-Y2EEM3ZZ.js → chunk-XZ6L6OXJ.js} +6 -6
- package/dist/executors.js +4 -4
- package/dist/executors.mjs +4 -4
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +7 -7
- package/dist/index.js +9 -9
- package/dist/index.mjs +10 -10
- 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.js +3 -3
- package/dist/src/base/index.mjs +3 -3
- 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.js +4 -4
- package/dist/src/executors/npm-publish/executor.mjs +4 -4
- 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.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +4 -4
- 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.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +4 -4
- package/dist/src/generators/neutral-library/untyped.mjs +1 -1
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +4 -4
- 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.js +4 -4
- package/dist/src/plugins/rust/cargo-toml.mjs +4 -4
- package/dist/src/plugins/rust/index.js +4 -4
- package/dist/src/plugins/rust/index.mjs +4 -4
- package/dist/src/plugins/typescript/index.js +32 -32
- package/dist/src/plugins/typescript/index.mjs +3 -3
- package/dist/src/plugins/typescript/tsdown.js +12 -12
- package/dist/src/plugins/typescript/tsdown.mjs +5 -5
- package/dist/src/plugins/typescript/tsup.js +10 -10
- package/dist/src/plugins/typescript/tsup.mjs +3 -3
- package/dist/src/plugins/typescript/untyped-schema.js +4 -4
- package/dist/src/plugins/typescript/untyped-schema.mjs +3 -3
- package/dist/src/release/index.mjs +1 -1
- package/dist/src/release/js-version-actions.mjs +1 -1
- package/dist/src/release/rust-version-actions.mjs +1 -1
- package/dist/src/types.mjs +1 -1
- package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/create-cli-options.mjs +1 -1
- package/dist/src/utils/get-project-configurations.mjs +1 -1
- package/dist/src/utils/index.js +4 -4
- package/dist/src/utils/index.mjs +4 -4
- package/dist/src/utils/lock-file.mjs +1 -1
- package/dist/src/utils/nx-json.mjs +1 -1
- package/dist/src/utils/package-helpers.js +3 -3
- package/dist/src/utils/package-helpers.mjs +3 -3
- package/dist/src/utils/plugin-helpers.js +3 -3
- package/dist/src/utils/plugin-helpers.mjs +3 -3
- package/dist/src/utils/project-tags.js +2 -2
- package/dist/src/utils/project-tags.mjs +2 -2
- 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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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 _chunkXZ6L6OXJjs = require('../../../chunk-XZ6L6OXJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
|
|
8
8
|
|
|
9
9
|
// src/plugins/typescript/untyped-schema.ts
|
|
10
10
|
|
|
@@ -60,7 +60,7 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
60
60
|
projectConfig.root,
|
|
61
61
|
context2.workspaceRoot
|
|
62
62
|
);
|
|
63
|
-
const root =
|
|
63
|
+
const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, projectRoot, context2);
|
|
64
64
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
65
65
|
while (relativeConfig.startsWith(".")) {
|
|
66
66
|
relativeConfig = relativeConfig.slice(1);
|
|
@@ -90,7 +90,7 @@ Please add it to your dependencies by running "pnpm add untyped -D --filter="${p
|
|
|
90
90
|
]
|
|
91
91
|
}
|
|
92
92
|
};
|
|
93
|
-
|
|
93
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0, projectConfig, _chunkUHTWNVEZjs.ProjectTagConstants.Plugin.TAG_ID, name);
|
|
94
94
|
return {
|
|
95
95
|
projects: {
|
|
96
96
|
[root]: _defu.defu.call(void 0,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getRoot
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-FKPWMB63.mjs";
|
|
4
4
|
import {
|
|
5
5
|
ProjectTagConstants,
|
|
6
6
|
addProjectTag
|
|
7
|
-
} from "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
7
|
+
} from "../../../chunk-AQ7B26V3.mjs";
|
|
8
|
+
import "../../../chunk-CXY6VDX7.mjs";
|
|
9
9
|
|
|
10
10
|
// src/plugins/typescript/untyped-schema.ts
|
|
11
11
|
import {
|
|
@@ -11,7 +11,7 @@ import "../../chunk-T5345GNL.mjs";
|
|
|
11
11
|
import "../../chunk-6MATO2MJ.mjs";
|
|
12
12
|
import "../../chunk-GSZ2BO7G.mjs";
|
|
13
13
|
import "../../chunk-TBW5MCN6.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-CXY6VDX7.mjs";
|
|
15
15
|
export {
|
|
16
16
|
StormJsVersionActions,
|
|
17
17
|
StormRustVersionActions
|
|
@@ -5,7 +5,7 @@ import "../../chunk-T5345GNL.mjs";
|
|
|
5
5
|
import "../../chunk-6MATO2MJ.mjs";
|
|
6
6
|
import "../../chunk-GSZ2BO7G.mjs";
|
|
7
7
|
import "../../chunk-TBW5MCN6.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-CXY6VDX7.mjs";
|
|
9
9
|
export {
|
|
10
10
|
StormJsVersionActions as default
|
|
11
11
|
};
|
|
@@ -7,7 +7,7 @@ import "../../chunk-T5345GNL.mjs";
|
|
|
7
7
|
import "../../chunk-6MATO2MJ.mjs";
|
|
8
8
|
import "../../chunk-GSZ2BO7G.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-CXY6VDX7.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 _chunk4AKDRRMLjs = require('../../chunk-4AKDRRML.js');
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
var
|
|
36
|
+
var _chunkXZ6L6OXJjs = require('../../chunk-XZ6L6OXJ.js');
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
var _chunkYXJ3YDLQjs = require('../../chunk-YXJ3YDLQ.js');
|
|
@@ -52,7 +52,7 @@ var _chunkD2PV33E5js = require('../../chunk-D2PV33E5.js');
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
var
|
|
55
|
+
var _chunkLZC7BM3Djs = require('../../chunk-LZC7BM3D.js');
|
|
56
56
|
require('../../chunk-GXTFFUML.js');
|
|
57
57
|
|
|
58
58
|
|
|
@@ -83,7 +83,7 @@ var _chunkSZWM7COVjs = require('../../chunk-SZWM7COV.js');
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
var
|
|
86
|
+
var _chunkUHTWNVEZjs = require('../../chunk-UHTWNVEZ.js');
|
|
87
87
|
require('../../chunk-4BWM53AA.js');
|
|
88
88
|
require('../../chunk-322ASCCN.js');
|
|
89
89
|
require('../../chunk-CQDBLKPF.js');
|
|
@@ -150,4 +150,4 @@ require('../../chunk-CQDBLKPF.js');
|
|
|
150
150
|
|
|
151
151
|
|
|
152
152
|
|
|
153
|
-
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes =
|
|
153
|
+
exports.INVALID_CARGO_ARGS = _chunkD2PV33E5js.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkTM2CRDJWjs.LOCK_FILES; exports.NAMED_INPUTS = _chunk4AKDRRMLjs.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkTM2CRDJWjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkTM2CRDJWjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkTM2CRDJWjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkTM2CRDJWjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkLZC7BM3Djs.PackageManagerTypes; exports.ProjectTagConstants = _chunkUHTWNVEZjs.ProjectTagConstants; exports.RELEASE = _chunk4AKDRRMLjs.RELEASE; exports.YARN_LOCK_FILE = _chunkTM2CRDJWjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkTM2CRDJWjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunkLZC7BM3Djs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkUHTWNVEZjs.addPluginProjectTag; exports.addProjectTag = _chunkUHTWNVEZjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkYXJ3YDLQjs.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunkD2PV33E5js.buildCargoCommand; exports.cargoCommand = _chunkD2PV33E5js.cargoCommand; exports.cargoCommandSync = _chunkD2PV33E5js.cargoCommandSync; exports.cargoMetadata = _chunkD2PV33E5js.cargoMetadata; exports.cargoRunCommand = _chunkD2PV33E5js.cargoRunCommand; exports.childProcess = _chunkD2PV33E5js.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkUHTWNVEZjs.formatProjectTag; exports.getLockFileDependencies = _chunkTM2CRDJWjs.getLockFileDependencies; exports.getLockFileName = _chunkTM2CRDJWjs.getLockFileName; exports.getLockFileNodes = _chunkTM2CRDJWjs.getLockFileNodes; exports.getPackageInfo = _chunkLZC7BM3Djs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkXZ6L6OXJjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkXZ6L6OXJjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkR5MXU5BGjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkR5MXU5BGjs.getProjectConfigurations; exports.getProjectPlatform = _chunkXZ6L6OXJjs.getProjectPlatform; exports.getProjectRoot = _chunkXZ6L6OXJjs.getProjectRoot; exports.getProjectTag = _chunkUHTWNVEZjs.getProjectTag; exports.getRoot = _chunkXZ6L6OXJjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkUHTWNVEZjs.hasProjectTag; exports.isEqualProjectTag = _chunkUHTWNVEZjs.isEqualProjectTag; exports.isExternal = _chunkD2PV33E5js.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 = _chunkD2PV33E5js.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkUHTWNVEZjs.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 = _chunk4AKDRRMLjs.withNamedInputs;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
getProjectPlatform,
|
|
34
34
|
getProjectRoot,
|
|
35
35
|
getRoot
|
|
36
|
-
} from "../../chunk-
|
|
36
|
+
} from "../../chunk-FKPWMB63.mjs";
|
|
37
37
|
import {
|
|
38
38
|
applyWorkspaceExecutorTokens
|
|
39
39
|
} from "../../chunk-WHGUOK37.mjs";
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
PackageManagerTypes,
|
|
53
53
|
addPackageJsonGitHead,
|
|
54
54
|
getPackageInfo
|
|
55
|
-
} from "../../chunk-
|
|
55
|
+
} from "../../chunk-5BONSUJM.mjs";
|
|
56
56
|
import "../../chunk-FEYD5KMF.mjs";
|
|
57
57
|
import {
|
|
58
58
|
eslintVersion,
|
|
@@ -83,11 +83,11 @@ import {
|
|
|
83
83
|
hasProjectTag,
|
|
84
84
|
isEqualProjectTag,
|
|
85
85
|
setDefaultProjectTags
|
|
86
|
-
} from "../../chunk-
|
|
86
|
+
} from "../../chunk-AQ7B26V3.mjs";
|
|
87
87
|
import "../../chunk-6MATO2MJ.mjs";
|
|
88
88
|
import "../../chunk-GSZ2BO7G.mjs";
|
|
89
89
|
import "../../chunk-TBW5MCN6.mjs";
|
|
90
|
-
import "../../chunk-
|
|
90
|
+
import "../../chunk-CXY6VDX7.mjs";
|
|
91
91
|
export {
|
|
92
92
|
INVALID_CARGO_ARGS,
|
|
93
93
|
LOCK_FILES,
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkLZC7BM3Djs = require('../../chunk-LZC7BM3D.js');
|
|
6
6
|
require('../../chunk-GXTFFUML.js');
|
|
7
|
-
require('../../chunk-
|
|
7
|
+
require('../../chunk-UHTWNVEZ.js');
|
|
8
8
|
require('../../chunk-4BWM53AA.js');
|
|
9
9
|
require('../../chunk-CQDBLKPF.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.PackageManagerTypes =
|
|
14
|
+
exports.PackageManagerTypes = _chunkLZC7BM3Djs.PackageManagerTypes; exports.addPackageJsonGitHead = _chunkLZC7BM3Djs.addPackageJsonGitHead; exports.getPackageInfo = _chunkLZC7BM3Djs.getPackageInfo;
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
PackageManagerTypes,
|
|
3
3
|
addPackageJsonGitHead,
|
|
4
4
|
getPackageInfo
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-5BONSUJM.mjs";
|
|
6
6
|
import "../../chunk-FEYD5KMF.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../chunk-6MATO2MJ.mjs";
|
|
9
9
|
import "../../chunk-TBW5MCN6.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-CXY6VDX7.mjs";
|
|
11
11
|
export {
|
|
12
12
|
PackageManagerTypes,
|
|
13
13
|
addPackageJsonGitHead,
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../chunk-
|
|
7
|
+
var _chunkXZ6L6OXJjs = require('../../chunk-XZ6L6OXJ.js');
|
|
8
|
+
require('../../chunk-UHTWNVEZ.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.getProjectConfigFromProjectJsonPath =
|
|
15
|
+
exports.getProjectConfigFromProjectJsonPath = _chunkXZ6L6OXJjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkXZ6L6OXJjs.getProjectConfigFromProjectRoot; exports.getProjectPlatform = _chunkXZ6L6OXJjs.getProjectPlatform; exports.getProjectRoot = _chunkXZ6L6OXJjs.getProjectRoot; exports.getRoot = _chunkXZ6L6OXJjs.getRoot;
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
getProjectPlatform,
|
|
5
5
|
getProjectRoot,
|
|
6
6
|
getRoot
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-FKPWMB63.mjs";
|
|
8
|
+
import "../../chunk-AQ7B26V3.mjs";
|
|
9
|
+
import "../../chunk-CXY6VDX7.mjs";
|
|
10
10
|
export {
|
|
11
11
|
getProjectConfigFromProjectJsonPath,
|
|
12
12
|
getProjectConfigFromProjectRoot,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkUHTWNVEZjs = require('../../chunk-UHTWNVEZ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -17,4 +17,4 @@ var _chunk6MT6IAIJjs = require('../../chunk-6MT6IAIJ.js');
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
exports.ProjectTagConstants =
|
|
20
|
+
exports.ProjectTagConstants = _chunkUHTWNVEZjs.ProjectTagConstants; exports.addPluginProjectTag = _chunkUHTWNVEZjs.addPluginProjectTag; exports.addProjectTag = _chunkUHTWNVEZjs.addProjectTag; exports.formatProjectTag = _chunkUHTWNVEZjs.formatProjectTag; exports.getProjectTag = _chunkUHTWNVEZjs.getProjectTag; exports.hasProjectTag = _chunkUHTWNVEZjs.hasProjectTag; exports.isEqualProjectTag = _chunkUHTWNVEZjs.isEqualProjectTag; exports.setDefaultProjectTags = _chunkUHTWNVEZjs.setDefaultProjectTags;
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
hasProjectTag,
|
|
8
8
|
isEqualProjectTag,
|
|
9
9
|
setDefaultProjectTags
|
|
10
|
-
} from "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
} from "../../chunk-AQ7B26V3.mjs";
|
|
11
|
+
import "../../chunk-CXY6VDX7.mjs";
|
|
12
12
|
export {
|
|
13
13
|
ProjectTagConstants,
|
|
14
14
|
addPluginProjectTag,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.294.
|
|
3
|
+
"version": "1.294.2",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -233,20 +233,20 @@
|
|
|
233
233
|
},
|
|
234
234
|
"dependencies": {
|
|
235
235
|
"@ltd/j-toml": "1.38.0",
|
|
236
|
-
"@microsoft/api-extractor": "^7.55.
|
|
236
|
+
"@microsoft/api-extractor": "^7.55.2",
|
|
237
237
|
"@nx/devkit": "^22.1.3",
|
|
238
238
|
"@nx/js": "^22.1.3",
|
|
239
239
|
"@samchon/openapi": "^2.5.3",
|
|
240
240
|
"@size-limit/esbuild": "11.1.4",
|
|
241
241
|
"@size-limit/esbuild-why": "11.1.4",
|
|
242
242
|
"@size-limit/file": "11.1.4",
|
|
243
|
-
"@storm-software/config-tools": "^1.188.
|
|
244
|
-
"@storm-software/esbuild": "^0.53.
|
|
245
|
-
"@storm-software/npm-tools": "^0.6.
|
|
246
|
-
"@storm-software/pnpm-tools": "^0.6.
|
|
247
|
-
"@storm-software/prettier": "^0.57.
|
|
248
|
-
"@storm-software/tsdown": "^0.45.
|
|
249
|
-
"@storm-software/unbuild": "^0.57.
|
|
243
|
+
"@storm-software/config-tools": "^1.188.58",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.58",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.14",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.58",
|
|
247
|
+
"@storm-software/prettier": "^0.57.58",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.58",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.58",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
251
251
|
"glob": "^11.1.0",
|
|
252
252
|
"jiti": "2.4.2",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "0be600443ae908d9754a322c3f9a83bc227933ed"
|
|
276
276
|
}
|