@twilio/conversations 2.0.1-rc.2 → 2.0.1-rc.3

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,15 @@
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.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
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Bump Node required version to current LTS (14) ([ee272b3](https://github.com/twilio/rtd-sdk-monorepo-js/commit/ee272b350f4556a454a18a8aa192c37b54aaaeeb))
12
+
13
+
14
+
6
15
  ### [2.0.1-rc.2](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.0.1-rc.1...@twilio/conversations@2.0.1-rc.2) (2021-10-25)
7
16
 
8
17
  **Note:** Version bump only for package @twilio/conversations
package/dist/browser.js CHANGED
@@ -6599,7 +6599,7 @@ function PushNotification(data) {
6599
6599
  this.data = data.data || {};
6600
6600
  };
6601
6601
 
6602
- var version = "2.0.1-rc.2";
6602
+ var version = "2.0.1-rc.3";
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
 
package/dist/lib.js CHANGED
@@ -6599,7 +6599,7 @@ function PushNotification(data) {
6599
6599
  this.data = data.data || {};
6600
6600
  };
6601
6601
 
6602
- var version = "2.0.1-rc.2";
6602
+ var version = "2.0.1-rc.3";
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
 
@@ -3232,7 +3232,7 @@ class PushNotification {
3232
3232
  }
3233
3233
  }
3234
3234
 
3235
- var version = "2.0.1-rc.2";
3235
+ var version = "2.0.1-rc.3";
3236
3236
 
3237
3237
  const trimSlashes = (url) => url.replace(/(^\/+|\/+$)/g, '');
3238
3238
  const isMutationConflictResponse = (response) => response.status.code === 202;
@@ -16193,7 +16193,7 @@ this.Twilio.Conversations = (function (exports) {
16193
16193
  }();
16194
16194
 
16195
16195
  var logInstance = new Logger("");
16196
- var version = "0.12.0";
16196
+ var version = "0.12.1-rc.0";
16197
16197
  /**
16198
16198
  * Settings container for the Twilsock client library
16199
16199
  */
@@ -30732,7 +30732,7 @@ this.Twilio.Conversations = (function (exports) {
30732
30732
 
30733
30733
  __decorate([declarativeTypeValidator.validateTypes(declarativeTypeValidator.nonEmptyString), __metadata("design:type", Function), __metadata("design:paramtypes", [String]), __metadata("design:returntype", void 0)], InstantQuery.prototype, "updateIndexName", null);
30734
30734
 
30735
- var version$1 = "3.0.5";
30735
+ var version$1 = "3.0.6-rc.0";
30736
30736
 
30737
30737
  function _createSuper$9(Derived) {
30738
30738
  var hasNativeReflectConstruct = _isNativeReflectConstruct$a();
@@ -34720,7 +34720,7 @@ this.Twilio.Conversations = (function (exports) {
34720
34720
  return Network;
34721
34721
  }();
34722
34722
 
34723
- var version = "0.5.1";
34723
+ var version = "0.5.2-rc.0";
34724
34724
 
34725
34725
  var _class, _temp;
34726
34726
 
@@ -40482,7 +40482,7 @@ this.Twilio.Conversations = (function (exports) {
40482
40482
  this.data = data.data || {};
40483
40483
  };
40484
40484
 
40485
- var version = "2.0.1-rc.2";
40485
+ var version = "2.0.1-rc.3";
40486
40486
 
40487
40487
  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; }
40488
40488