@aptos-labs/wallet-adapter-core
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -57,3 +57,3 @@ "use strict"; | ||
// src/version.ts | ||
var WALLET_ADAPTER_CORE_VERSION = "4.1.2"; | ||
var WALLET_ADAPTER_CORE_VERSION = "4.1.3"; | ||
@@ -207,2 +207,4 @@ // src/WalletCore.ts | ||
return import_ts_sdk.Network.DEVNET; | ||
case "local": | ||
return import_ts_sdk.Network.LOCAL; | ||
default: | ||
@@ -209,0 +211,0 @@ throw new Error("Invalid Aptos network name"); |
@@ -57,3 +57,3 @@ "use strict"; | ||
// src/version.ts | ||
var WALLET_ADAPTER_CORE_VERSION = "4.1.2"; | ||
var WALLET_ADAPTER_CORE_VERSION = "4.1.3"; | ||
@@ -207,2 +207,4 @@ // src/WalletCore.ts | ||
return import_ts_sdk.Network.DEVNET; | ||
case "local": | ||
return import_ts_sdk.Network.LOCAL; | ||
default: | ||
@@ -209,0 +211,0 @@ throw new Error("Invalid Aptos network name"); |
@@ -1,2 +0,2 @@ | ||
export declare const WALLET_ADAPTER_CORE_VERSION = "4.1.2"; | ||
export declare const WALLET_ADAPTER_CORE_VERSION = "4.1.3"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@aptos-labs/wallet-adapter-core", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Aptos Wallet Adapter Core", | ||
@@ -46,3 +46,3 @@ "main": "./dist/index.js", | ||
"tweetnacl": "^1.0.3", | ||
"@atomrigslab/aptos-wallet-adapter": "^0.1.10" | ||
"@atomrigslab/aptos-wallet-adapter": "^0.1.12" | ||
}, | ||
@@ -49,0 +49,0 @@ "peerDependencies": { |
@@ -28,2 +28,4 @@ import { | ||
return Network.DEVNET; | ||
case "local" as Network: | ||
return Network.LOCAL; | ||
default: | ||
@@ -30,0 +32,0 @@ throw new Error("Invalid Aptos network name"); |
@@ -1,1 +0,1 @@ | ||
export const WALLET_ADAPTER_CORE_VERSION = "4.1.2"; | ||
export const WALLET_ADAPTER_CORE_VERSION = "4.1.3"; |
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
Sorry, the diff of this file is not supported yet
467317
6437