-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CSK-780] Respect eTag and updated fields in the Membership object (#171
) * feat(lib): respect eTag and updated fields in the Membership object * feat(lib): update js sdk * PubNub SDK v0.7.2 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
- Loading branch information
1 parent
43eed79
commit c5778cc
Showing
5 changed files
with
80 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pubnub/chat", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "PubNub JavaScript Chat SDK", | ||
"author": "PubNub <[email protected]>", | ||
"license": "SEE LICENSE IN LICENSE", | ||
|
@@ -25,7 +25,7 @@ | |
}, | ||
"homepage": "https://github.com/pubnub/js-chat#readme", | ||
"dependencies": { | ||
"pubnub": "8.2.0" | ||
"pubnub": "8.2.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.22.15", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11152,10 +11152,10 @@ proxy-from-env@^1.1.0: | |
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" | ||
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== | ||
|
||
[email protected].0: | ||
version "8.2.0" | ||
resolved "https://registry.yarnpkg.com/pubnub/-/pubnub-8.2.0.tgz#6de8ee52be0c03d48c66667397f1e84a08d54268" | ||
integrity sha512-gXck3w/9es+w3/tdzipIjIpzKEl2CAcWnKSyMhBP/Q43Rbk0eAeS0JV6uzcTsJdi6v8nZ6TAqghjy/0Y73zqoQ== | ||
[email protected].3: | ||
version "8.2.3" | ||
resolved "https://registry.yarnpkg.com/pubnub/-/pubnub-8.2.3.tgz#ad47e1636e5301cb3d55aa55ac166e8955fa9245" | ||
integrity sha512-VqAyildzNmkTJCSCFzAiMTeNFTO10On6Ah2AX59LkKCrNDPcqS4jw+xnyyakwmB/R9gLZuCieeTxHqsSWrZD2g== | ||
dependencies: | ||
agentkeepalive "^3.5.2" | ||
buffer "^6.0.3" | ||
|