miniprogram-ci 2.1.3 → 2.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/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ #### 2.1.4
2
+ - `new` 优化 预览和上传的时候不需要将app.json usingComponents 配置扩散到页面 json 文件中,减少代码包体积
1
3
  #### 2.1.3
2
4
  - `fix` 修复 多端构建条件编译不生效
3
5
  - `new` 新增 支持 Linux 环境下的安卓构建
package/README.md CHANGED
@@ -7,6 +7,8 @@ miniprogram-ci 是从[微信开发者工具](https://developers.weixin.qq.com/mi
7
7
  miniprogram-ci 从 1.0.28 开始支持第三方平台开发的上传和预览,调用方式与普通开发模式无异。[查看详情](#第三方平台开发)
8
8
 
9
9
  ## 最近变更
10
+ #### 2.1.4
11
+ - `new` 优化 预览和上传的时候不需要将app.json usingComponents 配置扩散到页面 json 文件中,减少代码包体积
10
12
  #### 2.1.3
11
13
  - `fix` 修复 多端构建条件编译不生效
12
14
  - `new` 新增 支持 Linux 环境下的安卓构建
@@ -1,5 +1,5 @@
1
1
  import { IProject } from '../types';
2
- export declare const CI_VERSION = "2.0.23";
2
+ export declare const CI_VERSION = "2.1.4";
3
3
  export declare const PARAM_ERROR = 10000;
4
4
  export declare const WXML_NOT_FOUND = 10007;
5
5
  export declare const JS_NOT_FOUND = 10008;