@adhityan/gc-nats
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -134,3 +134,3 @@ "use strict"; | ||
debug('call message received processor'); | ||
yield messageReceived(message.data, subscription); | ||
yield messageReceived(message, subscription); | ||
debug('call message received processor success'); | ||
@@ -137,0 +137,0 @@ } |
{ | ||
"name": "@adhityan/gc-nats", | ||
"description": "Typescript Node.js client for NATS streaming server", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -179,3 +179,3 @@ /** | ||
debug('call message received processor'); | ||
await messageReceived(message.data, subscription); | ||
await messageReceived(message, subscription); | ||
debug('call message received processor success'); | ||
@@ -182,0 +182,0 @@ } catch (e) { |
Sorry, the diff of this file is not supported yet
41506