@wireapp/core-crypto 1.0.0-rc.11 → 1.0.0-rc.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireapp/core-crypto",
3
- "version": "1.0.0-rc.11",
3
+ "version": "1.0.0-rc.12",
4
4
  "description": "CoreCrypto bindings for the Web",
5
5
  "type": "module",
6
6
  "module": "platforms/web/corecrypto.js",
@@ -2955,14 +2955,14 @@ function __wbg_get_imports() {
2955
2955
  const ret = getObject(arg0);
2956
2956
  return addHeapObject(ret);
2957
2957
  };
2958
+ imports.wbg.__wbindgen_object_drop_ref = function (arg0) {
2959
+ takeObject(arg0);
2960
+ };
2958
2961
  imports.wbg.__wbindgen_is_object = function (arg0) {
2959
2962
  const val = getObject(arg0);
2960
2963
  const ret = typeof (val) === 'object' && val !== null;
2961
2964
  return ret;
2962
2965
  };
2963
- imports.wbg.__wbindgen_object_drop_ref = function (arg0) {
2964
- takeObject(arg0);
2965
- };
2966
2966
  imports.wbg.__wbg_getwithrefkey_5e6d9547403deab8 = function (arg0, arg1) {
2967
2967
  const ret = getObject(arg0)[getObject(arg1)];
2968
2968
  return addHeapObject(ret);
@@ -3015,6 +3015,10 @@ function __wbg_get_imports() {
3015
3015
  const ret = getObject(arg0).length;
3016
3016
  return ret;
3017
3017
  };
3018
+ imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
3019
+ const ret = FfiWireE2EIdentity.__wrap(arg0);
3020
+ return addHeapObject(ret);
3021
+ };
3018
3022
  imports.wbg.__wbg_call_01734de55d61e11d = function () {
3019
3023
  return handleError(function (arg0, arg1, arg2) {
3020
3024
  const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
@@ -3025,18 +3029,14 @@ function __wbg_get_imports() {
3025
3029
  const ret = new Uint8Array(getObject(arg0));
3026
3030
  return addHeapObject(ret);
3027
3031
  };
3028
- imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
3029
- const ret = FfiWireE2EIdentity.__wrap(arg0);
3032
+ imports.wbg.__wbindgen_number_new = function (arg0) {
3033
+ const ret = arg0;
3030
3034
  return addHeapObject(ret);
3031
3035
  };
3032
3036
  imports.wbg.__wbg_proteusautoprekeybundle_new = function (arg0) {
3033
3037
  const ret = ProteusAutoPrekeyBundle.__wrap(arg0);
3034
3038
  return addHeapObject(ret);
3035
3039
  };
3036
- imports.wbg.__wbindgen_number_new = function (arg0) {
3037
- const ret = arg0;
3038
- return addHeapObject(ret);
3039
- };
3040
3040
  imports.wbg.__wbg_new_898a68150f225f2e = function () {
3041
3041
  const ret = new Array();
3042
3042
  return addHeapObject(ret);
@@ -3643,7 +3643,7 @@ function __wbg_get_imports() {
3643
3643
  return addHeapObject(ret);
3644
3644
  }, arguments);
3645
3645
  };
3646
- imports.wbg.__wbindgen_closure_wrapper1718 = function (arg0, arg1, arg2) {
3646
+ imports.wbg.__wbindgen_closure_wrapper1725 = function (arg0, arg1, arg2) {
3647
3647
  const ret = makeMutClosure(arg0, arg1, 149, __wbg_adapter_52);
3648
3648
  return addHeapObject(ret);
3649
3649
  };
@@ -3715,7 +3715,7 @@ var exports = /*#__PURE__*/Object.freeze({
3715
3715
  initSync: initSync
3716
3716
  });
3717
3717
 
3718
- const wasm_path = "assets/core_crypto_ffi-c595f07a.wasm";
3718
+ const wasm_path = "assets/core_crypto_ffi-d9ea5643.wasm";
3719
3719
 
3720
3720
 
3721
3721
  var wasm = async (opt = {}) => {