@alipay-inc/mpaas-ide-openapi 1.0.9-alpha.3 → 1.0.9-alpha.8
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/README.md +4 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -170,7 +170,8 @@
|
|
|
170
170
|
iconFile: '<string>', // 选填,小程序图标的本地绝对路径
|
|
171
171
|
h5Version: '<string>', // 选填,版本号(若传入,则使用此版本号。若未传入,则使用appInfo.h5Version + packageType生成新的版本号)
|
|
172
172
|
whiteListValue: '<string>', // 选填,白名单(若packageType === '3' || '4',则为测试包,需要白名单)
|
|
173
|
-
sourceCodeFile: '<string>', //
|
|
173
|
+
sourceCodeFile: '<string>', // 选填,源码包本地的压缩包地址,
|
|
174
|
+
appxVersion: '<string>' // '1.0' || '2.0',appx的版本。默认 '1.0'
|
|
174
175
|
}
|
|
175
176
|
```
|
|
176
177
|
|
|
@@ -199,6 +200,8 @@
|
|
|
199
200
|
file: '<string>', // 必填,本地amr文件路径、或者本地项目的根目录
|
|
200
201
|
config: '<object>', // 必填,配置文件
|
|
201
202
|
h5Id: '<string>', // 必填,mPaaS小程序ID
|
|
203
|
+
appxVersion: '<string || boolean>' // 选填 '1.0' || '2.0' || 'mixed' || false,appx的版本。默认 'mixed' 混合模式,false 可以关闭
|
|
204
|
+
}
|
|
202
205
|
}
|
|
203
206
|
```
|
|
204
207
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alipay-inc/mpaas-ide-openapi",
|
|
3
|
-
"version": "1.0.9-alpha.
|
|
3
|
+
"version": "1.0.9-alpha.8",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"repository": "https://code.alipay.com/mPaaS-IDE-Adaptor/mPaaS-IDE-openAPI.git",
|
|
6
6
|
"author": "跟着勇哥有肉吃 <shengyong.zhu@antgroup.com>",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"prepublish": "yarn build"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@alipay-inc/mpaas-ide-openapi-aliyun": "^1.0.9-alpha.
|
|
15
|
-
"@alipay-inc/mpaas-ide-openapi-antfin": "^1.0.9-alpha.
|
|
16
|
-
"@alipay-inc/mpaas-ide-openapi-classic": "^1.0.9-alpha.
|
|
17
|
-
"@alipay-inc/mpaas-ide-openapi-common": "^1.0.9-alpha.
|
|
14
|
+
"@alipay-inc/mpaas-ide-openapi-aliyun": "^1.0.9-alpha.8",
|
|
15
|
+
"@alipay-inc/mpaas-ide-openapi-antfin": "^1.0.9-alpha.8",
|
|
16
|
+
"@alipay-inc/mpaas-ide-openapi-classic": "^1.0.9-alpha.8",
|
|
17
|
+
"@alipay-inc/mpaas-ide-openapi-common": "^1.0.9-alpha.8",
|
|
18
18
|
"@babel/runtime": "^7.15.4",
|
|
19
19
|
"archiver": "^5.3.0",
|
|
20
20
|
"chalk": "^4.1.2",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "5e2b495afd935a56057f382d2248d7c85509eef4"
|
|
35
35
|
}
|