@brimdata/zealot
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -17,3 +17,3 @@ "use strict"; | ||
this.address = address; | ||
this.baseURL = `http://${address}`; | ||
this.baseURL = address; | ||
} | ||
@@ -20,0 +20,0 @@ async version() { |
{ | ||
"name": "@brimdata/zealot", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "The Javascript Client for Zed Lakes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -58,3 +58,3 @@ import fetch from "cross-fetch"; | ||
constructor(public address: string) { | ||
this.baseURL = `http://${address}`; | ||
this.baseURL = address; | ||
} | ||
@@ -61,0 +61,0 @@ |
Sorry, the diff of this file is too big to display
1368705