@xmtp/wasm-bindings 1.11.0-nightly.20260729.ddeab1f → 1.11.0

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.
@@ -3713,29 +3713,29 @@ function __wbg_get_imports() {
3713
3713
  const ret = arg0.now();
3714
3714
  return ret;
3715
3715
  },
3716
- __wbg_on_auth_required_ae19ab7efcd20059: function() { return handleError(function (arg0) {
3716
+ __wbg_on_auth_required_bee6aeed425d6f1e: function() { return handleError(function (arg0) {
3717
3717
  const ret = arg0.on_auth_required();
3718
3718
  return ret;
3719
3719
  }, arguments); },
3720
- __wbg_on_close_361f44e219c231fa: function(arg0) {
3720
+ __wbg_on_close_117b1a3c3ba71849: function(arg0) {
3721
3721
  arg0.on_close();
3722
3722
  },
3723
- __wbg_on_consent_update_3dbebbc393db4447: function(arg0, arg1) {
3723
+ __wbg_on_consent_update_377c408ecf94c453: function(arg0, arg1) {
3724
3724
  arg0.on_consent_update(arg1);
3725
3725
  },
3726
- __wbg_on_conversation_aec5b7e48b552f1c: function(arg0, arg1) {
3726
+ __wbg_on_conversation_42dbff66b43cd170: function(arg0, arg1) {
3727
3727
  arg0.on_conversation(Conversation.__wrap(arg1));
3728
3728
  },
3729
- __wbg_on_error_bfd386d7d4d42622: function(arg0, arg1) {
3729
+ __wbg_on_error_f3130431e950876f: function(arg0, arg1) {
3730
3730
  arg0.on_error(arg1);
3731
3731
  },
3732
- __wbg_on_message_deleted_1351623c580cb34e: function(arg0, arg1) {
3732
+ __wbg_on_message_deleted_64b4581f4cfa4f8f: function(arg0, arg1) {
3733
3733
  arg0.on_message_deleted(arg1);
3734
3734
  },
3735
- __wbg_on_message_ed1f43392e0b07ed: function(arg0, arg1) {
3735
+ __wbg_on_message_ec023a6cdcb9c413: function(arg0, arg1) {
3736
3736
  arg0.on_message(arg1);
3737
3737
  },
3738
- __wbg_on_user_preference_update_9a33e9402b699a6a: function(arg0, arg1, arg2) {
3738
+ __wbg_on_user_preference_update_cae5e685eb78a0ec: function(arg0, arg1, arg2) {
3739
3739
  var v0 = getArrayJsValueFromWasm0(arg1, arg2).slice();
3740
3740
  wasm.__wbindgen_free(arg1, arg2 * 4, 4);
3741
3741
  arg0.on_user_preference_update(v0);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/wasm-bindings",
3
- "version": "1.11.0-nightly.20260729.ddeab1f",
3
+ "version": "1.11.0",
4
4
  "description": "WASM bindings for the libXMTP rust library",
5
5
  "keywords": [
6
6
  "xmtp",