webtonative 1.0.81-beta.1 → 1.0.81-beta.2

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.
@@ -225,12 +225,11 @@ var getRestoreID = function (options) {
225
225
  }
226
226
  });
227
227
  if (index_1.isAndroidApp) {
228
- utills_1.webToNative.getRestoreID(JSON.stringify(options));
228
+ utills_1.webToNative.getRestoreID();
229
229
  }
230
230
  else if (index_1.isIosApp && utills_1.webToNativeIos) {
231
231
  var message = {
232
232
  action: "getRestoreID",
233
- data: options,
234
233
  };
235
234
  utills_1.webToNativeIos.postMessage(message);
236
235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webtonative",
3
- "version": "1.0.81-beta.1",
3
+ "version": "1.0.81-beta.2",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",