@synonymdev/pubky 0.1.15 → 0.1.16

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/index.cjs CHANGED
@@ -312,7 +312,7 @@ function handleError(f, args) {
312
312
  wasm.__wbindgen_exn_store(addHeapObject(e));
313
313
  }
314
314
  }
315
- function __wbg_adapter_138(arg0, arg1, arg2, arg3) {
315
+ function __wbg_adapter_140(arg0, arg1, arg2, arg3) {
316
316
  wasm.wasm_bindgen__convert__closures__invoke2_mut__h53759509a0f0816b(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
317
317
  }
318
318
 
@@ -756,6 +756,11 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
756
756
  takeObject(arg0);
757
757
  };
758
758
 
759
+ module.exports.__wbg_publickey_new = function(arg0) {
760
+ const ret = PublicKey.__wrap(arg0);
761
+ return addHeapObject(ret);
762
+ };
763
+
759
764
  module.exports.__wbg_session_new = function(arg0) {
760
765
  const ret = Session.__wrap(arg0);
761
766
  return addHeapObject(ret);
@@ -1041,7 +1046,7 @@ module.exports.__wbg_new_b85e72ed1bfd57f9 = function(arg0, arg1) {
1041
1046
  const a = state0.a;
1042
1047
  state0.a = 0;
1043
1048
  try {
1044
- return __wbg_adapter_138(a, state0.b, arg0, arg1);
1049
+ return __wbg_adapter_140(a, state0.b, arg0, arg1);
1045
1050
  } finally {
1046
1051
  state0.a = a;
1047
1052
  }
@@ -1150,7 +1155,7 @@ module.exports.__wbindgen_memory = function() {
1150
1155
  return addHeapObject(ret);
1151
1156
  };
1152
1157
 
1153
- module.exports.__wbindgen_closure_wrapper2072 = function(arg0, arg1, arg2) {
1158
+ module.exports.__wbindgen_closure_wrapper2075 = function(arg0, arg1, arg2) {
1154
1159
  const ret = makeMutClosure(arg0, arg1, 357, __wbg_adapter_26);
1155
1160
  return addHeapObject(ret);
1156
1161
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@synonymdev/pubky",
3
3
  "type": "module",
4
4
  "description": "Pubky client",
5
- "version": "0.1.15",
5
+ "version": "0.1.16",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/pubky_bg.wasm CHANGED
Binary file