Skip to content

Commit

Permalink
4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Jul 27, 2017
1 parent 1f6f029 commit 1da6f32
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
- If you **need help** or have a **general question**, contact <support@pubnub.com>

## CDN Links
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.12.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.12.0.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.13.0.min.js
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.13.0.js
4 changes: 1 addition & 3 deletions dist/titanium/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, {
key: 'getVersion',
value: function getVersion() {
return '4.12.0';
return '4.13.0';
}
}, {
key: '_decideUUID',
Expand Down Expand Up @@ -4414,8 +4414,6 @@ return /******/ (function(modules) { // webpackBootstrap
if (err.code === 'ECONNRESET') return _categories2.default.PNNetworkIssuesCategory;
if (err.code === 'EAI_AGAIN') return _categories2.default.PNNetworkIssuesCategory;

if (err.code === 503) return _categories2.default.PNServiceUnavailable;

if (err.status === 0 || err.hasOwnProperty('status') && typeof err.status === 'undefined') return _categories2.default.PNNetworkIssuesCategory;
if (err.timeout) return _categories2.default.PNTimeoutCategory;

Expand Down
4 changes: 2 additions & 2 deletions dist/titanium/pubnub.min.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions dist/web/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, {
key: 'getVersion',
value: function getVersion() {
return '4.12.0';
return '4.13.0';
}
}, {
key: '_decideUUID',
Expand Down Expand Up @@ -4436,8 +4436,6 @@ return /******/ (function(modules) { // webpackBootstrap
if (err.code === 'ECONNRESET') return _categories2.default.PNNetworkIssuesCategory;
if (err.code === 'EAI_AGAIN') return _categories2.default.PNNetworkIssuesCategory;

if (err.code === 503) return _categories2.default.PNServiceUnavailable;

if (err.status === 0 || err.hasOwnProperty('status') && typeof err.status === 'undefined') return _categories2.default.PNNetworkIssuesCategory;
if (err.timeout) return _categories2.default.PNTimeoutCategory;

Expand Down
4 changes: 2 additions & 2 deletions dist/web/pubnub.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core/components/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/core/components/config.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions lib/networking/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/networking/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/components/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default class {
setSendBeaconConfig(val: boolean): this { this._useSendBeacon = val; return this; }

getVersion(): string {
return '4.12.0';
return '4.13.0';
}

_decideUUID(providedUUID: string): string {
Expand Down

0 comments on commit 1da6f32

Please sign in to comment.