@baic/yolk-cli 2.1.0-alpha.227 → 2.1.0-alpha.228
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/es/_util.d.ts +1 -1
- package/lib/_util.d.ts +1 -1
- package/package.json +11 -11
package/es/_util.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export declare const getYolkConfig: () => YolkConfig;
|
|
|
22
22
|
export declare const getPrettierConfig: () => any;
|
|
23
23
|
export declare const getProjectConfigJSON: () => any;
|
|
24
24
|
export declare const getPackageJSON: () => any;
|
|
25
|
-
export declare const getConfigFilePath: (type:
|
|
25
|
+
export declare const getConfigFilePath: (type: "eslint" | "stylelint" | "prettier") => string;
|
|
26
26
|
export declare const getEsLintConfigPath: () => string;
|
|
27
27
|
export declare const getStyleLintConfigPath: () => string;
|
|
28
28
|
export declare const getPrettierConfigPath: () => string;
|
package/lib/_util.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export declare const getYolkConfig: () => YolkConfig;
|
|
|
22
22
|
export declare const getPrettierConfig: () => any;
|
|
23
23
|
export declare const getProjectConfigJSON: () => any;
|
|
24
24
|
export declare const getPackageJSON: () => any;
|
|
25
|
-
export declare const getConfigFilePath: (type:
|
|
25
|
+
export declare const getConfigFilePath: (type: "eslint" | "stylelint" | "prettier") => string;
|
|
26
26
|
export declare const getEsLintConfigPath: () => string;
|
|
27
27
|
export declare const getStyleLintConfigPath: () => string;
|
|
28
28
|
export declare const getPrettierConfigPath: () => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baic/yolk-cli",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.228",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/303394539/yolk.git"
|
|
@@ -25,29 +25,29 @@
|
|
|
25
25
|
"prebundle": "father prebundle"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@baic/yolk-prebundle": "^2.1.0-alpha.
|
|
28
|
+
"@baic/yolk-prebundle": "^2.1.0-alpha.228",
|
|
29
29
|
"@democrance/imagemin-lint-staged": "2.x",
|
|
30
30
|
"@types/inquirer": "8.x",
|
|
31
|
-
"@types/lint-staged": "~13.x",
|
|
31
|
+
"@types/lint-staged": "~13.3.x",
|
|
32
32
|
"@types/lodash": "~4.x",
|
|
33
33
|
"chalk": "4.x",
|
|
34
34
|
"eslint": "8.x",
|
|
35
|
-
"glob": "~10.x",
|
|
35
|
+
"glob": "~10.4.x",
|
|
36
36
|
"inquirer": "8.x",
|
|
37
|
-
"licia": "~1.
|
|
38
|
-
"lint-staged": "~15.x",
|
|
37
|
+
"licia": "~1.41.x",
|
|
38
|
+
"lint-staged": "~15.2.x",
|
|
39
39
|
"lodash": "~4.x",
|
|
40
40
|
"miniprogram-ci": "~2.0.x",
|
|
41
41
|
"mkdirp": "~3.0.x",
|
|
42
|
-
"postcss": "~8.x",
|
|
43
|
-
"postcss-less": "~6.x",
|
|
44
|
-
"postcss-scss": "~4.x",
|
|
42
|
+
"postcss": "~8.4.x",
|
|
43
|
+
"postcss-less": "~6.0.x",
|
|
44
|
+
"postcss-scss": "~4.0.x",
|
|
45
45
|
"prettier": "2.x",
|
|
46
46
|
"stylelint": "14.x"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/mustache": "~4.2.x",
|
|
50
|
-
"commander": "~12.x",
|
|
50
|
+
"commander": "~12.1.x",
|
|
51
51
|
"mustache": "~4.2.x",
|
|
52
52
|
"rimraf": "~5.0.x",
|
|
53
53
|
"v8-compile-cache": "~2.4.x"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "eaf76ecf66a3077c7babbbfd337d44091042993e"
|
|
62
62
|
}
|