@altangent/lib-blockbook
Advanced tools
Comparing version 0.12.1 to 0.12.2
@@ -14,3 +14,3 @@ "use strict"; | ||
async status() { | ||
const url = `${this.url}/api/`; | ||
const url = `${this.url}/api/v2/status`; | ||
return (await (0, lib_http_1.request)({ url })); | ||
@@ -17,0 +17,0 @@ } |
@@ -11,3 +11,3 @@ import { request } from "@altangent/lib-http"; | ||
public async status(): Promise<V2.Status> { | ||
const url = `${this.url}/api/`; | ||
const url = `${this.url}/api/v2/status`; | ||
return (await request({ url })) as V2.Status; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@altangent/lib-blockbook", | ||
"version": "0.12.1", | ||
"version": "0.12.2", | ||
"description": "Basic Blockbook API client", | ||
@@ -27,5 +27,5 @@ "author": "Brian Mancini <bmancini@gmail.com>", | ||
"dependencies": { | ||
"@altangent/lib-http": "^0.12.1" | ||
"@altangent/lib-http": "^0.12.2" | ||
}, | ||
"gitHead": "80f62bd8c0a2e32d02e7ad67d250b0032bf7cf8b", | ||
"gitHead": "f2c516aa1fc281566d6b41142c127a6e5e3f5c36", | ||
"publishConfig": { | ||
@@ -32,0 +32,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3049665
Updated@altangent/lib-http@^0.12.2