miniprogram-ci 2.1.0 → 2.1.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.
- package/CHANGELOG.md +2 -0
- package/README.md +2 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "miniprogram-ci",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Module that build miniprogram project for web or app extracted from WeChatDevtools.",
|
|
5
5
|
"homepage": "https://developers.weixin.qq.com/community/homepage",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -248,6 +248,7 @@
|
|
|
248
248
|
"lodash": "^4.17.15",
|
|
249
249
|
"memory-fs": "^0.5.0",
|
|
250
250
|
"minimatch": "3.0.4",
|
|
251
|
+
"mkdir-p": "^0.0.7",
|
|
251
252
|
"moment-timezone": "^0.5.34",
|
|
252
253
|
"ora": "^6.1.0",
|
|
253
254
|
"postcss": "^8.4.4",
|
|
@@ -273,4 +274,4 @@
|
|
|
273
274
|
"engines": {
|
|
274
275
|
"node": ">=16.1.0"
|
|
275
276
|
}
|
|
276
|
-
}
|
|
277
|
+
}
|