graphql-kafkajs-subscriptions
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -117,3 +117,3 @@ "use strict"; | ||
var _a = this.subscriptionMap[subId], cnl = _a[0], listener = _a[1]; | ||
listener(message.value); | ||
listener(message); | ||
} | ||
@@ -120,0 +120,0 @@ }; |
{ | ||
"name": "graphql-kafkajs-subscriptions", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Apollo graphql subscription over Kafka protocol", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
207083