Skip to content

Commit ff67973

Browse files
CLEN-1504/fix/upgrade superagent (#337)
* upgrade superagent * lock file * PubNub SDK v7.3.2 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
1 parent 8adfccd commit ff67973

File tree

10 files changed

+2296
-1192
lines changed

10 files changed

+2296
-1192
lines changed

.pubnub.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
22
changelog:
3+
- date: 2023-08-31
4+
version: v7.3.2
5+
changes:
6+
- type: bug
7+
text: "Fixes issue of having deprecated superagent version."
38
- date: 2023-08-21
49
version: v7.3.1
510
changes:
@@ -885,7 +890,7 @@ supported-platforms:
885890
- 'Ubuntu 14.04 and up'
886891
- 'Windows 7 and up'
887892
version: 'Pubnub Javascript for Node'
888-
version: '7.3.1'
893+
version: '7.3.2'
889894
sdks:
890895
- full-name: PubNub Javascript SDK
891896
short-name: Javascript
@@ -901,7 +906,7 @@ sdks:
901906
- distribution-type: source
902907
distribution-repository: GitHub release
903908
package-name: pubnub.js
904-
location: https://github.com/pubnub/javascript/archive/refs/tags/v7.3.1.zip
909+
location: https://github.com/pubnub/javascript/archive/refs/tags/v7.3.2.zip
905910
requires:
906911
- name: 'agentkeepalive'
907912
min-version: '3.5.2'
@@ -1572,7 +1577,7 @@ sdks:
15721577
- distribution-type: library
15731578
distribution-repository: GitHub release
15741579
package-name: pubnub.js
1575-
location: https://github.com/pubnub/javascript/releases/download/v7.3.1/pubnub.7.3.1.js
1580+
location: https://github.com/pubnub/javascript/releases/download/v7.3.2/pubnub.7.3.2.js
15761581
requires:
15771582
- name: 'agentkeepalive'
15781583
min-version: '3.5.2'

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v7.3.2
2+
August 31 2023
3+
4+
#### Fixed
5+
- Fixes issue of having deprecated superagent version. Fixed the following issues reported by [@wimZ](https://github.com/wimZ): [#317](https://github.com/pubnub/javascript/issues/317).
6+
17
## v7.3.1
28
August 21 2023
39

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You will need the publish and subscribe keys to authenticate your app. Get your
2222
npm install pubnub
2323
```
2424
* or download one of our builds from our CDN:
25-
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.1.js
26-
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.1.min.js
25+
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.2.js
26+
* https://cdn.pubnub.com/sdk/javascript/pubnub.7.3.2.min.js
2727
2828
2. Configure your keys:
2929

0 commit comments

Comments
 (0)