Skip to content

Commit 1da6f32

Browse files
author
Max Presman
committed
4.13.0
1 parent 1f6f029 commit 1da6f32

File tree

10 files changed

+12
-18
lines changed

10 files changed

+12
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ please use the [master_3x](https://github.com/pubnub/javascript/tree/master_3x)
1919
- If you **need help** or have a **general question**, contact <[email protected]>
2020

2121
## CDN Links
22-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.12.0.min.js
23-
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.12.0.js
22+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.13.0.min.js
23+
* https://cdn.pubnub.com/sdk/javascript/pubnub.4.13.0.js

dist/titanium/pubnub.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ return /******/ (function(modules) { // webpackBootstrap
786786
}, {
787787
key: 'getVersion',
788788
value: function getVersion() {
789-
return '4.12.0';
789+
return '4.13.0';
790790
}
791791
}, {
792792
key: '_decideUUID',
@@ -4414,8 +4414,6 @@ return /******/ (function(modules) { // webpackBootstrap
44144414
if (err.code === 'ECONNRESET') return _categories2.default.PNNetworkIssuesCategory;
44154415
if (err.code === 'EAI_AGAIN') return _categories2.default.PNNetworkIssuesCategory;
44164416

4417-
if (err.code === 503) return _categories2.default.PNServiceUnavailable;
4418-
44194417
if (err.status === 0 || err.hasOwnProperty('status') && typeof err.status === 'undefined') return _categories2.default.PNNetworkIssuesCategory;
44204418
if (err.timeout) return _categories2.default.PNTimeoutCategory;
44214419

dist/titanium/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/pubnub.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ return /******/ (function(modules) { // webpackBootstrap
808808
}, {
809809
key: 'getVersion',
810810
value: function getVersion() {
811-
return '4.12.0';
811+
return '4.13.0';
812812
}
813813
}, {
814814
key: '_decideUUID',
@@ -4436,8 +4436,6 @@ return /******/ (function(modules) { // webpackBootstrap
44364436
if (err.code === 'ECONNRESET') return _categories2.default.PNNetworkIssuesCategory;
44374437
if (err.code === 'EAI_AGAIN') return _categories2.default.PNNetworkIssuesCategory;
44384438

4439-
if (err.code === 503) return _categories2.default.PNServiceUnavailable;
4440-
44414439
if (err.status === 0 || err.hasOwnProperty('status') && typeof err.status === 'undefined') return _categories2.default.PNNetworkIssuesCategory;
44424440
if (err.timeout) return _categories2.default.PNTimeoutCategory;
44434441

dist/web/pubnub.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/components/config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/networking/index.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/networking/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/components/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export default class {
209209
setSendBeaconConfig(val: boolean): this { this._useSendBeacon = val; return this; }
210210

211211
getVersion(): string {
212-
return '4.12.0';
212+
return '4.13.0';
213213
}
214214

215215
_decideUUID(providedUUID: string): string {

0 commit comments

Comments
 (0)