nsq-publisher
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -37,3 +37,3 @@ const Promise = require('bluebird'); | ||
const nsqWriter = new nsq.Writer(this.options.dataUrl, this.options.dataPort); | ||
const nsqWriter = new nsq.Writer(this.dataUrl, this.dataPort); | ||
@@ -49,3 +49,3 @@ nsqWriter.connect(); | ||
nsqWriter.publishAsync(this.options.topic, message) | ||
nsqWriter.publishAsync(this.topic, message) | ||
.then(nsqWriter.close) | ||
@@ -52,0 +52,0 @@ .catch(callback) |
{ | ||
"name": "nsq-publisher", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Simple way to create topics and publish messages in NSQ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9980