apass-opensdk-hugong 1.0.2 → 1.0.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/package.json +2 -2
  2. package/readme.md +15 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apass-opensdk-hugong",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "飞书Apass低代码平台-飞书开放平台-相关的接口整合和常用的方法整合",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -14,6 +14,6 @@
14
14
  "APASS",
15
15
  "feish"
16
16
  ],
17
- "author": "IAMRuiyu",
17
+ "author": "微信:IAMRuiyu",
18
18
  "license": "ISC"
19
19
  }
package/readme.md CHANGED
@@ -8,6 +8,21 @@ apass-opensdk-hugong 是一个基于apass-opensdk的封装,提供了一些常
8
8
 
9
9
  ```
10
10
  在飞书低代码平台(云函数)依赖管理-右侧-搜索: apass-opensdk-hugong
11
+
12
+ 最近有同学私聊我说Apass无法安装1.0.0以上的包,解决思路: 先安装1.0.0版本,然后打开yarn.lock文件
13
+ ====== 找到这一行 =====
14
+ apass-opensdk-hugong@1.0.0:
15
+ version "1.0.0"
16
+ resolved "https://registry.npmmirror.com/apass-opensdk-hugong/-/apass-opensdk-hugong-1.0.0.tgz#ef2d0a19e793358784cb764de4b885fd86befd66"
17
+ integrity sha512-Q8Gpo9v8a/2G43y/Lh2POyDEOcealFuUlGdqGSA9wyfjET4+LWs/PnzK9EB1YZCjQotW7cGO/9a0MiQ6Sgw1LA==
18
+ ====== 找到这一行 =====
19
+
20
+ 将版本改为最新的版本号后,然后保存,重写部署即可使用NPM源最新的版本
21
+ 修改后的yarn.lock文件如下, 一共三处地方:
22
+ apass-opensdk-hugong@1.0.3:
23
+ version "1.0.3"
24
+ resolved "https://registry.npmmirror.com/apass-opensdk-hugong/-/apass-opensdk-hugong-1.0.3.tgz#ef2d0a19e793358784cb764de4b885fd86befd66"
25
+ integrity sha512-Q8Gpo9v8a/2G43y/Lh2POyDEOcealFuUlGdqGSA9wyfjET4+LWs/PnzK9EB1YZCjQotW7cGO/9a0MiQ6Sgw1LA==
11
26
  ```
12
27
 
13
28
  ## 如何使用