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

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireapp/core-crypto",
3
- "version": "1.0.0-rc.10",
3
+ "version": "1.0.0-rc.11",
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
- };
2961
2958
  imports.wbg.__wbindgen_is_object = function (arg0) {
2962
2959
  const val = getObject(arg0);
2963
2960
  const ret = typeof (val) === 'object' && val !== null;
2964
2961
  return ret;
2965
2962
  };
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);
@@ -3021,12 +3021,20 @@ function __wbg_get_imports() {
3021
3021
  return addHeapObject(ret);
3022
3022
  }, arguments);
3023
3023
  };
3024
+ imports.wbg.__wbg_new_8125e318e6245eed = function (arg0) {
3025
+ const ret = new Uint8Array(getObject(arg0));
3026
+ return addHeapObject(ret);
3027
+ };
3028
+ imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
3029
+ const ret = FfiWireE2EIdentity.__wrap(arg0);
3030
+ return addHeapObject(ret);
3031
+ };
3024
3032
  imports.wbg.__wbg_proteusautoprekeybundle_new = function (arg0) {
3025
3033
  const ret = ProteusAutoPrekeyBundle.__wrap(arg0);
3026
3034
  return addHeapObject(ret);
3027
3035
  };
3028
- imports.wbg.__wbg_new_8125e318e6245eed = function (arg0) {
3029
- const ret = new Uint8Array(getObject(arg0));
3036
+ imports.wbg.__wbindgen_number_new = function (arg0) {
3037
+ const ret = arg0;
3030
3038
  return addHeapObject(ret);
3031
3039
  };
3032
3040
  imports.wbg.__wbg_new_898a68150f225f2e = function () {
@@ -3037,8 +3045,12 @@ function __wbg_get_imports() {
3037
3045
  const ret = getObject(arg0).push(getObject(arg1));
3038
3046
  return ret;
3039
3047
  };
3040
- imports.wbg.__wbg_set_502d29070ea18557 = function (arg0, arg1, arg2) {
3041
- getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
3048
+ imports.wbg.__wbg_new_b51585de1b234aff = function () {
3049
+ const ret = new Object();
3050
+ return addHeapObject(ret);
3051
+ };
3052
+ imports.wbg.__wbg_set_841ac57cff3d672b = function (arg0, arg1, arg2) {
3053
+ getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
3042
3054
  };
3043
3055
  imports.wbg.__wbg_new_56693dbed0c32988 = function () {
3044
3056
  const ret = new Map();
@@ -3048,25 +3060,13 @@ function __wbg_get_imports() {
3048
3060
  const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
3049
3061
  return addHeapObject(ret);
3050
3062
  };
3051
- imports.wbg.__wbindgen_number_new = function (arg0) {
3052
- const ret = arg0;
3053
- return addHeapObject(ret);
3063
+ imports.wbg.__wbg_set_502d29070ea18557 = function (arg0, arg1, arg2) {
3064
+ getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
3054
3065
  };
3055
3066
  imports.wbg.__wbindgen_bigint_from_u64 = function (arg0) {
3056
3067
  const ret = BigInt.asUintN(64, arg0);
3057
3068
  return addHeapObject(ret);
3058
3069
  };
3059
- imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
3060
- const ret = FfiWireE2EIdentity.__wrap(arg0);
3061
- return addHeapObject(ret);
3062
- };
3063
- imports.wbg.__wbg_new_b51585de1b234aff = function () {
3064
- const ret = new Object();
3065
- return addHeapObject(ret);
3066
- };
3067
- imports.wbg.__wbg_set_841ac57cff3d672b = function (arg0, arg1, arg2) {
3068
- getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
3069
- };
3070
3070
  imports.wbg.__wbg_new_d258248ed531ff54 = function (arg0, arg1) {
3071
3071
  const ret = new Error(getStringFromWasm0(arg0, arg1));
3072
3072
  return addHeapObject(ret);
@@ -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-0cc267da.wasm";
3718
+ const wasm_path = "assets/core_crypto_ffi-c595f07a.wasm";
3719
3719
 
3720
3720
 
3721
3721
  var wasm = async (opt = {}) => {