@ecoding/base.build 0.0.5 → 0.0.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/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ module.exports = {
|
|
|
55
55
|
"@babel/preset-env": "7.18.2", // babel插件集合
|
|
56
56
|
"@babel/preset-react": "7.17.12", // babel 支持 react 插件
|
|
57
57
|
"@babel/preset-typescript": "7.17.12", // babel 支持 typescript 插件
|
|
58
|
-
"@ecoding/base.mock": "0.0.
|
|
58
|
+
"@ecoding/base.mock": "^0.0.2", // 自己写的mock插件
|
|
59
59
|
"@svgr/webpack": "6.2.1", // webpack svg 插件
|
|
60
60
|
"@typescript-eslint/eslint-plugin": "5.28.0", // eslint ts 插件
|
|
61
61
|
"@typescript-eslint/parser": "5.28.0", // eslint ts 编译器
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ecoding/base.build",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "tpl building",
|
|
5
5
|
"author": "cxc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"@babel/preset-react": "7.17.12",
|
|
19
19
|
"@babel/preset-typescript": "7.17.12",
|
|
20
20
|
"@ecoding/base.mock": "^0.0.2",
|
|
21
|
+
"@ecoding/base.spec": "^0.0.3",
|
|
21
22
|
"@svgr/webpack": "6.2.1",
|
|
22
23
|
"@typescript-eslint/eslint-plugin": "5.28.0",
|
|
23
24
|
"@typescript-eslint/parser": "5.28.0",
|
|
@@ -51,5 +52,5 @@
|
|
|
51
52
|
"publishConfig": {
|
|
52
53
|
"access": "public"
|
|
53
54
|
},
|
|
54
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "92baa3f112700048771f69d46366460eb6dc5740"
|
|
55
56
|
}
|