Comparing version 1.4.1 to 1.5.0
@@ -9,5 +9,5 @@ 'use strict' | ||
services.list = Meta.services.bind(Meta) | ||
services.get = Meta.service.bind(Meta) | ||
services.get = Meta.random.bind(Meta) | ||
}else if (process.env.CONSUL_HOST) { | ||
module.exports = require('./consul') | ||
}else throw new Error('Missing Meta socket or Consul host') |
{ | ||
"name": "lsq", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "The programmatic interface to the lsq.io runtime environment.", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"lsq-consul": "^1.0.0", | ||
"lsq-meta": "^1.2.1", | ||
"lsq-meta": "^1.3.0", | ||
"promise": ">=6.1.0 <8", | ||
@@ -11,0 +11,0 @@ "then-on": ">=1.1.0 <3" |
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
4528
Updatedlsq-meta@^1.3.0