@alipay-inc/mpaas-ide-openapi 1.0.10-alpha.0 → 1.0.10-alpha.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/README.md +2 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -172,7 +172,8 @@
|
|
|
172
172
|
whiteListValue: '<string>', // 选填,白名单(若packageType === '3' || '4',则为测试包,需要白名单)
|
|
173
173
|
uuid: '<string>', // 真机调试的UUID(若packageType === '3',则为调试包,需要UUID,未必填项)
|
|
174
174
|
sourceCodeFile: '<string>', // 选填,源码包本地的压缩包地址,
|
|
175
|
-
appxVersion: '<string>'
|
|
175
|
+
appxVersion: '<string>', // '1.0' || '2.0',appx的版本。默认 '1.0',
|
|
176
|
+
buildTarget: '<string>' // 远程调试类型,'RemoteBoatman' 为新版,需要匹配新容器
|
|
176
177
|
}
|
|
177
178
|
```
|
|
178
179
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alipay-inc/mpaas-ide-openapi",
|
|
3
|
-
"version": "1.0.10-alpha.
|
|
3
|
+
"version": "1.0.10-alpha.1",
|
|
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.10-alpha.
|
|
15
|
-
"@alipay-inc/mpaas-ide-openapi-antfin": "^1.0.10-alpha.
|
|
16
|
-
"@alipay-inc/mpaas-ide-openapi-classic": "^1.0.10-alpha.
|
|
17
|
-
"@alipay-inc/mpaas-ide-openapi-common": "^1.0.10-alpha.
|
|
14
|
+
"@alipay-inc/mpaas-ide-openapi-aliyun": "^1.0.10-alpha.1",
|
|
15
|
+
"@alipay-inc/mpaas-ide-openapi-antfin": "^1.0.10-alpha.1",
|
|
16
|
+
"@alipay-inc/mpaas-ide-openapi-classic": "^1.0.10-alpha.1",
|
|
17
|
+
"@alipay-inc/mpaas-ide-openapi-common": "^1.0.10-alpha.1",
|
|
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": "6d7d5091bba9de26eca0c83ab6c467cfab170b4f"
|
|
35
35
|
}
|