@alint-js/plugin 0.0.29 → 0.0.30
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/dist/index.d.mts +1 -2
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -84,7 +84,7 @@ interface SourceText {
|
|
|
84
84
|
text: string;
|
|
85
85
|
}
|
|
86
86
|
//#endregion
|
|
87
|
-
//#region ../core/dist/types-
|
|
87
|
+
//#region ../core/dist/types-CR_Grd6q.d.mts
|
|
88
88
|
//#region src/config/types.d.ts
|
|
89
89
|
type ModelSize = 'large' | 'medium' | 'small';
|
|
90
90
|
interface RunnerCacheConfig {
|
|
@@ -95,7 +95,6 @@ interface RunnerConfig {
|
|
|
95
95
|
/** Retries after the initial attempt for replay-safe agent failures. @default 2 */
|
|
96
96
|
agentRetries?: number;
|
|
97
97
|
cache?: boolean | RunnerCacheConfig;
|
|
98
|
-
fileConcurrency?: number;
|
|
99
98
|
ruleConcurrency?: number;
|
|
100
99
|
stats?: boolean | RunnerStatsConfig;
|
|
101
100
|
timeoutMs?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alint-js/plugin",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.30",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.mts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@alint-js/core": "0.0.
|
|
16
|
+
"@alint-js/core": "0.0.30"
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "tsdown",
|