Comparing version 0.8.26 to 0.8.27
{ | ||
"name": "Ably", | ||
"version": "0.8.26", | ||
"version": "0.8.27", | ||
"homepage": "https://www.ably.io/", | ||
@@ -5,0 +5,0 @@ "authors": [ |
/** | ||
* @license Copyright 2016, Ably | ||
* | ||
* Ably JavaScript Library v0.8.26 | ||
* Ably JavaScript Library v0.8.27 | ||
* https://github.com/ably/ably-js | ||
@@ -6,0 +6,0 @@ * |
/** | ||
* @license Copyright 2016, Ably | ||
* | ||
* Ably JavaScript Library v0.8.26 | ||
* Ably JavaScript Library v0.8.27 | ||
* https://github.com/ably/ably-js | ||
@@ -6,0 +6,0 @@ * |
/* | ||
Copyright 2016, Ably | ||
Ably JavaScript Library v0.8.26 | ||
Ably JavaScript Library v0.8.27 | ||
https://github.com/ably/ably-js | ||
@@ -6,0 +6,0 @@ |
/** | ||
* @license Copyright 2016, Ably | ||
* | ||
* Ably JavaScript Library v0.8.26 | ||
* Ably JavaScript Library v0.8.27 | ||
* https://github.com/ably/ably-js | ||
@@ -6,0 +6,0 @@ * |
/* | ||
Copyright 2016, Ably | ||
Ably JavaScript Library v0.8.26 | ||
Ably JavaScript Library v0.8.27 | ||
https://github.com/ably/ably-js | ||
@@ -6,0 +6,0 @@ |
@@ -365,3 +365,3 @@ var ConnectionManager = (function() { | ||
* see logic in deactivateTransport */ | ||
Logger.logAction(Logger.LOG_MINOR, 'ConnectionManager.scheduleTransportActivation()', 'Current connection state (' + this.state.state + (this.state === this.states.synchronizing ? ', but with an upgrade already in progress' : '') + ') is not valid to upgrade in; abandoning upgrade to ' + transport.shortName); | ||
Logger.logAction(Logger.LOG_MINOR, 'ConnectionManager.scheduleTransportActivation()', 'Current connection state (' + self.state.state + (self.state === self.states.synchronizing ? ', but with an upgrade already in progress' : '') + ') is not valid to upgrade in; abandoning upgrade to ' + transport.shortName); | ||
abandon(); | ||
@@ -368,0 +368,0 @@ return; |
@@ -22,3 +22,3 @@ Defaults.protocolVersion = 1; | ||
Defaults.version = '0.8.26'; | ||
Defaults.version = '0.8.27'; | ||
Defaults.libstring = 'js-' + Defaults.version; | ||
@@ -25,0 +25,0 @@ Defaults.apiVersion = '0.8'; |
{ | ||
"name": "ably", | ||
"description": "Realtime client library for Ably.io, the realtime messaging service", | ||
"version": "0.8.26", | ||
"version": "0.8.27", | ||
"main": "./nodejs/index.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
# [Ably](https://www.ably.io) | ||
## Version: 0.8.26 | ||
## Version: 0.8.27 | ||
@@ -5,0 +5,0 @@ [![Build Status](https://travis-ci.org/ably/ably-js.png)](https://travis-ci.org/ably/ably-js) |
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
2247228