@ecoding/base.build 0.0.5 → 0.0.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
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.10", // 自己写的mock插件
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.5",
3
+ "version": "0.0.7",
4
4
  "description": "tpl building",
5
5
  "author": "cxc",
6
6
  "license": "MIT",
@@ -17,7 +17,8 @@
17
17
  "@babel/preset-env": "7.18.2",
18
18
  "@babel/preset-react": "7.17.12",
19
19
  "@babel/preset-typescript": "7.17.12",
20
- "@ecoding/base.mock": "^0.0.2",
20
+ "@ecoding/base.mock": "^0.0.3",
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": "1b80d697d06607ae04a5a8bb29b5d239448763c7"
55
+ "gitHead": "e15590c3278ffea8dc7fe8c8a1fd9e08fadc9231"
55
56
  }