@aspecto/core
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -32,3 +32,3 @@ "use strict"; | ||
const analyticsEndpoint = process.env.NODE_ENV !== "aspc_dev" | ||
? "http://collector.topsight.io/" | ||
? "http://collector.aspecto.io/" | ||
: "http://localhost:8082/"; | ||
@@ -35,0 +35,0 @@ let ws = new ws_1.default(analyticsEndpoint); |
@@ -34,3 +34,3 @@ "use strict"; | ||
} | ||
const gitData = child_process_1.execSync("git rev-parse HEAD", { stdio: 'pipe' }); | ||
const gitData = child_process_1.execSync("git rev-parse HEAD", { stdio: 'ignore' }); | ||
GITCollector.hash = gitData.toString(); | ||
@@ -37,0 +37,0 @@ return gitData.toString(); |
@@ -20,4 +20,4 @@ import WebSocketConnection from "./src/communication/ws"; | ||
process.env.NODE_ENV !== "aspc_dev" | ||
? "http://collector.topsight.io/" | ||
: "http://localhost:8082/"; | ||
? "https://collector.aspecto.io/" | ||
: "http://localhost:8084/"; | ||
@@ -24,0 +24,0 @@ let ws = new WebSocketConnection(analyticsEndpoint); |
{ | ||
"name": "@aspecto/core", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Aspecto metric collector", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67431