little-wheels 1.2.1 → 1.2.2

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 +3 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  [keyClock登录](/docs/Login.md)
2
2
 
3
+ #### v1.2.1
4
+ Login 模块移除所有静态方法,调用方式发生变化
5
+
3
6
  #### v1.2.0
4
7
  新增 react-hooks
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "little-wheels",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "这是一个基于react自用轮子库",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,6 +8,7 @@
8
8
  },
9
9
  "type": "module",
10
10
  "module": "dist/index.es.js",
11
+ "types": "dist/index.d.ts",
11
12
  "files": [
12
13
  "dist"
13
14
  ],