@storm-software/workspace-tools 1.248.3 → 1.248.5
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 +12 -0
- package/README.md +1 -1
- package/config/base.json +1 -24
- package/dist/{chunk-WK734NEX.mjs → chunk-KESMKK3B.mjs} +55 -40
- package/dist/{chunk-JIQDXVMU.js → chunk-XWVMPARO.js} +55 -40
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +11 -11
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +6 -6
- package/dist/index.js +12 -12
- package/dist/index.mjs +17 -17
- package/dist/src/plugins/typescript/index.js +2 -2
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/project-config.js +2 -2
- package/dist/src/plugins/typescript/project-config.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.248.5 (2025-02-04)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **config-tools:** Do not include shims in dist code ([193c9b45f](https://github.com/storm-software/storm-ops/commit/193c9b45f))
|
|
6
|
+
|
|
7
|
+
## 1.248.4 (2025-02-04)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Regenerate README markdown files ([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
|
|
12
|
+
|
|
1
13
|
## 1.248.3 (2025-02-04)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
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 -->
|
package/config/base.json
CHANGED
|
@@ -307,16 +307,6 @@
|
|
|
307
307
|
]
|
|
308
308
|
},
|
|
309
309
|
"targetDefaults": {
|
|
310
|
-
"lint-ls": {
|
|
311
|
-
"outputs": ["{projectRoot}/**/*"],
|
|
312
|
-
"inputs": ["linting", "default", "^production"],
|
|
313
|
-
"dependsOn": ["^lint-ls"],
|
|
314
|
-
"executor": "nx:run-commands",
|
|
315
|
-
"options": {
|
|
316
|
-
"command": "pnpm exec ls-lint --config=\"@storm-software/linting-tools/ls-lint/config.yml\" --workdir=\"{projectRoot}\"",
|
|
317
|
-
"color": true
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
310
|
"lint-markdown": {
|
|
321
311
|
"outputs": ["{projectRoot}/**/*.md", "{projectRoot}/**/*.mdx"],
|
|
322
312
|
"inputs": ["{projectRoot}/**/*.md", "{projectRoot}/**/*.mdx"],
|
|
@@ -330,13 +320,7 @@
|
|
|
330
320
|
"lint": {
|
|
331
321
|
"outputs": ["{projectRoot}"],
|
|
332
322
|
"inputs": ["linting", "default", "^production"],
|
|
333
|
-
"dependsOn": [
|
|
334
|
-
"lint-ls",
|
|
335
|
-
"lint-eslint",
|
|
336
|
-
"lint-markdown",
|
|
337
|
-
"lint-docs",
|
|
338
|
-
"^lint"
|
|
339
|
-
],
|
|
323
|
+
"dependsOn": ["lint-markdown", "lint-docs", "^lint"],
|
|
340
324
|
"executor": "nx:run-commands",
|
|
341
325
|
"options": {
|
|
342
326
|
"command": "echo Linted the project files in \"{projectRoot}\" "
|
|
@@ -475,13 +459,6 @@
|
|
|
475
459
|
}
|
|
476
460
|
},
|
|
477
461
|
"plugins": [
|
|
478
|
-
{
|
|
479
|
-
"plugin": "@nx/eslint/plugin",
|
|
480
|
-
"options": {
|
|
481
|
-
"targetName": "lint-eslint",
|
|
482
|
-
"useFlatConfig": true
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
462
|
"@storm-software/workspace-tools/plugins/typescript",
|
|
486
463
|
"@storm-software/workspace-tools/plugins/typescript/tsup",
|
|
487
464
|
"@storm-software/workspace-tools/plugins/typescript/untyped"
|
|
@@ -38,24 +38,6 @@ var createNodes = [
|
|
|
38
38
|
}
|
|
39
39
|
const nxJson = readNxJson(ctx.workspaceRoot);
|
|
40
40
|
const targets = readTargetsFromPackageJson(packageJson, nxJson);
|
|
41
|
-
if (!targets["lint-ls"]) {
|
|
42
|
-
targets["lint-ls"] = {
|
|
43
|
-
cache: true,
|
|
44
|
-
inputs: [
|
|
45
|
-
"linting",
|
|
46
|
-
"typescript",
|
|
47
|
-
"^production"
|
|
48
|
-
],
|
|
49
|
-
dependsOn: [
|
|
50
|
-
"^lint-ls"
|
|
51
|
-
],
|
|
52
|
-
executor: "nx:run-commands",
|
|
53
|
-
options: {
|
|
54
|
-
command: 'pnpm exec ls-lint --config="@storm-software/linting-tools/ls-lint/config.yml" --workdir="{projectRoot}"',
|
|
55
|
-
color: true
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
41
|
if (!targets["lint-markdown"]) {
|
|
60
42
|
targets["lint-markdown"] = {
|
|
61
43
|
cache: true,
|
|
@@ -64,6 +46,7 @@ var createNodes = [
|
|
|
64
46
|
"{projectRoot}/**/*.mdx"
|
|
65
47
|
],
|
|
66
48
|
inputs: [
|
|
49
|
+
"linting",
|
|
67
50
|
"{projectRoot}/**/*.md",
|
|
68
51
|
"{projectRoot}/**/*.mdx"
|
|
69
52
|
],
|
|
@@ -78,29 +61,33 @@ var createNodes = [
|
|
|
78
61
|
};
|
|
79
62
|
}
|
|
80
63
|
if (!targets.lint) {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
],
|
|
88
|
-
dependsOn: [
|
|
89
|
-
"lint-ls",
|
|
90
|
-
"lint-sherif",
|
|
91
|
-
"lint-knip",
|
|
92
|
-
"lint-docs",
|
|
93
|
-
"^lint"
|
|
94
|
-
],
|
|
95
|
-
executor: "@nx/eslint:lint",
|
|
96
|
-
options: {
|
|
97
|
-
format: "stylish",
|
|
98
|
-
fix: true,
|
|
64
|
+
let eslintConfig = checkEslintConfigAtPath(project.root);
|
|
65
|
+
if (!eslintConfig) {
|
|
66
|
+
eslintConfig = checkEslintConfigAtPath(ctx.workspaceRoot);
|
|
67
|
+
}
|
|
68
|
+
if (eslintConfig) {
|
|
69
|
+
targets.lint = {
|
|
99
70
|
cache: true,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
71
|
+
inputs: [
|
|
72
|
+
"linting",
|
|
73
|
+
"typescript",
|
|
74
|
+
"^production"
|
|
75
|
+
],
|
|
76
|
+
dependsOn: [
|
|
77
|
+
"lint-markdown",
|
|
78
|
+
"^lint"
|
|
79
|
+
],
|
|
80
|
+
executor: "@nx/eslint:lint",
|
|
81
|
+
options: {
|
|
82
|
+
format: "stylish",
|
|
83
|
+
fix: true,
|
|
84
|
+
errorOnUnmatchedPattern: false,
|
|
85
|
+
cache: true,
|
|
86
|
+
cacheLocation: "{workspaceRoot}/node_modules/.cache/eslint",
|
|
87
|
+
eslintConfig
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
}
|
|
104
91
|
}
|
|
105
92
|
if (!targets["format-readme"]) {
|
|
106
93
|
targets["format-readme"] = {
|
|
@@ -375,6 +362,34 @@ async function createTsconfig(projectJsonPath, workspaceRoot) {
|
|
|
375
362
|
}
|
|
376
363
|
}
|
|
377
364
|
__name(createTsconfig, "createTsconfig");
|
|
365
|
+
function checkEslintConfigAtPath(directory) {
|
|
366
|
+
const hasEslintConfigFile = /* @__PURE__ */ __name((fileName) => {
|
|
367
|
+
return existsSync(join(directory, fileName));
|
|
368
|
+
}, "hasEslintConfigFile");
|
|
369
|
+
if (hasEslintConfigFile(".eslintrc.js")) {
|
|
370
|
+
return ".eslintrc.js";
|
|
371
|
+
} else if (hasEslintConfigFile(".eslintrc.cjs")) {
|
|
372
|
+
return ".eslintrc.cjs";
|
|
373
|
+
} else if (hasEslintConfigFile(".eslintrc.yaml")) {
|
|
374
|
+
return ".eslintrc.yaml";
|
|
375
|
+
} else if (hasEslintConfigFile(".eslintrc.yml")) {
|
|
376
|
+
return ".eslintrc.yml";
|
|
377
|
+
} else if (hasEslintConfigFile(".eslintrc.json")) {
|
|
378
|
+
return ".eslintrc.json";
|
|
379
|
+
} else if (hasEslintConfigFile(".eslintrc")) {
|
|
380
|
+
return ".eslintrc";
|
|
381
|
+
} else if (hasEslintConfigFile("eslint.config.js")) {
|
|
382
|
+
return "eslint.config.js";
|
|
383
|
+
} else if (hasEslintConfigFile("eslint.config.cjs")) {
|
|
384
|
+
return "eslint.config.cjs";
|
|
385
|
+
} else if (hasEslintConfigFile("eslint.config.mjs")) {
|
|
386
|
+
return "eslint.config.mjs";
|
|
387
|
+
} else if (hasEslintConfigFile("eslint.config.ts")) {
|
|
388
|
+
return "eslint.config.ts";
|
|
389
|
+
}
|
|
390
|
+
return null;
|
|
391
|
+
}
|
|
392
|
+
__name(checkEslintConfigAtPath, "checkEslintConfigAtPath");
|
|
378
393
|
|
|
379
394
|
export {
|
|
380
395
|
name,
|
|
@@ -38,24 +38,6 @@ var createNodes = [
|
|
|
38
38
|
}
|
|
39
39
|
const nxJson = _nxjsonjs.readNxJson.call(void 0, ctx.workspaceRoot);
|
|
40
40
|
const targets = _packagejson.readTargetsFromPackageJson.call(void 0, packageJson, nxJson);
|
|
41
|
-
if (!targets["lint-ls"]) {
|
|
42
|
-
targets["lint-ls"] = {
|
|
43
|
-
cache: true,
|
|
44
|
-
inputs: [
|
|
45
|
-
"linting",
|
|
46
|
-
"typescript",
|
|
47
|
-
"^production"
|
|
48
|
-
],
|
|
49
|
-
dependsOn: [
|
|
50
|
-
"^lint-ls"
|
|
51
|
-
],
|
|
52
|
-
executor: "nx:run-commands",
|
|
53
|
-
options: {
|
|
54
|
-
command: 'pnpm exec ls-lint --config="@storm-software/linting-tools/ls-lint/config.yml" --workdir="{projectRoot}"',
|
|
55
|
-
color: true
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
}
|
|
59
41
|
if (!targets["lint-markdown"]) {
|
|
60
42
|
targets["lint-markdown"] = {
|
|
61
43
|
cache: true,
|
|
@@ -64,6 +46,7 @@ var createNodes = [
|
|
|
64
46
|
"{projectRoot}/**/*.mdx"
|
|
65
47
|
],
|
|
66
48
|
inputs: [
|
|
49
|
+
"linting",
|
|
67
50
|
"{projectRoot}/**/*.md",
|
|
68
51
|
"{projectRoot}/**/*.mdx"
|
|
69
52
|
],
|
|
@@ -78,29 +61,33 @@ var createNodes = [
|
|
|
78
61
|
};
|
|
79
62
|
}
|
|
80
63
|
if (!targets.lint) {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
],
|
|
88
|
-
dependsOn: [
|
|
89
|
-
"lint-ls",
|
|
90
|
-
"lint-sherif",
|
|
91
|
-
"lint-knip",
|
|
92
|
-
"lint-docs",
|
|
93
|
-
"^lint"
|
|
94
|
-
],
|
|
95
|
-
executor: "@nx/eslint:lint",
|
|
96
|
-
options: {
|
|
97
|
-
format: "stylish",
|
|
98
|
-
fix: true,
|
|
64
|
+
let eslintConfig = checkEslintConfigAtPath(project.root);
|
|
65
|
+
if (!eslintConfig) {
|
|
66
|
+
eslintConfig = checkEslintConfigAtPath(ctx.workspaceRoot);
|
|
67
|
+
}
|
|
68
|
+
if (eslintConfig) {
|
|
69
|
+
targets.lint = {
|
|
99
70
|
cache: true,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
71
|
+
inputs: [
|
|
72
|
+
"linting",
|
|
73
|
+
"typescript",
|
|
74
|
+
"^production"
|
|
75
|
+
],
|
|
76
|
+
dependsOn: [
|
|
77
|
+
"lint-markdown",
|
|
78
|
+
"^lint"
|
|
79
|
+
],
|
|
80
|
+
executor: "@nx/eslint:lint",
|
|
81
|
+
options: {
|
|
82
|
+
format: "stylish",
|
|
83
|
+
fix: true,
|
|
84
|
+
errorOnUnmatchedPattern: false,
|
|
85
|
+
cache: true,
|
|
86
|
+
cacheLocation: "{workspaceRoot}/node_modules/.cache/eslint",
|
|
87
|
+
eslintConfig
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
}
|
|
104
91
|
}
|
|
105
92
|
if (!targets["format-readme"]) {
|
|
106
93
|
targets["format-readme"] = {
|
|
@@ -375,6 +362,34 @@ async function createTsconfig(projectJsonPath, workspaceRoot) {
|
|
|
375
362
|
}
|
|
376
363
|
}
|
|
377
364
|
_chunk3GQAWCBQjs.__name.call(void 0, createTsconfig, "createTsconfig");
|
|
365
|
+
function checkEslintConfigAtPath(directory) {
|
|
366
|
+
const hasEslintConfigFile = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (fileName) => {
|
|
367
|
+
return _fs.existsSync.call(void 0, _path.join.call(void 0, directory, fileName));
|
|
368
|
+
}, "hasEslintConfigFile");
|
|
369
|
+
if (hasEslintConfigFile(".eslintrc.js")) {
|
|
370
|
+
return ".eslintrc.js";
|
|
371
|
+
} else if (hasEslintConfigFile(".eslintrc.cjs")) {
|
|
372
|
+
return ".eslintrc.cjs";
|
|
373
|
+
} else if (hasEslintConfigFile(".eslintrc.yaml")) {
|
|
374
|
+
return ".eslintrc.yaml";
|
|
375
|
+
} else if (hasEslintConfigFile(".eslintrc.yml")) {
|
|
376
|
+
return ".eslintrc.yml";
|
|
377
|
+
} else if (hasEslintConfigFile(".eslintrc.json")) {
|
|
378
|
+
return ".eslintrc.json";
|
|
379
|
+
} else if (hasEslintConfigFile(".eslintrc")) {
|
|
380
|
+
return ".eslintrc";
|
|
381
|
+
} else if (hasEslintConfigFile("eslint.config.js")) {
|
|
382
|
+
return "eslint.config.js";
|
|
383
|
+
} else if (hasEslintConfigFile("eslint.config.cjs")) {
|
|
384
|
+
return "eslint.config.cjs";
|
|
385
|
+
} else if (hasEslintConfigFile("eslint.config.mjs")) {
|
|
386
|
+
return "eslint.config.mjs";
|
|
387
|
+
} else if (hasEslintConfigFile("eslint.config.ts")) {
|
|
388
|
+
return "eslint.config.ts";
|
|
389
|
+
}
|
|
390
|
+
return null;
|
|
391
|
+
}
|
|
392
|
+
_chunk3GQAWCBQjs.__name.call(void 0, checkEslintConfigAtPath, "checkEslintConfigAtPath");
|
|
378
393
|
|
|
379
394
|
|
|
380
395
|
|
package/dist/executors.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3J53KHVV.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
|
|
5
8
|
|
|
6
9
|
|
|
7
10
|
var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
|
|
@@ -13,7 +16,7 @@ var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
|
|
|
13
16
|
var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
|
|
14
17
|
|
|
15
18
|
|
|
16
|
-
var
|
|
19
|
+
var _chunk5O6RWCBQjs = require('./chunk-5O6RWCBQ.js');
|
|
17
20
|
|
|
18
21
|
|
|
19
22
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
@@ -23,19 +26,16 @@ var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
|
|
|
23
26
|
require('./chunk-R2NBU264.js');
|
|
24
27
|
|
|
25
28
|
|
|
26
|
-
var
|
|
29
|
+
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
27
30
|
|
|
28
31
|
|
|
29
32
|
var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
|
|
30
33
|
|
|
31
34
|
|
|
32
|
-
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
33
|
-
|
|
34
|
-
|
|
35
35
|
var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
var
|
|
38
|
+
var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
|
|
39
39
|
require('./chunk-CUPARBOS.js');
|
|
40
40
|
require('./chunk-ULBTYC2B.js');
|
|
41
41
|
require('./chunk-ZMFVKBRM.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import "./chunk-V7YZ3666.mjs";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
unbuildExecutorFn
|
|
4
|
+
} from "./chunk-7H4PXXWW.mjs";
|
|
5
|
+
import {
|
|
6
|
+
LARGE_BUFFER
|
|
7
|
+
} from "./chunk-VBPOZVKY.mjs";
|
|
5
8
|
import {
|
|
6
9
|
sizeLimitExecutorFn
|
|
7
10
|
} from "./chunk-KM47X5XW.mjs";
|
|
@@ -12,8 +15,8 @@ import {
|
|
|
12
15
|
typiaExecutorFn
|
|
13
16
|
} from "./chunk-2KNHEXJQ.mjs";
|
|
14
17
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
18
|
+
cargoFormatExecutor
|
|
19
|
+
} from "./chunk-YILBFUCI.mjs";
|
|
17
20
|
import {
|
|
18
21
|
getRegistryVersion
|
|
19
22
|
} from "./chunk-XUYTELRS.mjs";
|
|
@@ -22,20 +25,17 @@ import {
|
|
|
22
25
|
} from "./chunk-OA6GD45B.mjs";
|
|
23
26
|
import "./chunk-N2P34ZQV.mjs";
|
|
24
27
|
import {
|
|
25
|
-
|
|
26
|
-
} from "./chunk-
|
|
28
|
+
cargoCheckExecutor
|
|
29
|
+
} from "./chunk-P4ZEGEQX.mjs";
|
|
27
30
|
import {
|
|
28
31
|
cargoBuildExecutor
|
|
29
32
|
} from "./chunk-RSFH5OLL.mjs";
|
|
30
|
-
import {
|
|
31
|
-
cargoCheckExecutor
|
|
32
|
-
} from "./chunk-P4ZEGEQX.mjs";
|
|
33
33
|
import {
|
|
34
34
|
cargoDocExecutor
|
|
35
35
|
} from "./chunk-7AXJ27FU.mjs";
|
|
36
36
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
37
|
+
cargoClippyExecutor
|
|
38
|
+
} from "./chunk-57LRWY5U.mjs";
|
|
39
39
|
import "./chunk-JB4KCMSB.mjs";
|
|
40
40
|
import "./chunk-XK3FSWMA.mjs";
|
|
41
41
|
import "./chunk-EIM3O6HY.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-INERRJ6Q.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
|
14
|
+
|
|
15
|
+
|
|
13
16
|
var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
|
|
14
17
|
|
|
15
18
|
|
|
@@ -17,9 +20,6 @@ var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
|
|
|
17
20
|
|
|
18
21
|
|
|
19
22
|
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
23
23
|
require('./chunk-RBU35LQW.js');
|
|
24
24
|
require('./chunk-HI4G4OOG.js');
|
|
25
25
|
require('./chunk-7YRW5HNX.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import "./chunk-RLIZVCIN.mjs";
|
|
2
|
+
import {
|
|
3
|
+
neutralLibraryGeneratorFn
|
|
4
|
+
} from "./chunk-APSDUSBR.mjs";
|
|
2
5
|
import {
|
|
3
6
|
nodeLibraryGeneratorFn
|
|
4
7
|
} from "./chunk-Q6OBRMZG.mjs";
|
|
5
|
-
import {
|
|
6
|
-
releaseVersionGeneratorFn
|
|
7
|
-
} from "./chunk-TNAEFYVH.mjs";
|
|
8
8
|
import {
|
|
9
9
|
presetGeneratorFn
|
|
10
10
|
} from "./chunk-QDZUYDVM.mjs";
|
|
11
|
+
import {
|
|
12
|
+
releaseVersionGeneratorFn
|
|
13
|
+
} from "./chunk-TNAEFYVH.mjs";
|
|
11
14
|
import {
|
|
12
15
|
browserLibraryGeneratorFn
|
|
13
16
|
} from "./chunk-7GW75RON.mjs";
|
|
@@ -17,9 +20,6 @@ import {
|
|
|
17
20
|
import {
|
|
18
21
|
initGenerator
|
|
19
22
|
} from "./chunk-X3GPVZMH.mjs";
|
|
20
|
-
import {
|
|
21
|
-
neutralLibraryGeneratorFn
|
|
22
|
-
} from "./chunk-APSDUSBR.mjs";
|
|
23
23
|
import "./chunk-F2GYXQ5H.mjs";
|
|
24
24
|
import "./chunk-EK75QNMS.mjs";
|
|
25
25
|
import "./chunk-W3SWWT4A.mjs";
|
package/dist/index.js
CHANGED
|
@@ -48,7 +48,10 @@ var _chunkGKL4BY2Yjs = require('./chunk-GKL4BY2Y.js');
|
|
|
48
48
|
require('./chunk-3J53KHVV.js');
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
var
|
|
51
|
+
var _chunkWGTIKGAEjs = require('./chunk-WGTIKGAE.js');
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
var _chunkCQAGLRNYjs = require('./chunk-CQAGLRNY.js');
|
|
52
55
|
|
|
53
56
|
|
|
54
57
|
var _chunkNXGJNB3Cjs = require('./chunk-NXGJNB3C.js');
|
|
@@ -60,7 +63,7 @@ var _chunkFMOIAVZVjs = require('./chunk-FMOIAVZV.js');
|
|
|
60
63
|
var _chunkJXSTSZSGjs = require('./chunk-JXSTSZSG.js');
|
|
61
64
|
|
|
62
65
|
|
|
63
|
-
var
|
|
66
|
+
var _chunk5O6RWCBQjs = require('./chunk-5O6RWCBQ.js');
|
|
64
67
|
|
|
65
68
|
|
|
66
69
|
var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
|
|
@@ -70,19 +73,16 @@ var _chunkWL7UV3YXjs = require('./chunk-WL7UV3YX.js');
|
|
|
70
73
|
require('./chunk-R2NBU264.js');
|
|
71
74
|
|
|
72
75
|
|
|
73
|
-
var
|
|
76
|
+
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
74
77
|
|
|
75
78
|
|
|
76
79
|
var _chunkK434EGC4js = require('./chunk-K434EGC4.js');
|
|
77
80
|
|
|
78
81
|
|
|
79
|
-
var _chunk4AMZUCHLjs = require('./chunk-4AMZUCHL.js');
|
|
80
|
-
|
|
81
|
-
|
|
82
82
|
var _chunk4SJW3KRVjs = require('./chunk-4SJW3KRV.js');
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
var
|
|
85
|
+
var _chunkG7HTMCQKjs = require('./chunk-G7HTMCQK.js');
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
var _chunkCUPARBOSjs = require('./chunk-CUPARBOS.js');
|
|
@@ -100,15 +100,18 @@ var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
|
|
|
100
100
|
require('./chunk-INERRJ6Q.js');
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
var
|
|
103
|
+
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
104
104
|
|
|
105
105
|
|
|
106
|
-
var
|
|
106
|
+
var _chunkWDK2FJUHjs = require('./chunk-WDK2FJUH.js');
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
var _chunkDCJXS5XIjs = require('./chunk-DCJXS5XI.js');
|
|
110
110
|
|
|
111
111
|
|
|
112
|
+
var _chunkYDV7OQMNjs = require('./chunk-YDV7OQMN.js');
|
|
113
|
+
|
|
114
|
+
|
|
112
115
|
var _chunkQKALACBCjs = require('./chunk-QKALACBC.js');
|
|
113
116
|
|
|
114
117
|
|
|
@@ -118,9 +121,6 @@ var _chunkKJPUYQEZjs = require('./chunk-KJPUYQEZ.js');
|
|
|
118
121
|
var _chunk3IZ3O4OKjs = require('./chunk-3IZ3O4OK.js');
|
|
119
122
|
|
|
120
123
|
|
|
121
|
-
var _chunkSJNJ6TCDjs = require('./chunk-SJNJ6TCD.js');
|
|
122
|
-
|
|
123
|
-
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
|
package/dist/index.mjs
CHANGED
|
@@ -47,8 +47,11 @@ import {
|
|
|
47
47
|
} from "./chunk-V7IOKRJA.mjs";
|
|
48
48
|
import "./chunk-V7YZ3666.mjs";
|
|
49
49
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
50
|
+
unbuildExecutorFn
|
|
51
|
+
} from "./chunk-7H4PXXWW.mjs";
|
|
52
|
+
import {
|
|
53
|
+
LARGE_BUFFER
|
|
54
|
+
} from "./chunk-VBPOZVKY.mjs";
|
|
52
55
|
import {
|
|
53
56
|
sizeLimitExecutorFn
|
|
54
57
|
} from "./chunk-KM47X5XW.mjs";
|
|
@@ -59,8 +62,8 @@ import {
|
|
|
59
62
|
typiaExecutorFn
|
|
60
63
|
} from "./chunk-2KNHEXJQ.mjs";
|
|
61
64
|
import {
|
|
62
|
-
|
|
63
|
-
} from "./chunk-
|
|
65
|
+
cargoFormatExecutor
|
|
66
|
+
} from "./chunk-YILBFUCI.mjs";
|
|
64
67
|
import {
|
|
65
68
|
getRegistryVersion
|
|
66
69
|
} from "./chunk-XUYTELRS.mjs";
|
|
@@ -69,20 +72,17 @@ import {
|
|
|
69
72
|
} from "./chunk-OA6GD45B.mjs";
|
|
70
73
|
import "./chunk-N2P34ZQV.mjs";
|
|
71
74
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
75
|
+
cargoCheckExecutor
|
|
76
|
+
} from "./chunk-P4ZEGEQX.mjs";
|
|
74
77
|
import {
|
|
75
78
|
cargoBuildExecutor
|
|
76
79
|
} from "./chunk-RSFH5OLL.mjs";
|
|
77
|
-
import {
|
|
78
|
-
cargoCheckExecutor
|
|
79
|
-
} from "./chunk-P4ZEGEQX.mjs";
|
|
80
80
|
import {
|
|
81
81
|
cargoDocExecutor
|
|
82
82
|
} from "./chunk-7AXJ27FU.mjs";
|
|
83
83
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
84
|
+
cargoClippyExecutor
|
|
85
|
+
} from "./chunk-57LRWY5U.mjs";
|
|
86
86
|
import {
|
|
87
87
|
pnpmCatalogUpdate
|
|
88
88
|
} from "./chunk-JB4KCMSB.mjs";
|
|
@@ -98,15 +98,18 @@ import {
|
|
|
98
98
|
runProcess
|
|
99
99
|
} from "./chunk-XK3FSWMA.mjs";
|
|
100
100
|
import "./chunk-RLIZVCIN.mjs";
|
|
101
|
+
import {
|
|
102
|
+
neutralLibraryGeneratorFn
|
|
103
|
+
} from "./chunk-APSDUSBR.mjs";
|
|
101
104
|
import {
|
|
102
105
|
nodeLibraryGeneratorFn
|
|
103
106
|
} from "./chunk-Q6OBRMZG.mjs";
|
|
104
|
-
import {
|
|
105
|
-
releaseVersionGeneratorFn
|
|
106
|
-
} from "./chunk-TNAEFYVH.mjs";
|
|
107
107
|
import {
|
|
108
108
|
presetGeneratorFn
|
|
109
109
|
} from "./chunk-QDZUYDVM.mjs";
|
|
110
|
+
import {
|
|
111
|
+
releaseVersionGeneratorFn
|
|
112
|
+
} from "./chunk-TNAEFYVH.mjs";
|
|
110
113
|
import {
|
|
111
114
|
browserLibraryGeneratorFn
|
|
112
115
|
} from "./chunk-7GW75RON.mjs";
|
|
@@ -116,9 +119,6 @@ import {
|
|
|
116
119
|
import {
|
|
117
120
|
initGenerator
|
|
118
121
|
} from "./chunk-X3GPVZMH.mjs";
|
|
119
|
-
import {
|
|
120
|
-
neutralLibraryGeneratorFn
|
|
121
|
-
} from "./chunk-APSDUSBR.mjs";
|
|
122
122
|
import {
|
|
123
123
|
createProjectTsConfigJson,
|
|
124
124
|
getOutputPath,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkXWVMPAROjs = require('../../../chunk-XWVMPARO.js');
|
|
5
5
|
require('../../../chunk-UF6KFXG5.js');
|
|
6
6
|
require('../../../chunk-7YRW5HNX.js');
|
|
7
7
|
require('../../../chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.createNodes =
|
|
11
|
+
exports.createNodes = _chunkXWVMPAROjs.createNodes; exports.name = _chunkXWVMPAROjs.name;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkXWVMPAROjs = require('../../../chunk-XWVMPARO.js');
|
|
5
5
|
require('../../../chunk-UF6KFXG5.js');
|
|
6
6
|
require('../../../chunk-7YRW5HNX.js');
|
|
7
7
|
require('../../../chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.createNodes =
|
|
11
|
+
exports.createNodes = _chunkXWVMPAROjs.createNodes; exports.name = _chunkXWVMPAROjs.name;
|
package/package.json
CHANGED