@tarojs/plugin-mini-ci 3.4.3 → 3.4.6
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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ npm i @tarojs/plugin-mini-ci -D
|
|
|
20
20
|
*/
|
|
21
21
|
const CIPluginOpt = {
|
|
22
22
|
weapp: {
|
|
23
|
-
appid: "
|
|
23
|
+
appid: "微信小程序appid",
|
|
24
24
|
privateKeyPath: "密钥文件相对项目根目录的相对路径,例如 key/private.appid.key"
|
|
25
25
|
},
|
|
26
26
|
tt: {
|
|
@@ -229,4 +229,4 @@ export interface SwanConfig {
|
|
|
229
229
|
/** 最低基础库版本, 不传默认为 3.350.6 */
|
|
230
230
|
minSwanVersion?: string;
|
|
231
231
|
}
|
|
232
|
-
```
|
|
232
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-mini-ci",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.6",
|
|
4
4
|
"description": "Taro 小程序端构建后支持CI(持续集成)的插件",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Taro",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"tt-ide-cli": "^0.0.24"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@tarojs/service": "3.4.
|
|
40
|
+
"@tarojs/service": "3.4.6"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "c12d65079a197af709bfeec2498588291160dfb3"
|
|
43
43
|
}
|