miniprogram-ci 2.1.27 → 2.1.29

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.29
2
+ - `fix` 修复 多端 iOS 构建专业版水印去除失败
1
3
  #### 2.1.27
2
4
  - `new` 优化 cos 上传链路
3
5
  #### 2.1.20
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.29
11
+ - `fix` 修复 多端 iOS 构建专业版水印去除失败
10
12
  #### 2.1.27
11
13
  - `new` 优化 cos 上传链路
12
14
  #### 2.1.20
@@ -1,5 +1,5 @@
1
1
  import { IProject } from '../types';
2
- export declare const CI_VERSION = "2.1.27";
2
+ export declare const CI_VERSION = "2.1.29";
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;
@@ -9,7 +9,7 @@ export interface ISkeletonConfig {
9
9
  };
10
10
  image?: {
11
11
  color: string;
12
- shape: 'circle' | 'rect';
12
+ shape: 'circle' | 'rect' | '';
13
13
  shapeOpposite: string[];
14
14
  };
15
15
  button?: {