File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : javascript
2
- version : 4.12 .0
2
+ version : 4.13 .0
3
3
schema : 1
4
4
scm : github.com/pubnub/javascript
5
5
files :
6
6
- dist/web/pubnub.js
7
7
- dist/web/pubnub.min.js
8
8
changelog :
9
+ - version : v4.13.0
10
+ date :
11
+ changes :
12
+ - type : improvement
13
+ text : patch up 503 reporting
9
14
- version : v4.12.0
10
15
date :
11
16
changes :
Original file line number Diff line number Diff line change 1
- /*! 4.12 .0 / Consumer */
1
+ /*! 4.13 .0 / Consumer */
2
2
( function webpackUniversalModuleDefinition ( root , factory ) {
3
3
if ( typeof exports === 'object' && typeof module === 'object' )
4
4
module . exports = factory ( ) ;
Original file line number Diff line number Diff line change 1
- /*! 4.12 .0 / Consumer */
1
+ /*! 4.13 .0 / Consumer */
2
2
( function webpackUniversalModuleDefinition ( root , factory ) {
3
3
if ( typeof exports === 'object' && typeof module === 'object' )
4
4
module . exports = factory ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pubnub" ,
3
- "version" : " 4.12 .0" ,
3
+ "version" : " 4.13 .0" ,
4
4
"author" :
" PubNub <[email protected] >" ,
5
5
"description" : " Publish & Subscribe Real-time Messaging with PubNub" ,
6
6
"bin" : {},
92
92
"engine" : {
93
93
"node" : " >=0.8"
94
94
}
95
- }
95
+ }
You can’t perform that action at this time.
0 commit comments