@wallet01/core
Advanced tools
Comparing version 0.6.3 to 0.6.4
# @wallet01/core | ||
## 0.6.4 | ||
### Patch Changes | ||
- State logic for autoconnection | ||
## 0.6.3 | ||
@@ -4,0 +10,0 @@ |
import { | ||
Client | ||
} from "../chunk-O53WHUY2.js"; | ||
} from "../chunk-3TJXNSIW.js"; | ||
import "../chunk-5PL23P3E.js"; | ||
@@ -5,0 +5,0 @@ import "../chunk-5PBDKPYG.js"; |
@@ -10,3 +10,3 @@ import "./chunk-RZMIDZ2N.js"; | ||
Client | ||
} from "./chunk-O53WHUY2.js"; | ||
} from "./chunk-3TJXNSIW.js"; | ||
import "./chunk-5PL23P3E.js"; | ||
@@ -13,0 +13,0 @@ import { |
{ | ||
"name": "@wallet01/core", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
@@ -47,4 +47,6 @@ import { BaseConnector } from "../types"; | ||
if (!connector) return; | ||
else this.setLastUsedConnector(connector); | ||
if (!connector) { | ||
this.setIsAutoConnecting(false); | ||
return; | ||
} else this.setLastUsedConnector(connector); | ||
@@ -82,2 +84,4 @@ this.setActiveConnector(this.getLastUsedConnector()); | ||
this.setIsConnected(true); | ||
} else { | ||
this.setIsAutoConnecting(false); | ||
} | ||
@@ -84,0 +88,0 @@ } catch (error) { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51608
1174