@storm-software/workspace-tools 1.294.1 → 1.294.3
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 +33 -0
- package/README.md +1 -2
- 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-7JLWWZ6R.mjs → chunk-73A7IONK.mjs} +1 -1
- package/dist/{chunk-M3TJCESM.mjs → chunk-AQ7B26V3.mjs} +1 -1
- package/dist/{chunk-FKYMJ3KW.js → chunk-BZMYB75M.js} +4 -4
- 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-JW65YBW5.mjs → chunk-MILWDGNH.mjs} +1 -1
- 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-JOUEIYCR.mjs → chunk-WBPHMZKE.mjs} +1 -1
- 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 +3 -3
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +5 -5
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/npm-publish/executor.js +4 -4
- package/dist/src/executors/npm-publish/executor.mjs +3 -3
- package/dist/src/generators/browser-library/generator.js +4 -4
- package/dist/src/generators/browser-library/generator.mjs +3 -3
- package/dist/src/generators/neutral-library/generator.js +4 -4
- package/dist/src/generators/neutral-library/generator.mjs +3 -3
- package/dist/src/generators/node-library/generator.js +4 -4
- package/dist/src/generators/node-library/generator.mjs +3 -3
- package/dist/src/plugins/rust/cargo-toml.js +4 -4
- package/dist/src/plugins/rust/cargo-toml.mjs +3 -3
- package/dist/src/plugins/rust/index.js +4 -4
- package/dist/src/plugins/rust/index.mjs +3 -3
- package/dist/src/plugins/typescript/index.js +32 -32
- package/dist/src/plugins/typescript/index.mjs +2 -2
- package/dist/src/plugins/typescript/tsdown.js +16 -16
- package/dist/src/plugins/typescript/tsdown.mjs +8 -8
- package/dist/src/plugins/typescript/tsup.js +10 -10
- package/dist/src/plugins/typescript/tsup.mjs +2 -2
- package/dist/src/plugins/typescript/untyped-schema.js +4 -4
- package/dist/src/plugins/typescript/untyped-schema.mjs +2 -2
- package/dist/src/utils/index.js +4 -4
- package/dist/src/utils/index.mjs +3 -3
- package/dist/src/utils/package-helpers.js +3 -3
- package/dist/src/utils/package-helpers.mjs +2 -2
- package/dist/src/utils/plugin-helpers.js +3 -3
- package/dist/src/utils/plugin-helpers.mjs +2 -2
- package/dist/src/utils/project-tags.js +2 -2
- package/dist/src/utils/project-tags.mjs +1 -1
- package/package.json +9 -9
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
|
|
9
9
|
require('../../../chunk-2JANPL5K.js');
|
|
10
10
|
|
|
11
11
|
// src/plugins/typescript/tsdown.ts
|
|
@@ -20,7 +20,7 @@ var _nxjsonjs = require('nx/src/config/nx-json.js');
|
|
|
20
20
|
var _packagejson = require('nx/src/utils/package-json');
|
|
21
21
|
var name = "storm-software/typescript/tsdown";
|
|
22
22
|
var createNodesV2 = [
|
|
23
|
-
"**/tsdown
|
|
23
|
+
"**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
|
|
24
24
|
async (configFiles, options, context) => {
|
|
25
25
|
return await _devkit.createNodesFromFiles.call(void 0,
|
|
26
26
|
(configFile, options2, context2) => {
|
|
@@ -53,7 +53,7 @@ var createNodesV2 = [
|
|
|
53
53
|
projectRoot,
|
|
54
54
|
context2.workspaceRoot
|
|
55
55
|
);
|
|
56
|
-
const root =
|
|
56
|
+
const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
57
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
58
58
|
while (relativeConfig.startsWith(".")) {
|
|
59
59
|
relativeConfig = relativeConfig.slice(1);
|
|
@@ -61,7 +61,7 @@ var createNodesV2 = [
|
|
|
61
61
|
while (relativeConfig.startsWith("/")) {
|
|
62
62
|
relativeConfig = relativeConfig.slice(1);
|
|
63
63
|
}
|
|
64
|
-
targets[_optionalChain([options2, 'optionalAccess', _ => _.projectLinks]) === "alias" /* ALIAS */ ? "build-base" : "build"]
|
|
64
|
+
targets[_optionalChain([options2, 'optionalAccess', _ => _.projectLinks]) === "alias" /* ALIAS */ ? "build-base" : "build"] ??= {
|
|
65
65
|
cache: true,
|
|
66
66
|
inputs: [
|
|
67
67
|
`{workspaceRoot}/${configFile}`,
|
|
@@ -72,12 +72,12 @@ var createNodesV2 = [
|
|
|
72
72
|
executor: "nx:run-commands",
|
|
73
73
|
dependsOn: ["build-untyped", "typecheck", "^build"],
|
|
74
74
|
options: {
|
|
75
|
-
command: `tsdown --config
|
|
76
|
-
cwd:
|
|
75
|
+
command: `tsdown --config "${relativeConfig}" --cwd "${projectRoot}"`,
|
|
76
|
+
cwd: projectRoot
|
|
77
77
|
}
|
|
78
78
|
};
|
|
79
79
|
if (_optionalChain([options2, 'optionalAccess', _2 => _2.projectLinks]) === "alias" /* ALIAS */) {
|
|
80
|
-
targets.build
|
|
80
|
+
targets.build ??= {
|
|
81
81
|
cache: true,
|
|
82
82
|
inputs: [
|
|
83
83
|
"{workspaceRoot}/LICENSE",
|
|
@@ -97,7 +97,7 @@ var createNodesV2 = [
|
|
|
97
97
|
}
|
|
98
98
|
};
|
|
99
99
|
}
|
|
100
|
-
targets.clean
|
|
100
|
+
targets.clean ??= {
|
|
101
101
|
executor: "nx:run-commands",
|
|
102
102
|
inputs: [
|
|
103
103
|
`{workspaceRoot}/${configFile}`,
|
|
@@ -111,17 +111,17 @@ var createNodesV2 = [
|
|
|
111
111
|
]
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
_chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
|
|
115
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
116
116
|
project,
|
|
117
|
-
|
|
118
|
-
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ?
|
|
117
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
|
|
118
|
+
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
|
|
119
119
|
{ overwrite: true }
|
|
120
120
|
);
|
|
121
|
-
|
|
121
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
122
122
|
project,
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TAG_ID,
|
|
124
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TSDOWN,
|
|
125
125
|
{ overwrite: true }
|
|
126
126
|
);
|
|
127
127
|
return {
|
|
@@ -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
7
|
setDefaultProjectTags
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-AQ7B26V3.mjs";
|
|
9
9
|
import "../../../chunk-OV6RS5V7.mjs";
|
|
10
10
|
import "../../../chunk-CXY6VDX7.mjs";
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@ import { readNxJson } from "nx/src/config/nx-json.js";
|
|
|
21
21
|
import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
|
|
22
22
|
var name = "storm-software/typescript/tsdown";
|
|
23
23
|
var createNodesV2 = [
|
|
24
|
-
"**/tsdown
|
|
24
|
+
"**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
|
|
25
25
|
async (configFiles, options, context) => {
|
|
26
26
|
return await createNodesFromFiles(
|
|
27
27
|
(configFile, options2, context2) => {
|
|
@@ -62,7 +62,7 @@ var createNodesV2 = [
|
|
|
62
62
|
while (relativeConfig.startsWith("/")) {
|
|
63
63
|
relativeConfig = relativeConfig.slice(1);
|
|
64
64
|
}
|
|
65
|
-
targets[options2?.projectLinks === "alias" /* ALIAS */ ? "build-base" : "build"]
|
|
65
|
+
targets[options2?.projectLinks === "alias" /* ALIAS */ ? "build-base" : "build"] ??= {
|
|
66
66
|
cache: true,
|
|
67
67
|
inputs: [
|
|
68
68
|
`{workspaceRoot}/${configFile}`,
|
|
@@ -73,12 +73,12 @@ var createNodesV2 = [
|
|
|
73
73
|
executor: "nx:run-commands",
|
|
74
74
|
dependsOn: ["build-untyped", "typecheck", "^build"],
|
|
75
75
|
options: {
|
|
76
|
-
command: `tsdown --config
|
|
77
|
-
cwd:
|
|
76
|
+
command: `tsdown --config "${relativeConfig}" --cwd "${projectRoot}"`,
|
|
77
|
+
cwd: projectRoot
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
80
|
if (options2?.projectLinks === "alias" /* ALIAS */) {
|
|
81
|
-
targets.build
|
|
81
|
+
targets.build ??= {
|
|
82
82
|
cache: true,
|
|
83
83
|
inputs: [
|
|
84
84
|
"{workspaceRoot}/LICENSE",
|
|
@@ -98,7 +98,7 @@ var createNodesV2 = [
|
|
|
98
98
|
}
|
|
99
99
|
};
|
|
100
100
|
}
|
|
101
|
-
targets.clean
|
|
101
|
+
targets.clean ??= {
|
|
102
102
|
executor: "nx:run-commands",
|
|
103
103
|
inputs: [
|
|
104
104
|
`{workspaceRoot}/${configFile}`,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkUHTWNVEZjs = require('../../../chunk-UHTWNVEZ.js');
|
|
9
9
|
require('../../../chunk-2JANPL5K.js');
|
|
10
10
|
|
|
11
11
|
// src/plugins/typescript/tsup.ts
|
|
@@ -53,7 +53,7 @@ var createNodesV2 = [
|
|
|
53
53
|
projectRoot,
|
|
54
54
|
context2.workspaceRoot
|
|
55
55
|
);
|
|
56
|
-
const root =
|
|
56
|
+
const root = _chunkXZ6L6OXJjs.getRoot.call(void 0, projectRoot, context2);
|
|
57
57
|
let relativeConfig = configFile.replaceAll(root, "");
|
|
58
58
|
while (relativeConfig.startsWith(".")) {
|
|
59
59
|
relativeConfig = relativeConfig.slice(1);
|
|
@@ -111,17 +111,17 @@ var createNodesV2 = [
|
|
|
111
111
|
]
|
|
112
112
|
}
|
|
113
113
|
};
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
_chunkUHTWNVEZjs.setDefaultProjectTags.call(void 0, project, name);
|
|
115
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
116
116
|
project,
|
|
117
|
-
|
|
118
|
-
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ?
|
|
117
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.TAG_ID,
|
|
118
|
+
_optionalChain([options2, 'optionalAccess', _3 => _3.projectLinks]) === "alias" /* ALIAS */ ? _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.ALIAS : _chunkUHTWNVEZjs.ProjectTagConstants.ProjectLinking.REFERENCE,
|
|
119
119
|
{ overwrite: true }
|
|
120
120
|
);
|
|
121
|
-
|
|
121
|
+
_chunkUHTWNVEZjs.addProjectTag.call(void 0,
|
|
122
122
|
project,
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TAG_ID,
|
|
124
|
+
_chunkUHTWNVEZjs.ProjectTagConstants.Builder.TSUP,
|
|
125
125
|
{ overwrite: true }
|
|
126
126
|
);
|
|
127
127
|
return {
|
|
@@ -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
7
|
setDefaultProjectTags
|
|
8
|
-
} from "../../../chunk-
|
|
8
|
+
} from "../../../chunk-AQ7B26V3.mjs";
|
|
9
9
|
import "../../../chunk-OV6RS5V7.mjs";
|
|
10
10
|
import "../../../chunk-CXY6VDX7.mjs";
|
|
11
11
|
|
|
@@ -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,10 +1,10 @@
|
|
|
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-
|
|
7
|
+
} from "../../../chunk-AQ7B26V3.mjs";
|
|
8
8
|
import "../../../chunk-CXY6VDX7.mjs";
|
|
9
9
|
|
|
10
10
|
// src/plugins/typescript/untyped-schema.ts
|
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,7 +83,7 @@ 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";
|
|
@@ -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,9 +2,9 @@ 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
10
|
import "../../chunk-CXY6VDX7.mjs";
|
|
@@ -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,8 +4,8 @@ import {
|
|
|
4
4
|
getProjectPlatform,
|
|
5
5
|
getProjectRoot,
|
|
6
6
|
getRoot
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-FKPWMB63.mjs";
|
|
8
|
+
import "../../chunk-AQ7B26V3.mjs";
|
|
9
9
|
import "../../chunk-CXY6VDX7.mjs";
|
|
10
10
|
export {
|
|
11
11
|
getProjectConfigFromProjectJsonPath,
|
|
@@ -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;
|
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.3",
|
|
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",
|
|
@@ -240,13 +240,13 @@
|
|
|
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.59",
|
|
244
|
+
"@storm-software/esbuild": "^0.53.59",
|
|
245
|
+
"@storm-software/npm-tools": "^0.6.15",
|
|
246
|
+
"@storm-software/pnpm-tools": "^0.6.59",
|
|
247
|
+
"@storm-software/prettier": "^0.57.59",
|
|
248
|
+
"@storm-software/tsdown": "^0.45.59",
|
|
249
|
+
"@storm-software/unbuild": "^0.57.59",
|
|
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": "0d0001db48a714158c3f4f3a159f62784cf53d50"
|
|
276
276
|
}
|