@shardus/monitor-client
Advanced tools
Comparing version 2.5.7 to 2.5.8
{ | ||
"name": "@shardus/monitor-client", | ||
"version": "2.5.7", | ||
"version": "2.5.8", | ||
"description": "", | ||
@@ -10,3 +10,3 @@ "main": "entry.js", | ||
"scripts": { | ||
"release": "np --no-tests --no-yarn", | ||
"release": "np --any-branch --no-cleanup --no-tests --no-yarn", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -31,3 +31,3 @@ "compile": "tsc -p .", | ||
"devDependencies": { | ||
"np": "7.6.1", | ||
"np": "8.0.4", | ||
"gts": "3.1.1", | ||
@@ -34,0 +34,0 @@ "prettier": "2.7.1", |
@@ -225,3 +225,5 @@ new Vue({ | ||
console.log('ip', ip) | ||
const response = await requestWithToken(`http://${ip}:${activeNode.nodeIpInfo.externalPort}/sync-newest-cycle`) | ||
const response = await requestWithToken( | ||
`/get-newest-cycle?ip=${ip}&port=${activeNode.nodeIpInfo.externalPort}` | ||
) | ||
const cycleRecord = response.data.newestCycle | ||
@@ -228,0 +230,0 @@ if (cycleRecord && cycleRecord.duration) this.cycleDuration = cycleRecord.duration |
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
2357643
5209