@nestjs-plugins/nestjs-nats-streaming-transport
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -27,3 +27,2 @@ "use strict"; | ||
publish(packet, callback) { | ||
console.log('publish bernt'); | ||
this.connection.publish(packet.pattern, JSON.stringify(packet.data), (err, guid) => { | ||
@@ -30,0 +29,0 @@ if (err) { |
{ | ||
"name": "@nestjs-plugins/nestjs-nats-streaming-transport", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Nats Streaming Transport for NestJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
127568
329