cueball-resolver
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,5 @@ | ||
<a name="1.0.1"></a> | ||
### 1.0.1 (2017-10-05) | ||
<a name="1.0.0"></a> | ||
@@ -2,0 +6,0 @@ ## 1.0.0 (2017-10-05) |
{ | ||
"name": "cueball-resolver", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Cueball resolver for Euroeka service discovery", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"eslint": "4.8.0", | ||
"eslint-config-airbnb-base": "12.0.1", | ||
"eslint-config-airbnb-base": "12.0.2", | ||
"eslint-plugin-import": "2.7.0", | ||
@@ -39,3 +39,3 @@ "eslint-plugin-promise": "3.5.0", | ||
"restify-clients": "1.5.2", | ||
"sinon": "4.0.0", | ||
"sinon": "4.0.1", | ||
"sinon-chai": "2.14.0" | ||
@@ -42,0 +42,0 @@ }, |
@@ -21,7 +21,7 @@ # cueball-resolver | ||
- `options` -- Object, with keys: | ||
* `defaultPort` -- optional Number (defaults to 80), fallback port to use for backends | ||
- `defaultPort` -- optional Number (defaults to 80), fallback port to use for backends | ||
that only have an `address` property | ||
* `backends` -- Array of objects, each having properties (optional, defaults to []): | ||
** `address` -- String, an IP address to emit as a backend | ||
** `port` -- Number (optional, defaults to 80), a port number | ||
- `backends` -- Array of objects, each having properties (optional, defaults to []): | ||
- `address` -- String, an IP address to emit as a backend | ||
- `port` -- Number (optional, defaults to 80), a port number | ||
for this backend | ||
@@ -33,5 +33,5 @@ | ||
- `backend` -- object | ||
* `address` -- String, an IP address to emit as a backend | ||
* `port` -- Number (optional, defaults to 80), a port number | ||
- `backend` -- object: | ||
- `address` -- String, an IP address to emit as a backend | ||
- `port` -- Number (optional, defaults to 80), a port number | ||
for this backend | ||
@@ -45,5 +45,5 @@ | ||
- `backend` -- object | ||
* `address` -- String, an IP address to emit as a backend | ||
* `port` -- Number (optional, defaults to 80), a port number | ||
- `backend` -- object: | ||
- `address` -- String, an IP address to emit as a backend | ||
- `port` -- Number (optional, defaults to 80), a port number | ||
for this backend | ||
@@ -58,4 +58,4 @@ | ||
- `backends` -- Array of objects, each having properties (optional, defaults to []): | ||
* `address` -- String, an IP address to emit as a backend | ||
* `port` -- Number (optional, defaults to 80), a port number | ||
- `address` -- String, an IP address to emit as a backend | ||
- `port` -- Number (optional, defaults to 80), a port number | ||
for this backend | ||
@@ -113,2 +113,2 @@ | ||
See: https://joyent.github.io/node-cueball/#resolver | ||
See: https://joyent.github.io/node-cueball/#resolver |
Sorry, the diff of this file is too big to display
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
152674
110