@l2-technology/sensei-client
Advanced tools
Comparing version 0.1.24 to 0.1.25
{ | ||
"name": "@l2-technology/sensei-client", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "A javascript client for the Sensei HTTP API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -41,3 +41,2 @@ export interface SenseiClientConfig { | ||
id: string; | ||
pubkey: string; | ||
macaroon: string; | ||
@@ -112,3 +111,2 @@ listenAddress: string; | ||
listenPort: number; | ||
pubkey: string; | ||
createdAt: number; | ||
@@ -115,0 +113,0 @@ updatedAt: number; |
@@ -184,3 +184,2 @@ class SenseiClient { | ||
id: response.id, | ||
pubkey: response.pubkey, | ||
macaroon: response.macaroon, | ||
@@ -228,3 +227,2 @@ listenAddress: response.listen_address, | ||
listenPort: node.listen_port, | ||
pubkey: node.pubkey, | ||
createdAt: node.created_at, | ||
@@ -231,0 +229,0 @@ updatedAt: node.updated_at, |
29301
836