@storm-software/workspace-tools 1.281.5 → 1.281.6
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 +13 -0
- package/README.md +2 -1
- package/dist/{chunk-5PRFVSLH.mjs → chunk-BMJKUT3Q.mjs} +2 -2
- package/dist/{chunk-MNERRVQI.js → chunk-GGCU4XE6.js} +3 -3
- package/dist/{chunk-PS6S7UL3.js → chunk-GPIYB3QS.js} +3 -3
- package/dist/{chunk-O6MAVH5P.js → chunk-HJFAPTJZ.js} +6 -6
- package/dist/{chunk-CNBBZVVG.mjs → chunk-LNCNJLSB.mjs} +1 -1
- package/dist/{chunk-P4YMHS4X.mjs → chunk-LWUPEFOD.mjs} +1 -1
- package/dist/{chunk-DSDPBWVF.mjs → chunk-MW2SMA7T.mjs} +1 -1
- package/dist/{chunk-EK75QNMS.mjs → chunk-QC5ON3X4.mjs} +1 -1
- package/dist/{chunk-GYLUTELW.js → chunk-QKQRWKYX.js} +2 -2
- package/dist/{chunk-RGSMPNMN.js → chunk-SUEQ5CUG.js} +5 -5
- package/dist/{chunk-HI4G4OOG.js → chunk-SZWM7COV.js} +1 -1
- package/dist/{chunk-JWSFA4VD.mjs → chunk-YIIOX6QQ.mjs} +1 -1
- package/dist/generators.js +8 -8
- package/dist/generators.mjs +9 -9
- package/dist/index.js +8 -8
- package/dist/index.mjs +9 -9
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- 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/generators/preset/generator.js +3 -3
- package/dist/src/generators/preset/generator.mjs +2 -2
- package/dist/src/utils/index.js +2 -2
- package/dist/src/utils/index.mjs +1 -1
- package/dist/src/utils/versions.d.mts +1 -1
- package/dist/src/utils/versions.d.ts +1 -1
- package/dist/src/utils/versions.js +2 -2
- package/dist/src/utils/versions.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.281.5](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.281.5) (2025-08-09)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Updated the workspace package dependencies
|
|
10
|
+
([fff0b6534](https://github.com/storm-software/storm-ops/commit/fff0b6534))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated prettier to 0.53.5
|
|
15
|
+
- Updated esbuild to 0.47.5
|
|
16
|
+
- Updated unbuild to 0.51.5
|
|
17
|
+
|
|
5
18
|
## [1.281.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.281.4) (2025-08-08)
|
|
6
19
|
|
|
7
20
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Workspace Tools](#storm-workspace-tools)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
normalizeOptions,
|
|
3
3
|
typeScriptLibraryGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-LNCNJLSB.mjs";
|
|
5
5
|
import {
|
|
6
6
|
typesNodeVersion
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QC5ON3X4.mjs";
|
|
8
8
|
import {
|
|
9
9
|
withRunGenerator
|
|
10
10
|
} from "./chunk-OHWNQITF.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQKQRWKYXjs = require('./chunk-QKQRWKYX.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkMPOLUVMPjs = require('./chunk-MPOLUVMP.js');
|
|
@@ -30,7 +30,7 @@ async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
|
30
30
|
devDependencies: {},
|
|
31
31
|
buildExecutor: "@storm-software/workspace-tools:unbuild"
|
|
32
32
|
};
|
|
33
|
-
const options = await
|
|
33
|
+
const options = await _chunkQKQRWKYXjs.normalizeOptions.call(void 0, tree, tsLibraryGeneratorOptions);
|
|
34
34
|
const { className, name, propertyName } = _devkit.names.call(void 0,
|
|
35
35
|
options.projectNames.projectFileName
|
|
36
36
|
);
|
|
@@ -50,7 +50,7 @@ async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
|
50
50
|
buildable: options.bundler && options.bundler !== "none",
|
|
51
51
|
hasUnitTestRunner: options.unitTestRunner !== "none"
|
|
52
52
|
});
|
|
53
|
-
await
|
|
53
|
+
await _chunkQKQRWKYXjs.typeScriptLibraryGeneratorFn.call(void 0, tree, tsLibraryGeneratorOptions, config);
|
|
54
54
|
await _devkit.formatFiles.call(void 0, tree);
|
|
55
55
|
return null;
|
|
56
56
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQKQRWKYXjs = require('./chunk-QKQRWKYX.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkMPOLUVMPjs = require('./chunk-MPOLUVMP.js');
|
|
@@ -48,7 +48,7 @@ async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
|
48
48
|
description: schema.description,
|
|
49
49
|
directory: schema.directory
|
|
50
50
|
};
|
|
51
|
-
const options = await
|
|
51
|
+
const options = await _chunkQKQRWKYXjs.normalizeOptions.call(void 0, tree, tsLibraryGeneratorOptions);
|
|
52
52
|
const { className, name, propertyName } = _devkit.names.call(void 0,
|
|
53
53
|
options.projectNames.projectFileName
|
|
54
54
|
);
|
|
@@ -78,7 +78,7 @@ async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
});
|
|
81
|
-
await
|
|
81
|
+
await _chunkQKQRWKYXjs.typeScriptLibraryGeneratorFn.call(void 0, tree, tsLibraryGeneratorOptions, config);
|
|
82
82
|
await _devkit.formatFiles.call(void 0, tree);
|
|
83
83
|
return null;
|
|
84
84
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSZWM7COVjs = require('./chunk-SZWM7COV.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkMPOLUVMPjs = require('./chunk-MPOLUVMP.js');
|
|
@@ -156,17 +156,17 @@ async function presetGeneratorFn(tree, options) {
|
|
|
156
156
|
json.scripts["lint-knip"] = "pnpm exec knip";
|
|
157
157
|
json.scripts["lint-sherif"] = "pnpm exec sherif -i typescript -i react -i react-dom";
|
|
158
158
|
json.scripts["lint-ls"] = 'pnpm exec ls-lint --config="./node_modules/@storm-software/linting-tools/ls-lint/ls-lint.yml"';
|
|
159
|
-
json.packageManager ??= `pnpm@${
|
|
159
|
+
json.packageManager ??= `pnpm@${_chunkSZWM7COVjs.pnpmVersion}`;
|
|
160
160
|
json.engines = {
|
|
161
|
-
node: `>=${
|
|
162
|
-
pnpm: `>=${
|
|
161
|
+
node: `>=${_chunkSZWM7COVjs.nodeVersion}`,
|
|
162
|
+
pnpm: `>=${_chunkSZWM7COVjs.pnpmVersion}`
|
|
163
163
|
};
|
|
164
164
|
return json;
|
|
165
165
|
});
|
|
166
166
|
_devkit.generateFiles.call(void 0, tree, path.join(__dirname, "files"), projectRoot, {
|
|
167
167
|
...options,
|
|
168
|
-
pnpmVersion:
|
|
169
|
-
nodeVersion:
|
|
168
|
+
pnpmVersion: _chunkSZWM7COVjs.pnpmVersion,
|
|
169
|
+
nodeVersion: _chunkSZWM7COVjs.nodeVersion
|
|
170
170
|
});
|
|
171
171
|
await _devkit.formatFiles.call(void 0, tree);
|
|
172
172
|
let dependencies = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkSZWM7COVjs = require('./chunk-SZWM7COV.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -268,7 +268,7 @@ async function normalizeOptions(tree, options, config) {
|
|
|
268
268
|
if (options.publishable === false && options.buildable === false) {
|
|
269
269
|
bundler = "none";
|
|
270
270
|
}
|
|
271
|
-
const { Linter } = _devkit.ensurePackage.call(void 0, "@nx/eslint",
|
|
271
|
+
const { Linter } = _devkit.ensurePackage.call(void 0, "@nx/eslint", _chunkSZWM7COVjs.nxVersion);
|
|
272
272
|
const rootProject = false;
|
|
273
273
|
const {
|
|
274
274
|
projectName,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQKQRWKYXjs = require('./chunk-QKQRWKYX.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkSZWM7COVjs = require('./chunk-SZWM7COV.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkMPOLUVMPjs = require('./chunk-MPOLUVMP.js');
|
|
@@ -30,14 +30,14 @@ async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
|
30
30
|
const tsLibraryGeneratorOptions = {
|
|
31
31
|
platform: "node",
|
|
32
32
|
devDependencies: {
|
|
33
|
-
"@types/node":
|
|
33
|
+
"@types/node": _chunkSZWM7COVjs.typesNodeVersion
|
|
34
34
|
},
|
|
35
35
|
buildExecutor: "@storm-software/workspace-tools:unbuild",
|
|
36
36
|
...schema,
|
|
37
37
|
directory: schema.directory,
|
|
38
38
|
description: schema.description
|
|
39
39
|
};
|
|
40
|
-
const options = await
|
|
40
|
+
const options = await _chunkQKQRWKYXjs.normalizeOptions.call(void 0, tree, tsLibraryGeneratorOptions);
|
|
41
41
|
const { className, name, propertyName } = _devkit.names.call(void 0, options.name);
|
|
42
42
|
_devkit.generateFiles.call(void 0, tree, filesDir, options.projectRoot, {
|
|
43
43
|
...schema,
|
|
@@ -55,7 +55,7 @@ async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
|
55
55
|
buildable: options.bundler && options.bundler !== "none",
|
|
56
56
|
hasUnitTestRunner: options.unitTestRunner !== "none"
|
|
57
57
|
});
|
|
58
|
-
await
|
|
58
|
+
await _chunkQKQRWKYXjs.typeScriptLibraryGeneratorFn.call(void 0, tree, tsLibraryGeneratorOptions, config);
|
|
59
59
|
await _devkit.formatFiles.call(void 0, tree);
|
|
60
60
|
return null;
|
|
61
61
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/utils/versions.ts
|
|
2
|
-
var tsupVersion = "
|
|
2
|
+
var tsupVersion = "8.4.0";
|
|
3
3
|
var prettierPackageJsonVersion = "2.4.6";
|
|
4
4
|
var prettierPrismaVersion = "5.0.0";
|
|
5
5
|
var prettierVersion = "^3.0.3";
|
package/dist/generators.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSUEQ5CUGjs = require('./chunk-SUEQ5CUG.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkHJFAPTJZjs = require('./chunk-HJFAPTJZ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkDIIKED3Bjs = require('./chunk-DIIKED3B.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkGPIYB3QSjs = require('./chunk-GPIYB3QS.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
var _chunkKLCKGDKIjs = require('./chunk-KLCKGDKI.js');
|
|
@@ -19,9 +19,9 @@ var _chunkKLCKGDKIjs = require('./chunk-KLCKGDKI.js');
|
|
|
19
19
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
23
|
-
require('./chunk-
|
|
24
|
-
require('./chunk-
|
|
22
|
+
var _chunkGGCU4XE6js = require('./chunk-GGCU4XE6.js');
|
|
23
|
+
require('./chunk-QKQRWKYX.js');
|
|
24
|
+
require('./chunk-SZWM7COV.js');
|
|
25
25
|
require('./chunk-452FQZ3B.js');
|
|
26
26
|
require('./chunk-AX3RSZT7.js');
|
|
27
27
|
require('./chunk-MPOLUVMP.js');
|
|
@@ -39,4 +39,4 @@ require('./chunk-3RG5ZIWI.js');
|
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
exports.browserLibraryGeneratorFn =
|
|
42
|
+
exports.browserLibraryGeneratorFn = _chunkGPIYB3QSjs.browserLibraryGeneratorFn; exports.configSchemaGeneratorFn = _chunkKLCKGDKIjs.configSchemaGeneratorFn; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.neutralLibraryGeneratorFn = _chunkGGCU4XE6js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkSUEQ5CUGjs.nodeLibraryGeneratorFn; exports.presetGeneratorFn = _chunkHJFAPTJZjs.presetGeneratorFn; exports.releaseVersionGeneratorFn = _chunkDIIKED3Bjs.releaseVersionGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
|
+
import {
|
|
3
|
+
nodeLibraryGeneratorFn
|
|
4
|
+
} from "./chunk-BMJKUT3Q.mjs";
|
|
2
5
|
import {
|
|
3
6
|
presetGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LWUPEFOD.mjs";
|
|
5
8
|
import {
|
|
6
9
|
releaseVersionGeneratorFn
|
|
7
10
|
} from "./chunk-BNK3N63T.mjs";
|
|
8
|
-
import {
|
|
9
|
-
neutralLibraryGeneratorFn
|
|
10
|
-
} from "./chunk-DSDPBWVF.mjs";
|
|
11
11
|
import {
|
|
12
12
|
browserLibraryGeneratorFn
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-YIIOX6QQ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
configSchemaGeneratorFn
|
|
16
16
|
} from "./chunk-K5H3GB4W.mjs";
|
|
@@ -18,10 +18,10 @@ import {
|
|
|
18
18
|
initGenerator
|
|
19
19
|
} from "./chunk-437WGH2M.mjs";
|
|
20
20
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
21
|
+
neutralLibraryGeneratorFn
|
|
22
|
+
} from "./chunk-MW2SMA7T.mjs";
|
|
23
|
+
import "./chunk-LNCNJLSB.mjs";
|
|
24
|
+
import "./chunk-QC5ON3X4.mjs";
|
|
25
25
|
import "./chunk-SVIG7SR3.mjs";
|
|
26
26
|
import "./chunk-F66XEAID.mjs";
|
|
27
27
|
import "./chunk-OHWNQITF.mjs";
|
package/dist/index.js
CHANGED
|
@@ -103,16 +103,16 @@ var _chunkLJDV7HFTjs = require('./chunk-LJDV7HFT.js');
|
|
|
103
103
|
require('./chunk-INERRJ6Q.js');
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
var
|
|
106
|
+
var _chunkSUEQ5CUGjs = require('./chunk-SUEQ5CUG.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var
|
|
109
|
+
var _chunkHJFAPTJZjs = require('./chunk-HJFAPTJZ.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
var
|
|
112
|
+
var _chunkDIIKED3Bjs = require('./chunk-DIIKED3B.js');
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
var
|
|
115
|
+
var _chunkGPIYB3QSjs = require('./chunk-GPIYB3QS.js');
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
var _chunkKLCKGDKIjs = require('./chunk-KLCKGDKI.js');
|
|
@@ -121,13 +121,13 @@ var _chunkKLCKGDKIjs = require('./chunk-KLCKGDKI.js');
|
|
|
121
121
|
var _chunkOKSECMVKjs = require('./chunk-OKSECMVK.js');
|
|
122
122
|
|
|
123
123
|
|
|
124
|
-
var
|
|
124
|
+
var _chunkGGCU4XE6js = require('./chunk-GGCU4XE6.js');
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
|
|
130
|
-
var
|
|
130
|
+
var _chunkQKQRWKYXjs = require('./chunk-QKQRWKYX.js');
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
|
|
@@ -147,7 +147,7 @@ var _chunkGYLUTELWjs = require('./chunk-GYLUTELW.js');
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
var
|
|
150
|
+
var _chunkSZWM7COVjs = require('./chunk-SZWM7COV.js');
|
|
151
151
|
require('./chunk-452FQZ3B.js');
|
|
152
152
|
|
|
153
153
|
|
|
@@ -284,4 +284,4 @@ require('./chunk-3RG5ZIWI.js');
|
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
|
|
287
|
-
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkBZTR7YL6js.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk73IC2JQVjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk73IC2JQVjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk4DLKOUQAjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn =
|
|
287
|
+
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkBZTR7YL6js.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk73IC2JQVjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk73IC2JQVjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk4DLKOUQAjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkGPIYB3QSjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkZJD2B6C4js.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkOS3I2PUFjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkTKGENLP6js.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkYI5SCBUQjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQG4FXW4Fjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkKLCKGDKIjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkQKQRWKYXjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkMU7MWFQBjs.esbuildExecutorFn; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunkQKQRWKYXjs.getOutputPath; exports.getPackageInfo = _chunk73IC2JQVjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkNSSJMQFDjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkNSSJMQFDjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUZ63ALZQjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkUZ63ALZQjs.getProjectConfigurations; exports.getProjectPlatform = _chunkNSSJMQFDjs.getProjectPlatform; exports.getProjectRoot = _chunkNSSJMQFDjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunkWRXLSZ6Ijs.getRegistryVersion; exports.getRoot = _chunkNSSJMQFDjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunkGGCU4XE6js.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkSUEQ5CUGjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.normalizeOptions = _chunkQKQRWKYXjs.normalizeOptions; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmUpdate = _chunkF6X43VUXjs.pnpmUpdate; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.presetGeneratorFn = _chunkHJFAPTJZjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkDIIKED3Bjs.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkKT73YQ5Ojs.sizeLimitExecutorFn; 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.typeScriptLibraryGeneratorFn = _chunkQKQRWKYXjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkSZWM7COVjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkSZWM7COVjs.typescriptVersion; exports.typiaExecutorFn = _chunk35T5FJVWjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkWBSWDEK6js.unbuildExecutorFn; exports.verdaccioVersion = _chunkSZWM7COVjs.verdaccioVersion; exports.withNamedInputs = _chunkIBTPJDV6js.withNamedInputs; exports.withRunExecutor = _chunkME7I4NPFjs.withRunExecutor; exports.withRunGenerator = _chunkMPOLUVMPjs.withRunGenerator;
|
package/dist/index.mjs
CHANGED
|
@@ -101,18 +101,18 @@ import {
|
|
|
101
101
|
runProcess
|
|
102
102
|
} from "./chunk-6LP3KKXE.mjs";
|
|
103
103
|
import "./chunk-RLIZVCIN.mjs";
|
|
104
|
+
import {
|
|
105
|
+
nodeLibraryGeneratorFn
|
|
106
|
+
} from "./chunk-BMJKUT3Q.mjs";
|
|
104
107
|
import {
|
|
105
108
|
presetGeneratorFn
|
|
106
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-LWUPEFOD.mjs";
|
|
107
110
|
import {
|
|
108
111
|
releaseVersionGeneratorFn
|
|
109
112
|
} from "./chunk-BNK3N63T.mjs";
|
|
110
|
-
import {
|
|
111
|
-
neutralLibraryGeneratorFn
|
|
112
|
-
} from "./chunk-DSDPBWVF.mjs";
|
|
113
113
|
import {
|
|
114
114
|
browserLibraryGeneratorFn
|
|
115
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-YIIOX6QQ.mjs";
|
|
116
116
|
import {
|
|
117
117
|
configSchemaGeneratorFn
|
|
118
118
|
} from "./chunk-K5H3GB4W.mjs";
|
|
@@ -120,14 +120,14 @@ import {
|
|
|
120
120
|
initGenerator
|
|
121
121
|
} from "./chunk-437WGH2M.mjs";
|
|
122
122
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
123
|
+
neutralLibraryGeneratorFn
|
|
124
|
+
} from "./chunk-MW2SMA7T.mjs";
|
|
125
125
|
import {
|
|
126
126
|
createProjectTsConfigJson,
|
|
127
127
|
getOutputPath,
|
|
128
128
|
normalizeOptions,
|
|
129
129
|
typeScriptLibraryGeneratorFn
|
|
130
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-LNCNJLSB.mjs";
|
|
131
131
|
import {
|
|
132
132
|
eslintVersion,
|
|
133
133
|
lintStagedVersion,
|
|
@@ -147,7 +147,7 @@ import {
|
|
|
147
147
|
typesNodeVersion,
|
|
148
148
|
typescriptVersion,
|
|
149
149
|
verdaccioVersion
|
|
150
|
-
} from "./chunk-
|
|
150
|
+
} from "./chunk-QC5ON3X4.mjs";
|
|
151
151
|
import "./chunk-SVIG7SR3.mjs";
|
|
152
152
|
import {
|
|
153
153
|
ProjectTagConstants,
|
package/dist/src/base/index.js
CHANGED
|
@@ -13,8 +13,8 @@ var _chunk2AVWFUXPjs = require('../../chunk-2AVWFUXP.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('../../chunk-
|
|
16
|
+
var _chunkQKQRWKYXjs = require('../../chunk-QKQRWKYX.js');
|
|
17
|
+
require('../../chunk-SZWM7COV.js');
|
|
18
18
|
require('../../chunk-AX3RSZT7.js');
|
|
19
19
|
|
|
20
20
|
|
|
@@ -46,4 +46,4 @@ require('../../chunk-3RG5ZIWI.js');
|
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.createProjectTsConfigJson =
|
|
49
|
+
exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.createProjectTsConfigJson = _chunkQKQRWKYXjs.createProjectTsConfigJson; exports.getOutputPath = _chunkQKQRWKYXjs.getOutputPath; exports.normalizeOptions = _chunkQKQRWKYXjs.normalizeOptions; exports.typeScriptLibraryGeneratorFn = _chunkQKQRWKYXjs.typeScriptLibraryGeneratorFn; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.withRunExecutor = _chunkME7I4NPFjs.withRunExecutor; exports.withRunGenerator = _chunkMPOLUVMPjs.withRunGenerator;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
getOutputPath,
|
|
14
14
|
normalizeOptions,
|
|
15
15
|
typeScriptLibraryGeneratorFn
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-LNCNJLSB.mjs";
|
|
17
|
+
import "../../chunk-QC5ON3X4.mjs";
|
|
18
18
|
import "../../chunk-F66XEAID.mjs";
|
|
19
19
|
import {
|
|
20
20
|
withRunExecutor
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkGPIYB3QSjs = require('../../../chunk-GPIYB3QS.js');
|
|
5
|
+
require('../../../chunk-QKQRWKYX.js');
|
|
6
|
+
require('../../../chunk-SZWM7COV.js');
|
|
7
7
|
require('../../../chunk-AX3RSZT7.js');
|
|
8
8
|
require('../../../chunk-MPOLUVMP.js');
|
|
9
9
|
require('../../../chunk-A77PFJ72.js');
|
|
@@ -15,4 +15,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.browserLibraryGeneratorFn =
|
|
18
|
+
exports.browserLibraryGeneratorFn = _chunkGPIYB3QSjs.browserLibraryGeneratorFn; exports.default = _chunkGPIYB3QSjs.generator_default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
browserLibraryGeneratorFn,
|
|
3
3
|
generator_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-YIIOX6QQ.mjs";
|
|
5
|
+
import "../../../chunk-LNCNJLSB.mjs";
|
|
6
|
+
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
8
8
|
import "../../../chunk-OHWNQITF.mjs";
|
|
9
9
|
import "../../../chunk-KYGWN2MB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkGGCU4XE6js = require('../../../chunk-GGCU4XE6.js');
|
|
5
|
+
require('../../../chunk-QKQRWKYX.js');
|
|
6
|
+
require('../../../chunk-SZWM7COV.js');
|
|
7
7
|
require('../../../chunk-AX3RSZT7.js');
|
|
8
8
|
require('../../../chunk-MPOLUVMP.js');
|
|
9
9
|
require('../../../chunk-A77PFJ72.js');
|
|
@@ -15,4 +15,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.default =
|
|
18
|
+
exports.default = _chunkGGCU4XE6js.generator_default; exports.neutralLibraryGeneratorFn = _chunkGGCU4XE6js.neutralLibraryGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
neutralLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MW2SMA7T.mjs";
|
|
5
|
+
import "../../../chunk-LNCNJLSB.mjs";
|
|
6
|
+
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
8
8
|
import "../../../chunk-OHWNQITF.mjs";
|
|
9
9
|
import "../../../chunk-KYGWN2MB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkSUEQ5CUGjs = require('../../../chunk-SUEQ5CUG.js');
|
|
5
|
+
require('../../../chunk-QKQRWKYX.js');
|
|
6
|
+
require('../../../chunk-SZWM7COV.js');
|
|
7
7
|
require('../../../chunk-AX3RSZT7.js');
|
|
8
8
|
require('../../../chunk-MPOLUVMP.js');
|
|
9
9
|
require('../../../chunk-A77PFJ72.js');
|
|
@@ -15,4 +15,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.default =
|
|
18
|
+
exports.default = _chunkSUEQ5CUGjs.generator_default; exports.nodeLibraryGeneratorFn = _chunkSUEQ5CUGjs.nodeLibraryGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
nodeLibraryGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-BMJKUT3Q.mjs";
|
|
5
|
+
import "../../../chunk-LNCNJLSB.mjs";
|
|
6
|
+
import "../../../chunk-QC5ON3X4.mjs";
|
|
7
7
|
import "../../../chunk-F66XEAID.mjs";
|
|
8
8
|
import "../../../chunk-OHWNQITF.mjs";
|
|
9
9
|
import "../../../chunk-KYGWN2MB.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkHJFAPTJZjs = require('../../../chunk-HJFAPTJZ.js');
|
|
5
|
+
require('../../../chunk-SZWM7COV.js');
|
|
6
6
|
require('../../../chunk-MPOLUVMP.js');
|
|
7
7
|
require('../../../chunk-A77PFJ72.js');
|
|
8
8
|
require('../../../chunk-XK5A4UF2.js');
|
|
@@ -13,4 +13,4 @@ require('../../../chunk-3RG5ZIWI.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
exports.default =
|
|
16
|
+
exports.default = _chunkHJFAPTJZjs.generator_default; exports.presetGeneratorFn = _chunkHJFAPTJZjs.presetGeneratorFn;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
presetGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-LWUPEFOD.mjs";
|
|
5
|
+
import "../../../chunk-QC5ON3X4.mjs";
|
|
6
6
|
import "../../../chunk-OHWNQITF.mjs";
|
|
7
7
|
import "../../../chunk-KYGWN2MB.mjs";
|
|
8
8
|
import "../../../chunk-AOLPDXCV.mjs";
|
package/dist/src/utils/index.js
CHANGED
|
@@ -75,7 +75,7 @@ var _chunkLJDV7HFTjs = require('../../chunk-LJDV7HFT.js');
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
var
|
|
78
|
+
var _chunkSZWM7COVjs = require('../../chunk-SZWM7COV.js');
|
|
79
79
|
require('../../chunk-452FQZ3B.js');
|
|
80
80
|
|
|
81
81
|
|
|
@@ -155,4 +155,4 @@ require('../../chunk-3RG5ZIWI.js');
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk73IC2JQVjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk73IC2JQVjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk4DLKOUQAjs.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion =
|
|
158
|
+
exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NAMED_INPUTS = _chunkIBTPJDV6js.NAMED_INPUTS; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk73IC2JQVjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.ProjectTagConstants; exports.RELEASE = _chunkIBTPJDV6js.RELEASE; exports.YARN_LOCK_FILE = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPackageJsonGitHead = _chunk73IC2JQVjs.addPackageJsonGitHead; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk4DLKOUQAjs.applyWorkspaceExecutorTokens; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getPackageInfo = _chunk73IC2JQVjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkNSSJMQFDjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkNSSJMQFDjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkUZ63ALZQjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkUZ63ALZQjs.getProjectConfigurations; exports.getProjectPlatform = _chunkNSSJMQFDjs.getProjectPlatform; exports.getProjectRoot = _chunkNSSJMQFDjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRoot = _chunkNSSJMQFDjs.getRoot; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.nodeVersion = _chunkSZWM7COVjs.nodeVersion; exports.nxVersion = _chunkSZWM7COVjs.nxVersion; exports.pnpmUpdate = _chunkF6X43VUXjs.pnpmUpdate; exports.pnpmVersion = _chunkSZWM7COVjs.pnpmVersion; exports.prettierPackageJsonVersion = _chunkSZWM7COVjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkSZWM7COVjs.prettierPrismaVersion; exports.prettierVersion = _chunkSZWM7COVjs.prettierVersion; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.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 = _chunkIBTPJDV6js.withNamedInputs;
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkSZWM7COVjs = require('../../chunk-SZWM7COV.js');
|
|
21
21
|
require('../../chunk-3RG5ZIWI.js');
|
|
22
22
|
|
|
23
23
|
|
|
@@ -38,4 +38,4 @@ require('../../chunk-3RG5ZIWI.js');
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
exports.eslintVersion =
|
|
41
|
+
exports.eslintVersion = _chunkSZWM7COVjs.eslintVersion; exports.lintStagedVersion = _chunkSZWM7COVjs.lintStagedVersion; 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.semanticReleaseVersion = _chunkSZWM7COVjs.semanticReleaseVersion; 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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.281.
|
|
3
|
+
"version": "1.281.6",
|
|
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",
|
|
@@ -208,9 +208,9 @@
|
|
|
208
208
|
"@size-limit/esbuild": "11.1.4",
|
|
209
209
|
"@size-limit/esbuild-why": "11.1.4",
|
|
210
210
|
"@size-limit/file": "11.1.4",
|
|
211
|
-
"@storm-software/esbuild": "^0.47.
|
|
212
|
-
"@storm-software/prettier": "^0.53.
|
|
213
|
-
"@storm-software/unbuild": "^0.51.
|
|
211
|
+
"@storm-software/esbuild": "^0.47.6",
|
|
212
|
+
"@storm-software/prettier": "^0.53.6",
|
|
213
|
+
"@storm-software/unbuild": "^0.51.6",
|
|
214
214
|
"fs-extra": "11.2.0",
|
|
215
215
|
"glob": "^11.0.1",
|
|
216
216
|
"jiti": "^2.4.2",
|
|
@@ -238,5 +238,5 @@
|
|
|
238
238
|
"publishConfig": { "access": "public" },
|
|
239
239
|
"executors": "./executors.json",
|
|
240
240
|
"generators": "./generators.json",
|
|
241
|
-
"gitHead": "
|
|
241
|
+
"gitHead": "044d535c80810296f217c0bb741e51f164aede5b"
|
|
242
242
|
}
|