@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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5293,7 +5293,7 @@ var AddressDisplay = ({
|
|
|
5293
5293
|
// package.json
|
|
5294
5294
|
var package_default = {
|
|
5295
5295
|
name: "@vechain/vechain-kit",
|
|
5296
|
-
version: "1.4.
|
|
5296
|
+
version: "1.4.2",
|
|
5297
5297
|
private: false,
|
|
5298
5298
|
homepage: "https://github.com/vechain/vechain-kit",
|
|
5299
5299
|
repository: "github:vechain/vechain-kit",
|
|
@@ -14370,7 +14370,7 @@ var VeChainKitProvider = ({
|
|
|
14370
14370
|
config: {
|
|
14371
14371
|
loginMethodsAndOrder: {
|
|
14372
14372
|
// @ts-ignore
|
|
14373
|
-
primary: privy?.loginMethods
|
|
14373
|
+
primary: privy?.loginMethods ?? []
|
|
14374
14374
|
},
|
|
14375
14375
|
appearance: {
|
|
14376
14376
|
theme: darkMode ? "dark" : "light",
|