@dolphinweex/weex-harmony-transform 0.1.43 → 0.1.44

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 +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolphinweex/weex-harmony-transform",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
package/src/adapter.js CHANGED
@@ -986,6 +986,9 @@ let configCommonModule ={
986
986
  searchSubDevice: function (param, callback, failCallback) {
987
987
  weexModule.callNative('singleBlueToothModule.searchSubDevice', { 'options': param }, callback, undefined, failCallback)
988
988
  },
989
+ changeDeviceWifi: function (param, callback, failCallback) {
990
+ weexModule.callNative('configCommonModule.changeDeviceWifi', { 'options': param }, callback, undefined, failCallback)
991
+ },
989
992
  }
990
993
  export {
991
994
  clipboard,