upload-miniprogram 1.1.3 → 1.1.4
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/lib/index.js +0 -12
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -126,12 +126,6 @@ class UploadMiniprogram {
|
|
|
126
126
|
desc: fullDesc,
|
|
127
127
|
setting: {
|
|
128
128
|
useProjectConfig: true,
|
|
129
|
-
es6: true,
|
|
130
|
-
es7: true,
|
|
131
|
-
minify: true,
|
|
132
|
-
minifyJS: true,
|
|
133
|
-
minifyWXML: true,
|
|
134
|
-
minifyWXSS: true,
|
|
135
129
|
},
|
|
136
130
|
});
|
|
137
131
|
console.log("上传小程序结果 uploadResult: ", uploadResult);
|
|
@@ -145,12 +139,6 @@ class UploadMiniprogram {
|
|
|
145
139
|
desc: `${fullVersion} ${fullDesc}`,
|
|
146
140
|
setting: {
|
|
147
141
|
useProjectConfig: true,
|
|
148
|
-
es6: true,
|
|
149
|
-
es7: true,
|
|
150
|
-
minify: true,
|
|
151
|
-
minifyJS: true,
|
|
152
|
-
minifyWXML: true,
|
|
153
|
-
minifyWXSS: true,
|
|
154
142
|
},
|
|
155
143
|
qrcodeFormat: "image",
|
|
156
144
|
qrcodeOutputDest: qrCodePath,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "upload-miniprogram",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "chatlabs 集成 微信小程序CI/CD上传工具,支持自动上传代码和生成预览二维码",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"author": "cynthia",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
24
|
+
"commander": "^9.4.1",
|
|
25
|
+
"miniprogram-ci": "^2.1.26"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
28
|
"node": ">=14.8.0"
|
|
@@ -38,4 +38,4 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
}
|
|
41
|
-
}
|
|
41
|
+
}
|