@meshsdk/wallet 1.9.0-beta.102 → 1.9.0-beta.103

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.cjs CHANGED
@@ -959,6 +959,8 @@ var BrowserWallet = class _BrowserWallet {
959
959
  this._walletName = _walletName;
960
960
  this.walletInstance = { ..._walletInstance };
961
961
  }
962
+ _walletInstance;
963
+ _walletName;
962
964
  walletInstance;
963
965
  /**
964
966
  * Returns a list of wallets installed on user's device. Each wallet is an object with the following properties:
package/dist/index.js CHANGED
@@ -992,6 +992,8 @@ var BrowserWallet = class _BrowserWallet {
992
992
  this._walletName = _walletName;
993
993
  this.walletInstance = { ..._walletInstance };
994
994
  }
995
+ _walletInstance;
996
+ _walletName;
995
997
  walletInstance;
996
998
  /**
997
999
  * Returns a list of wallets installed on user's device. Each wallet is an object with the following properties:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/wallet",
3
- "version": "1.9.0-beta.102",
3
+ "version": "1.9.0-beta.103",
4
4
  "description": "Wallets - https://meshjs.dev/apis/wallets",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",
@@ -35,9 +35,9 @@
35
35
  "typescript": "^5.3.3"
36
36
  },
37
37
  "dependencies": {
38
- "@meshsdk/common": "1.9.0-beta.102",
39
- "@meshsdk/core-cst": "1.9.0-beta.102",
40
- "@meshsdk/transaction": "1.9.0-beta.102",
38
+ "@meshsdk/common": "1.9.0-beta.103",
39
+ "@meshsdk/core-cst": "1.9.0-beta.103",
40
+ "@meshsdk/transaction": "1.9.0-beta.103",
41
41
  "@simplewebauthn/browser": "^13.0.0"
42
42
  },
43
43
  "prettier": "@meshsdk/configs/prettier",