@dolphinweex/weex-harmony-transform 0.1.24 → 0.1.25

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/package.json +1 -1
  2. package/src/adapter.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolphinweex/weex-harmony-transform",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
package/src/adapter.js CHANGED
@@ -267,8 +267,8 @@ let bridgeModule = {
267
267
  weexModule.callNative('bridgeModule.getDeviceUUID',{ 'options': options }, callback)
268
268
  },
269
269
 
270
- sendCentralCloundRequest:function(options, callback){
271
- weexModule.callNative('bridgeModule.sendCentralCloundRequest',{ 'options': options }, callback)
270
+ sendCentralCloundRequest:function(options, callback, failCallback){
271
+ weexModule.callNative('bridgeModule.sendCentralCloundRequest',{ 'options': options }, callback, undefined, failCallback)
272
272
  },
273
273
  sendMCloudRequest:function(options, callback){
274
274
  weexModule.callNative('bridgeModule.sendMCloudRequest',{ 'options': options }, callback)