@wireapp/core-crypto 0.6.2 → 0.6.3

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": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "CoreCrypto bindings for the Web",
5
5
  "type": "module",
6
6
  "module": "platforms/web/corecrypto.js",
@@ -2407,16 +2407,20 @@ function getImports() {
2407
2407
  const ret = getObject(arg0).length;
2408
2408
  return ret;
2409
2409
  };
2410
- imports.wbg.__wbg_new_537b7341ce90bb31 = function (arg0) {
2411
- const ret = new Uint8Array(getObject(arg0));
2412
- return addHeapObject(ret);
2413
- };
2414
2410
  imports.wbg.__wbg_call_9495de66fdbe016b = function () {
2415
2411
  return handleError(function (arg0, arg1, arg2) {
2416
2412
  const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
2417
2413
  return addHeapObject(ret);
2418
2414
  }, arguments);
2419
2415
  };
2416
+ imports.wbg.__wbg_new_537b7341ce90bb31 = function (arg0) {
2417
+ const ret = new Uint8Array(getObject(arg0));
2418
+ return addHeapObject(ret);
2419
+ };
2420
+ imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
2421
+ const ret = FfiWireE2EIdentity.__wrap(arg0);
2422
+ return addHeapObject(ret);
2423
+ };
2420
2424
  imports.wbg.__wbg_push_49c286f04dd3bf59 = function (arg0, arg1) {
2421
2425
  const ret = getObject(arg0).push(getObject(arg1));
2422
2426
  return ret;
@@ -2441,10 +2445,6 @@ function getImports() {
2441
2445
  state0.a = state0.b = 0;
2442
2446
  }
2443
2447
  };
2444
- imports.wbg.__wbg_ffiwiree2eidentity_new = function (arg0) {
2445
- const ret = FfiWireE2EIdentity.__wrap(arg0);
2446
- return addHeapObject(ret);
2447
- };
2448
2448
  imports.wbg.__wbindgen_bigint_from_u64 = function (arg0) {
2449
2449
  const ret = BigInt.asUintN(64, arg0);
2450
2450
  return addHeapObject(ret);
@@ -3036,7 +3036,7 @@ function getImports() {
3036
3036
  const ret = makeMutClosure(arg0, arg1, 144, __wbg_adapter_52);
3037
3037
  return addHeapObject(ret);
3038
3038
  };
3039
- imports.wbg.__wbindgen_closure_wrapper4412 = function (arg0, arg1, arg2) {
3039
+ imports.wbg.__wbindgen_closure_wrapper4415 = function (arg0, arg1, arg2) {
3040
3040
  const ret = makeMutClosure(arg0, arg1, 144, __wbg_adapter_55);
3041
3041
  return addHeapObject(ret);
3042
3042
  };
@@ -3097,7 +3097,7 @@ var exports = /*#__PURE__*/Object.freeze({
3097
3097
  var wasm = async (opt = {}) => {
3098
3098
  let {importHook, serverPath} = opt;
3099
3099
 
3100
- let path = "assets/core_crypto_ffi-75ec2ae1.wasm";
3100
+ let path = "assets/core_crypto_ffi-078cc57d.wasm";
3101
3101
 
3102
3102
  if (serverPath != null) {
3103
3103
  path = serverPath + /[^\/\\]*$/.exec(path)[0];