Comparing version 0.1.14 to 0.1.15
@@ -41,2 +41,4 @@ "use strict"; | ||
if (parsed.pathname === "/healthz") { | ||
// If status doesn't complete, the server isn't healthy. | ||
yield this.status(); | ||
res.write("OK\n"); | ||
@@ -43,0 +45,0 @@ res.end(); |
{ | ||
"name": "axiom-cli", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "CLI for interacting with the Axiom p2p network", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"dependencies": { | ||
"axiom-api": "^0.1.14", | ||
"axiom-api": "^0.1.15", | ||
"commander": "^3.0.2", | ||
@@ -24,0 +24,0 @@ "ws": "^7.2.0" |
@@ -33,2 +33,4 @@ import * as http from "http"; | ||
if (parsed.pathname === "/healthz") { | ||
// If status doesn't complete, the server isn't healthy. | ||
await this.status(); | ||
res.write("OK\n"); | ||
@@ -35,0 +37,0 @@ res.end(); |
Sorry, the diff of this file is not supported yet
56654
1147
Updatedaxiom-api@^0.1.15