@twilio/conversations 2.2.0-rc.7 → 2.2.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,22 @@
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.2.0-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.0-rc.8...@twilio/conversations@2.2.0-rc.9) (2022-07-25)
7
+
8
+ **Note:** Version bump only for package @twilio/conversations
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.2.0-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.0-rc.7...@twilio/conversations@2.2.0-rc.8) (2022-07-25)
15
+
16
+ **Note:** Version bump only for package @twilio/conversations
17
+
18
+
19
+
20
+
21
+
6
22
  ## [2.2.0-rc.7](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.0-rc.6...@twilio/conversations@2.2.0-rc.7) (2022-07-25)
7
23
 
8
24
  **Note:** Version bump only for package @twilio/conversations
package/builds/browser.js CHANGED
@@ -7326,7 +7326,7 @@ function PushNotification(data) {
7326
7326
  this.data = data.data || {};
7327
7327
  });
7328
7328
 
7329
- var version = "2.2.0-rc.7";
7329
+ var version = "2.2.0-rc.9";
7330
7330
 
7331
7331
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
7332
7332
 
package/builds/lib.js CHANGED
@@ -7326,7 +7326,7 @@ function PushNotification(data) {
7326
7326
  this.data = data.data || {};
7327
7327
  });
7328
7328
 
7329
- var version = "2.2.0-rc.7";
7329
+ var version = "2.2.0-rc.9";
7330
7330
 
7331
7331
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
7332
7332
 
@@ -48642,7 +48642,7 @@ this.Twilio.Conversations = (function (exports) {
48642
48642
  return Network;
48643
48643
  }();
48644
48644
 
48645
- var version = "0.6.0-rc.7";
48645
+ var version = "0.6.0-rc.8";
48646
48646
 
48647
48647
  var _class;
48648
48648
 
@@ -50490,7 +50490,7 @@ this.Twilio.Conversations = (function (exports) {
50490
50490
  var log__default = /*#__PURE__*/_interopDefaultLegacy$1(log$4);
50491
50491
 
50492
50492
  function deprecated(oldName, newName, link) {
50493
- deprecationWarning("The function ".concat(oldName, " is deprecated").concat(newName ? ", use " + newName + " instead" : "").concat(link ? ", " + link : "."));
50493
+ deprecationWarning("The method ".concat(oldName, " is deprecated").concat(newName ? ", use " + newName + " instead" : "").concat(link ? ", " + link : "."));
50494
50494
  }
50495
50495
 
50496
50496
  function deprecationWarning(warning) {
@@ -55303,7 +55303,7 @@ this.Twilio.Conversations = (function (exports) {
55303
55303
  this.data = data.data || {};
55304
55304
  });
55305
55305
 
55306
- var version = "2.2.0-rc.7";
55306
+ var version = "2.2.0-rc.9";
55307
55307
 
55308
55308
  function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
55309
55309