apaas-oapi-client 0.1.29 → 0.1.30

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,3 +25,10 @@
25
25
 
26
26
  ```bash
27
27
  npm install apaas-oapi-client
28
+ ```
29
+
30
+ ---
31
+
32
+ ## 📖 **使用文档**
33
+
34
+ - 完整说明、初始化示例与 API 用法请查看 [UserManual.md](./UserManual.md)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apaas-oapi-client",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",