@twilio/conversations 2.0.1-rc.3 → 2.0.1-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/lib.js +2 -2
- package/dist/lib.js.map +1 -1
- package/dist/react-native.js +2 -2
- package/dist/react-native.js.map +1 -1
- package/dist/twilio-conversations.js +5 -5
- package/dist/twilio-conversations.min.js +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,16 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
### [2.0.1-rc.4](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.3...@twilio/conversations@2.0.1-rc.4) (2021-11-09)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* Fix getChannelBySid returning wrong channels issue ([3eeaf1f](https://github.com/twilio/rtd-sdk-monorepo-js/commit/3eeaf1fc64d77c48305ff7c43b8a92c81e6ead7b))
|
12
|
+
* Fix the post-install script to be runnable cross-platform ([a16eede](https://github.com/twilio/rtd-sdk-monorepo-js/commit/a16eede598dd3dbdda1997fbd2033fa2254f113f))
|
13
|
+
|
14
|
+
|
15
|
+
|
6
16
|
### [2.0.1-rc.3](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.2...@twilio/conversations@2.0.1-rc.3) (2021-10-26)
|
7
17
|
|
8
18
|
|
package/dist/browser.js
CHANGED
@@ -5678,7 +5678,7 @@ var Conversations = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
5678
5678
|
conversationsMap = _context4.sent;
|
5679
5679
|
_context4.next = 5;
|
5680
5680
|
return conversationsMap.getItems({
|
5681
|
-
|
5681
|
+
key: sid
|
5682
5682
|
});
|
5683
5683
|
|
5684
5684
|
case 5:
|
@@ -6599,7 +6599,7 @@ function PushNotification(data) {
|
|
6599
6599
|
this.data = data.data || {};
|
6600
6600
|
};
|
6601
6601
|
|
6602
|
-
var version = "2.0.1-rc.
|
6602
|
+
var version = "2.0.1-rc.4";
|
6603
6603
|
|
6604
6604
|
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
6605
6605
|
|