upload-miniprogram 1.0.0 → 1.0.1

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -116,7 +116,7 @@ class UploadMiniprogram {
116
116
  console.log(`由机器人${envConfig.robot}上传`);
117
117
  console.log(`版本:${fullVersion}`);
118
118
  console.log(`描述:${fullDesc}`);
119
- console.log("============ end ==============");
119
+ console.log("=================================");
120
120
 
121
121
  return {
122
122
  uploadResult,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "upload-miniprogram",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "chatlabs 集成 微信小程序CI/CD上传工具,支持自动上传代码和生成预览二维码",
5
5
  "main": "lib/index.js",
6
6
  "bin": {