@aptos-labs/wallet-adapter-core 5.5.0 → 5.5.1

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/dist/index.mjs CHANGED
@@ -294,7 +294,7 @@ function _ts_generator(thisArg, body) {
294
294
  };
295
295
  }
296
296
  }
297
- var WALLET_ADAPTER_CORE_VERSION = "5.5.0";
297
+ var WALLET_ADAPTER_CORE_VERSION = "5.5.1";
298
298
  // src/WalletCore.ts
299
299
  import EventEmitter from "eventemitter3";
300
300
  import { AccountAddress, Aptos as Aptos2, Network as Network3, NetworkToChainId } from "@aptos-labs/ts-sdk";