@twilio/conversations 2.1.0-rc.8 → 2.1.0-rc.9

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 CHANGED
@@ -3,6 +3,14 @@
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.1.0-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.1.0-rc.8...@twilio/conversations@2.1.0-rc.9) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @twilio/conversations
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.1.0-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.1.0-rc.7...@twilio/conversations@2.1.0-rc.8) (2022-02-03)
7
15
 
8
16
  **Note:** Version bump only for package @twilio/conversations
package/builds/browser.js CHANGED
@@ -4170,6 +4170,10 @@ var Conversation = /*#__PURE__*/function (_ReplayEventEmitter) {
4170
4170
  get: function get() {
4171
4171
  return this.channelState.bindings;
4172
4172
  }
4173
+ /**
4174
+ * Current conversation limits.
4175
+ */
4176
+
4173
4177
  }, {
4174
4178
  key: "limits",
4175
4179
  get: function get() {
@@ -6856,7 +6860,7 @@ function PushNotification(data) {
6856
6860
  this.data = data.data || {};
6857
6861
  };
6858
6862
 
6859
- var version = "2.1.0-rc.8";
6863
+ var version = "2.1.0-rc.9";
6860
6864
 
6861
6865
  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; }
6862
6866