Comparing version 1.15.0 to 1.16.0-beta.0
{ | ||
"name": "kafkajs", | ||
"version": "1.15.0", | ||
"version": "1.16.0-beta.0", | ||
"description": "A modern Apache Kafka client for node.js", | ||
@@ -81,3 +81,7 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>", | ||
] | ||
}, | ||
"kafkajs": { | ||
"sha": "c2a91d4b5fcd35ec966723a8d1b67f8d26f2fc03", | ||
"compare": "https://github.com/tulios/kafkajs/compare/v1.15.0...c2a91d4b5fcd35ec966723a8d1b67f8d26f2fc03" | ||
} | ||
} | ||
} |
@@ -843,3 +843,3 @@ /// <reference types="node" /> | ||
commitOffsets(topicPartitions: Array<TopicPartitionOffsetAndMetadata>): Promise<void> | ||
seek(topicPartition: { topic: string; partition: number; offset: string }): void | ||
seek(topicPartition: { topic: string; partition: number; offset: number | string }): void | ||
describeGroup(): Promise<GroupDescription> | ||
@@ -846,0 +846,0 @@ pause(topics: Array<{ topic: string; partitions?: number[] }>): void |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
672359
1