@warerebel/sbqueue
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -14,3 +14,3 @@ const amqp = require("./amqp"); | ||
connect(){ | ||
this.amqp.on("sendable", this.send().bind(this)); | ||
this.amqp.on("sendable", this.send.bind(this)); | ||
this.amqp.connect(); | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@warerebel/sbqueue", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "A library that queues data in memory and pushes it to an amqp connection", | ||
@@ -5,0 +5,0 @@ "main": "sbqueue.js", |
43918