@vechain/vechain-kit 1.4.1 → 1.4.2

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.js CHANGED
@@ -5288,7 +5288,7 @@ var AddressDisplay = ({
5288
5288
  // package.json
5289
5289
  var package_default = {
5290
5290
  name: "@vechain/vechain-kit",
5291
- version: "1.4.1",
5291
+ version: "1.4.2",
5292
5292
  private: false,
5293
5293
  homepage: "https://github.com/vechain/vechain-kit",
5294
5294
  repository: "github:vechain/vechain-kit",
@@ -14365,7 +14365,7 @@ var VeChainKitProvider = ({
14365
14365
  config: {
14366
14366
  loginMethodsAndOrder: {
14367
14367
  // @ts-ignore
14368
- primary: privy?.loginMethods
14368
+ primary: privy?.loginMethods ?? []
14369
14369
  },
14370
14370
  appearance: {
14371
14371
  theme: darkMode ? "dark" : "light",