keept-sdk 0.1.1 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,7 +96,7 @@ Free accounts expire after 30 days of inactivity.
96
96
 
97
97
  ## Documentation
98
98
 
99
- - [HTTP API 文档](https://github.com/fengwenyi/keept/docs/api.md)
99
+ - [HTTP API 文档](https://github.com/fengwenyi/keept/blob/main/docs/api.md)
100
100
 
101
101
  ## License
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keept-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Lightweight multi-platform user data sync SDK",
5
5
  "author": "fengwenyi",
6
6
  "license": "MIT",