@web3auth/no-modal 6.0.0 → 6.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3auth/no-modal",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Multi chain wallet aggregator for web3Auth",
5
5
  "keywords": [
6
6
  "web3Auth/no-modal",
@@ -38,9 +38,9 @@
38
38
  "@toruslabs/openlogin": "^4.5.4",
39
39
  "@toruslabs/openlogin-jrpc": "^4.5.1",
40
40
  "@toruslabs/openlogin-utils": "^4.5.1",
41
- "@web3auth/base": "^6.0.0",
42
- "@web3auth/base-plugin": "^6.0.0",
43
- "@web3auth/base-provider": "^6.0.0"
41
+ "@web3auth/base": "^6.0.1",
42
+ "@web3auth/base-plugin": "^6.0.1",
43
+ "@web3auth/base-provider": "^6.0.1"
44
44
  },
45
45
  "lint-staged": {
46
46
  "!(*d).ts": [
@@ -62,5 +62,5 @@
62
62
  "node": ">=16.18.1",
63
63
  "npm": ">=8.x"
64
64
  },
65
- "gitHead": "e6f82b462c440e19d6faeffff3229bc9d1805598"
65
+ "gitHead": "1f124ac8da16c74be5f68acd7449415a245b7400"
66
66
  }
package/src/noModal.ts CHANGED
@@ -216,7 +216,7 @@ export class Web3AuthNoModal extends SafeEventEmitter implements IWeb3Auth {
216
216
  if (this.commonJRPCProvider) {
217
217
  return this.commonJRPCProvider.switchChain(params);
218
218
  }
219
- throw WalletInitializationError.notReady(`No wallet is connected`);
219
+ throw WalletInitializationError.notReady(`No wallet is ready`);
220
220
  }
221
221
 
222
222
  /**