centrifuge
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -0,1 +1,6 @@ | ||
2.7.1 | ||
===== | ||
* Fix type definitions - see [#133](https://github.com/centrifugal/centrifuge-js/pull/133) | ||
2.7.0 | ||
@@ -2,0 +7,0 @@ ===== |
@@ -41,3 +41,3 @@ // Type definitions for centrifuge 2.*.* | ||
publish(channel: string, data: any): Promise<Centrifuge.PublishResult>; | ||
history(channel: string, options?: HistoryOptions): Promise<Centrifuge.HistoryResult>; | ||
history(channel: string, options?: Centrifuge.HistoryOptions): Promise<Centrifuge.HistoryResult>; | ||
presence(channel: string): Promise<Centrifuge.PresenceResult>; | ||
@@ -44,0 +44,0 @@ presenceStats(channel: string): Promise<Centrifuge.PresenceStatsResult>; |
{ | ||
"name": "centrifuge", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Centrifuge and Centrifugo client for NodeJS and browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/centrifuge.js", |
Sorry, the diff of this file is too big to display
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
1907051