@synonymdev/blocktank-client
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -108,3 +108,4 @@ "use strict"; | ||
headers: { | ||
Accept: 'application/json' | ||
Accept: 'application/json', | ||
'Content-Type': 'application/json' | ||
}, | ||
@@ -111,0 +112,0 @@ body: request ? JSON.stringify(request) : undefined |
@@ -84,3 +84,4 @@ export declare type IService = { | ||
remote_node_src: string; | ||
zero_conf_satvbyte?: number; | ||
}; | ||
export {}; |
{ | ||
"name": "@synonymdev/blocktank-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "LSP client library", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
12705
285