@aptos-labs/wallet-adapter-core
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -57,3 +57,3 @@ "use strict"; | ||
// src/version.ts | ||
var WALLET_ADAPTER_CORE_VERSION = "4.1.3"; | ||
var WALLET_ADAPTER_CORE_VERSION = "4.2.1"; | ||
@@ -60,0 +60,0 @@ // src/WalletCore.ts |
@@ -57,3 +57,3 @@ "use strict"; | ||
// src/version.ts | ||
var WALLET_ADAPTER_CORE_VERSION = "4.1.3"; | ||
var WALLET_ADAPTER_CORE_VERSION = "4.2.1"; | ||
@@ -60,0 +60,0 @@ // src/WalletCore.ts |
@@ -1,2 +0,2 @@ | ||
export declare const WALLET_ADAPTER_CORE_VERSION = "4.1.3"; | ||
export declare const WALLET_ADAPTER_CORE_VERSION = "4.2.1"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@aptos-labs/wallet-adapter-core", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Aptos Wallet Adapter Core", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -9,4 +9,5 @@ import { WALLET_ADAPTER_CORE_VERSION } from "./version"; | ||
// inject adapter core version to the window | ||
if (typeof window !== "undefined") { | ||
(window as any).WALLET_ADAPTER_CORE_VERSION = WALLET_ADAPTER_CORE_VERSION; | ||
} |
@@ -1,1 +0,1 @@ | ||
export const WALLET_ADAPTER_CORE_VERSION = "4.1.3"; | ||
export const WALLET_ADAPTER_CORE_VERSION = "4.2.1"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
476157
6529