Comparing version 1.1.18 to 1.1.19
@@ -361,4 +361,5 @@ // Type definitions for Ably Realtime and Rest client library 1.0 | ||
on(eventOrCallback: EventType | EventType[] | CallbackType, callback?: CallbackType): void; | ||
once(eventOrCallback: EventType | CallbackType, callback?: CallbackType): void; | ||
once(event: EventType): Promise<ResultType>; | ||
once(event: EventType, callback: CallbackType): void; | ||
once(callback: CallbackType): void; | ||
once(event?: EventType): Promise<ResultType>; | ||
off(eventOrCallback?: EventType | CallbackType, callback?: CallbackType): void; | ||
@@ -365,0 +366,0 @@ listeners(eventName?: EventType): CallbackType[] | null; |
{ | ||
"name": "Ably", | ||
"version": "1.1.18", | ||
"version": "1.1.19", | ||
"homepage": "https://www.ably.io/", | ||
@@ -5,0 +5,0 @@ "authors": [ |
/** | ||
* @license Copyright 2019, Ably | ||
* | ||
* Ably JavaScript Library v1.1.18 | ||
* Ably JavaScript Library v1.1.19 | ||
* https://github.com/ably/ably-js | ||
@@ -6,0 +6,0 @@ * |
@@ -361,4 +361,5 @@ // Type definitions for Ably Realtime and Rest client library 1.0 | ||
on(eventOrCallback: EventType | EventType[] | CallbackType, callback?: CallbackType): void; | ||
once(eventOrCallback: EventType | CallbackType, callback?: CallbackType): void; | ||
once(event: EventType): Promise<ResultType>; | ||
once(event: EventType, callback: CallbackType): void; | ||
once(callback: CallbackType): void; | ||
once(event?: EventType): Promise<ResultType>; | ||
off(eventOrCallback?: EventType | CallbackType, callback?: CallbackType): void; | ||
@@ -365,0 +366,0 @@ listeners(eventName?: EventType): CallbackType[] | null; |
@@ -5,2 +5,5 @@ # Change Log | ||
## [1.1.19](https://github.com/ably/ably-js/tree/1.1.19) (2019-10-03) | ||
- Fix EventEmitter.once typings https://github.com/ably/ably-js/pull/610 | ||
## [1.1.18](https://github.com/ably/ably-js/tree/1.1.18) (2019-09-18) | ||
@@ -7,0 +10,0 @@ - Fix typings for channel.presence.unsubscribe https://github.com/ably/ably-js/pull/608 |
@@ -24,3 +24,3 @@ Defaults.ENVIRONMENT = ''; | ||
Defaults.version = '1.1.18'; | ||
Defaults.version = '1.1.19'; | ||
Defaults.libstring = Platform.libver + Defaults.version; | ||
@@ -27,0 +27,0 @@ Defaults.apiVersion = '1.1'; |
{ | ||
"name": "ably", | ||
"description": "Realtime client library for Ably.io, the realtime messaging service", | ||
"version": "1.1.18", | ||
"version": "1.1.19", | ||
"main": "./nodejs/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "./browser/static/ably.d.ts", |
@@ -43,5 +43,5 @@ # [Ably](https://www.ably.io) | ||
#### Version: 1.1.18 | ||
#### Version: 1.1.19 | ||
The latest stable version of the Ably Javascript client library is version: 1.1.18 . | ||
The latest stable version of the Ably Javascript client library is version: 1.1.19 . | ||
@@ -48,0 +48,0 @@ For complete API documentation, see the [Ably documentation](https://www.ably.io/documentation). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4236496
92268