Compare commits
2 Commits
833ab50616
...
v1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4ab769453
|
||
|
|
ae44874671
|
@@ -36,7 +36,6 @@ export default class Lndhub {
|
||||
async auth (username, password) {
|
||||
const payload = { "login": username, "password": password };
|
||||
const data = await this.callEndpoint('post', '/auth', payload);
|
||||
console.log('data', data);
|
||||
|
||||
if (data.error) {
|
||||
console.warn('Lndhub connection failed:', data.message);
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "xmpp-lightning-antispam",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "xmpp-lightning-antispam",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@xmpp/client": "^0.13.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xmpp-lightning-antispam",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user