Compare commits

...

2 Commits

Author SHA1 Message Date
Râu Cao
d4ab769453 1.1.0 2023-11-23 00:22:31 +01:00
Râu Cao
ae44874671 Remove debug log 2023-11-22 21:14:44 +01:00
3 changed files with 3 additions and 4 deletions

View File

@@ -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
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "xmpp-lightning-antispam",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"type": "module",