Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "arque", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "RabbitMQ based microservice framework.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -19,2 +19,3 @@ # `arque` | ||
``` | ||
## `Arque` | ||
@@ -33,2 +34,3 @@ ```js | ||
``` | ||
### Options | ||
@@ -71,2 +73,3 @@ * `uri` - RabbitMQ URI. Default value is `amqp://localhost`. | ||
* `timeout` - Timeout time in milliseconds. Default value is `60000`; | ||
### `arque.close()` | ||
@@ -73,0 +76,0 @@ Close RabbitMQ connection. |
@@ -19,3 +19,3 @@ import amqp from 'amqplib'; | ||
this._url = options.url || 'amqp://localhost'; | ||
this._uri = options.uri || 'amqp://localhost'; | ||
this._prefix = options.prefix || ''; | ||
@@ -22,0 +22,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
140152
82