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 CHANGED
@@ -1,3 +1,5 @@
1
+ #### 2.1.1
2
+ - `fix` 修复 依赖声明
1
3
  #### 2.1.0
2
4
  - `new` 优化 内部架构
3
5
  #### 2.0.11
package/README.md CHANGED
@@ -8,6 +8,8 @@ miniprogram-ci 从 1.0.28 开始支持第三方平台开发的上传和预览,
8
8
 
9
9
  ## 最近变更
10
10
 
11
+ #### 2.1.1
12
+ - `fix` 修复 依赖声明
11
13
  #### 2.1.0
12
14
  - `new` 优化 内部架构
13
15
  #### 2.0.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miniprogram-ci",
3
- "version": "2.1.0",
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
+ }