File tree Expand file tree Collapse file tree 8 files changed +21
-10
lines changed Expand file tree Collapse file tree 8 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
changelog :
3
+ - date : 2023-10-30
4
+ version : v7.4.2
5
+ changes :
6
+ - type : improvement
7
+ text : " Changed license type from MIT to PubNub Software Development Kit License."
3
8
- date : 2023-10-17
4
9
version : v7.4.1
5
10
changes :
@@ -907,7 +912,7 @@ supported-platforms:
907
912
- ' Ubuntu 14.04 and up'
908
913
- ' Windows 7 and up'
909
914
version : ' Pubnub Javascript for Node'
910
- version : ' 7.4.1 '
915
+ version : ' 7.4.2 '
911
916
sdks :
912
917
- full-name : PubNub Javascript SDK
913
918
short-name : Javascript
@@ -923,7 +928,7 @@ sdks:
923
928
- distribution-type : source
924
929
distribution-repository : GitHub release
925
930
package-name : pubnub.js
926
- location : https://github.com/pubnub/javascript/archive/refs/tags/v7.4.1 .zip
931
+ location : https://github.com/pubnub/javascript/archive/refs/tags/v7.4.2 .zip
927
932
requires :
928
933
- name : ' agentkeepalive'
929
934
min-version : ' 3.5.2'
@@ -1594,7 +1599,7 @@ sdks:
1594
1599
- distribution-type : library
1595
1600
distribution-repository : GitHub release
1596
1601
package-name : pubnub.js
1597
- location : https://github.com/pubnub/javascript/releases/download/v7.4.1 /pubnub.7.4.1 .js
1602
+ location : https://github.com/pubnub/javascript/releases/download/v7.4.2 /pubnub.7.4.2 .js
1598
1603
requires :
1599
1604
- name : ' agentkeepalive'
1600
1605
min-version : ' 3.5.2'
Original file line number Diff line number Diff line change
1
+ ## v7.4.2
2
+ October 30 2023
3
+
4
+ #### Modified
5
+ - Changed license type from MIT to PubNub Software Development Kit License.
6
+
1
7
## v7.4.1
2
8
October 17 2023
3
9
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Watch [Getting Started with PubNub JS SDK](https://app.dashcam.io/replay/64ee0d2
28
28
npm install pubnub
29
29
```
30
30
* or download one of our builds from our CDN:
31
- * https://cdn.pubnub.com/sdk/javascript/pubnub.7.4.1 .js
32
- * https://cdn.pubnub.com/sdk/javascript/pubnub.7.4.1 .min.js
31
+ * https://cdn.pubnub.com/sdk/javascript/pubnub.7.4.2 .js
32
+ * https://cdn.pubnub.com/sdk/javascript/pubnub.7.4.2 .min.js
33
33
34
34
2. Configure your keys:
35
35
Original file line number Diff line number Diff line change 791
791
return this;
792
792
};
793
793
default_1.prototype.getVersion = function () {
794
- return '7.4.1 ';
794
+ return '7.4.2 ';
795
795
};
796
796
default_1.prototype._addPnsdkSuffix = function (name, suffix) {
797
797
this._PNSDKSuffix[name] = suffix;
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ var default_1 = /** @class */ (function () {
177
177
return this ;
178
178
} ;
179
179
default_1 . prototype . getVersion = function ( ) {
180
- return '7.4.1 ' ;
180
+ return '7.4.2 ' ;
181
181
} ;
182
182
default_1 . prototype . _addPnsdkSuffix = function ( name , suffix ) {
183
183
this . _PNSDKSuffix [ name ] = suffix ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pubnub" ,
3
- "version" : " 7.4.1 " ,
3
+ "version" : " 7.4.2 " ,
4
4
"author" : " PubNub <support@pubnub.com>" ,
5
5
"description" : " Publish & Subscribe Real-time Messaging with PubNub" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ export default class {
350
350
}
351
351
352
352
getVersion ( ) {
353
- return '7.4.1 ' ;
353
+ return '7.4.2 ' ;
354
354
}
355
355
356
356
_addPnsdkSuffix ( name , suffix ) {
You can’t perform that action at this time.
0 commit comments