@wireapp/core-crypto 9.3.1 → 9.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireapp/core-crypto",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
5
5
  "repository": {
6
6
  "type": "git",
@@ -247,12 +247,12 @@ export const __wbg_get_decryptedmessage_senderClientId: (a: number) => number;
247
247
  export const __wbg_get_decryptedmessage_identity: (a: number) => number;
248
248
  export const __wbg_get_decryptedmessage_commitDelay: (a: number) => [number, bigint];
249
249
  export const __wbg_get_decryptedmessage_message: (a: number) => [number, number];
250
+ export const welcome_new: (a: number, b: number) => number;
250
251
  export const keypackage_new: (a: number, b: number) => number;
251
252
  export const secretkey_new: (a: number, b: number) => number;
252
- export const welcome_new: (a: number, b: number) => number;
253
+ export const conversationid_new: (a: number, b: number) => number;
253
254
  export const groupinfo_new: (a: number, b: number) => number;
254
255
  export const externalsenderkey_new: (a: number, b: number) => number;
255
- export const conversationid_new: (a: number, b: number) => number;
256
256
  export const __wbg_proteusautoprekeybundle_free: (a: number, b: number) => void;
257
257
  export const __wbg_welcome_free: (a: number, b: number) => void;
258
258
  export const __wbg_mlstransportdata_free: (a: number, b: number) => void;
@@ -271,8 +271,8 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
271
271
  export const __externref_drop_slice: (a: number, b: number) => void;
272
272
  export const __wbindgen_export_7: WebAssembly.Table;
273
273
  export const __externref_table_dealloc: (a: number) => void;
274
- export const closure1026_externref_shim: (a: number, b: number, c: any) => void;
275
274
  export const closure2906_externref_shim: (a: number, b: number, c: any) => void;
276
275
  export const closure2597_externref_shim: (a: number, b: number, c: any) => void;
276
+ export const closure1026_externref_shim: (a: number, b: number, c: any) => void;
277
277
  export const closure3008_externref_shim: (a: number, b: number, c: any, d: any) => void;
278
278
  export const __wbindgen_start: () => void;
package/src/corecrypto.js CHANGED
@@ -422,15 +422,15 @@ function build_metadata() {
422
422
  const ret = wasm.build_metadata();
423
423
  return BuildMetadata.__wrap(ret);
424
424
  }
425
- function __wbg_adapter_10(arg0, arg1, arg2) {
426
- wasm.closure1026_externref_shim(arg0, arg1, arg2);
427
- }
428
- function __wbg_adapter_21(arg0, arg1, arg2) {
425
+ function __wbg_adapter_16(arg0, arg1, arg2) {
429
426
  wasm.closure2906_externref_shim(arg0, arg1, arg2);
430
427
  }
431
- function __wbg_adapter_28(arg0, arg1, arg2) {
428
+ function __wbg_adapter_23(arg0, arg1, arg2) {
432
429
  wasm.closure2597_externref_shim(arg0, arg1, arg2);
433
430
  }
431
+ function __wbg_adapter_26(arg0, arg1, arg2) {
432
+ wasm.closure1026_externref_shim(arg0, arg1, arg2);
433
+ }
434
434
  function __wbg_adapter_511(arg0, arg1, arg2, arg3) {
435
435
  wasm.closure3008_externref_shim(arg0, arg1, arg2, arg3);
436
436
  }
@@ -2898,7 +2898,7 @@ function __wbg_get_imports() {
2898
2898
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2899
2899
  }
2900
2900
  };
2901
- imports.wbg.__wbg_execute_b8329c0a282675ab = function() {
2901
+ imports.wbg.__wbg_execute_2b5645696ac713e6 = function() {
2902
2902
  return handleError(function(arg0, arg1) {
2903
2903
  const ret = arg0.execute(CoreCryptoContext.__wrap(arg1));
2904
2904
  return ret;
@@ -3557,7 +3557,7 @@ function __wbg_get_imports() {
3557
3557
  return ret;
3558
3558
  };
3559
3559
  imports.wbg.__wbindgen_cast_77ac86d8075f2f98 = function(arg0, arg1) {
3560
- const ret = makeMutClosure(arg0, arg1, 1025, __wbg_adapter_10);
3560
+ const ret = makeMutClosure(arg0, arg1, 1025, __wbg_adapter_26);
3561
3561
  return ret;
3562
3562
  };
3563
3563
  imports.wbg.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
@@ -3567,11 +3567,11 @@ function __wbg_get_imports() {
3567
3567
  return ret;
3568
3568
  };
3569
3569
  imports.wbg.__wbindgen_cast_9366269b35ccbb69 = function(arg0, arg1) {
3570
- const ret = makeMutClosure(arg0, arg1, 2905, __wbg_adapter_21);
3570
+ const ret = makeMutClosure(arg0, arg1, 2905, __wbg_adapter_16);
3571
3571
  return ret;
3572
3572
  };
3573
3573
  imports.wbg.__wbindgen_cast_a834b411bd2663eb = function(arg0, arg1) {
3574
- const ret = makeMutClosure(arg0, arg1, 2596, __wbg_adapter_28);
3574
+ const ret = makeMutClosure(arg0, arg1, 2596, __wbg_adapter_23);
3575
3575
  return ret;
3576
3576
  };
3577
3577
  imports.wbg.__wbindgen_cast_b77aa29fa8fe8560 = function(arg0, arg1) {