Comparing version 0.0.5 to 0.0.6
@@ -65,3 +65,3 @@ 'use strict' | ||
var watcher = consul.watch(consul.catalog.service.nodes, { service: service }, function (err, res) { | ||
var watcher = consul.watch(consul.health.service, { service: service, passing: true }, function (err, res) { | ||
if (err) delete serviceCache[service] | ||
@@ -68,0 +68,0 @@ else serviceCache[service] = normaliseNodes(res) |
{ | ||
"name": "lsq", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "The programmatic interface to the lsq.io runtime environment.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
3801