@alipay-inc/mpaas-ide-openapi 1.0.11-alpha.3 → 1.0.11-alpha.6

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -246,7 +246,6 @@
246
246
  file: '<string>', // 必填,本地amr文件路径、或者本地项目的根目录
247
247
  config: '<object>', // 必填,配置文件
248
248
  h5Id: '<string>', // 必填,mPaaS小程序ID
249
- appxVersion: '<string || boolean>' // 选填 '1.0' || '2.0' || 'mixed' || false,appx的版本。默认 'mixed' 混合模式,false 可以关闭
250
249
  }
251
250
  ```
252
251
 
@@ -255,8 +254,9 @@
255
254
  - ```javascript
256
255
  {
257
256
  data: {
258
- file: '<string>', // 本地根据h5Id生成的mPaaS zip文件,可以直接从控制台上传
259
- originFile: '<string>' // 云构建原始文件
257
+ file: '<string>', // 本地根据h5Id生成的mPaaS zip文件,可以直接从控制台上传。小程序则为小程序的构建产物,插件则为插件的构建产物不包含壳文件
258
+ originFile: '<string>' // 云构建原始文件,
259
+ appxVersion: '<string>' // appx的版本。'1.0' || '2.0'
260
260
  },
261
261
  success: true
262
262
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay-inc/mpaas-ide-openapi",
3
- "version": "1.0.11-alpha.3",
3
+ "version": "1.0.11-alpha.6",
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.11-alpha.3",
15
- "@alipay-inc/mpaas-ide-openapi-antfin": "^1.0.11-alpha.3",
16
- "@alipay-inc/mpaas-ide-openapi-classic": "^1.0.11-alpha.3",
17
- "@alipay-inc/mpaas-ide-openapi-common": "^1.0.11-alpha.3",
14
+ "@alipay-inc/mpaas-ide-openapi-aliyun": "^1.0.11-alpha.6",
15
+ "@alipay-inc/mpaas-ide-openapi-antfin": "^1.0.11-alpha.6",
16
+ "@alipay-inc/mpaas-ide-openapi-classic": "^1.0.11-alpha.6",
17
+ "@alipay-inc/mpaas-ide-openapi-common": "^1.0.11-alpha.6",
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": "efec4bf21180a3862ef5e9aef74de73148ff37db"
34
+ "gitHead": "82ed192dd45eb45e5dafd356a69cc37af290e5b4"
35
35
  }