@near-wallet-selector/meteor-wallet
Advanced tools
Comparing version 8.9.1 to 8.9.2
@@ -1254,3 +1254,9 @@ import * as nearAPI from 'near-api-js'; | ||
} | ||
return getAccounts(); | ||
const accounts = yield getAccounts(); | ||
logger.log("MeteorWallet:signIn", { | ||
contractId, | ||
methodNames, | ||
account: accounts[0] | ||
}); | ||
return accounts; | ||
}); | ||
@@ -1257,0 +1263,0 @@ }, |
{ | ||
"name": "@near-wallet-selector/meteor-wallet", | ||
"version": "8.9.1", | ||
"version": "8.9.2", | ||
"description": "Meteor wallet package for NEAR Wallet Selector.", | ||
@@ -32,5 +32,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@meteorwallet/sdk": "1.0.5", | ||
"@near-wallet-selector/core": "8.9.1" | ||
"@meteorwallet/sdk": "1.0.9", | ||
"@near-wallet-selector/core": "8.9.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
153538
2593
+ Added@meteorwallet/sdk@1.0.9(transitive)
+ Added@near-wallet-selector/core@8.9.2(transitive)
- Removed@meteorwallet/sdk@1.0.5(transitive)
- Removed@near-wallet-selector/core@8.9.1(transitive)
Updated@meteorwallet/sdk@1.0.9