smartbi-toolkit 1.1.2 → 1.1.3

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,11 @@
3
3
  * 可用于第三方系统上使用smartbi接口服务,封装了常用接口
4
4
  * 扩展包构建工具封装 (todo)
5
5
 
6
+ ### 安装
7
+ ```
8
+ npm i smartbi-toolkit
9
+ ```
10
+
6
11
  ### 在smartbi-toolkit中封装了通用的请求方法
7
12
 
8
13
  * smartbi方法,RMI方法调用封装
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smartbi-toolkit",
3
3
  "private": false,
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "keys": [
6
6
  "smartbi",
7
7
  "扩展包",