argosy-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -10,3 +10,3 @@ var assign = require('object-assign'), | ||
module.exports = function argosyService () { | ||
module.exports = function argosyClient () { | ||
var sequence = 0, | ||
@@ -13,0 +13,0 @@ outstanding = [], |
{ | ||
"name": "argosy-client", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Consume micro-services.", | ||
@@ -14,3 +14,12 @@ "main": "index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"micro-service", | ||
"microservice", | ||
"framework", | ||
"micro", | ||
"rpc", | ||
"stream", | ||
"pipe", | ||
"client" | ||
], | ||
"license": "MIT", | ||
@@ -34,4 +43,4 @@ "bugs": { | ||
"tape": "~4.0.0", | ||
"argosy-service": "~1.0.1", | ||
"argosy-pattern": "~1.0.0" | ||
"argosy-service": "~1.0.2", | ||
"argosy-pattern": "~1.0.1" | ||
}, | ||
@@ -38,0 +47,0 @@ "dependencies": { |
@@ -8,4 +8,6 @@ # argosy-client | ||
Consume micro-services. | ||
Consume micro-services. | ||
Part of the [Argosy](https://github.com/jasonpincin/argosy) family. | ||
## example | ||
@@ -12,0 +14,0 @@ |
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
18358
91