@altangent/lib-blockbook
Advanced tools
Comparing version 0.12.3 to 0.12.4
@@ -14,3 +14,3 @@ "use strict"; | ||
async status() { | ||
const url = `${this.url}/api/v2/status`; | ||
const url = `${this.url}/api`; | ||
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/v2/status`; | ||
const url = `${this.url}/api`; | ||
return (await request({ url })) as V2.Status; | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@altangent/lib-blockbook", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"description": "Basic Blockbook API client", | ||
@@ -27,5 +27,5 @@ "author": "Brian Mancini <bmancini@gmail.com>", | ||
"dependencies": { | ||
"@altangent/lib-http": "^0.12.3" | ||
"@altangent/lib-http": "^0.12.4" | ||
}, | ||
"gitHead": "d0eec531630bd4e8f879ab95f37f2e65d31bd465", | ||
"gitHead": "d7d758749abc96dcefe415435d207690523fc20c", | ||
"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
3049643
Updated@altangent/lib-http@^0.12.4