@twilio/conversations 2.2.2-rc.4 → 2.2.2

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.
@@ -34850,7 +34850,7 @@ this.Twilio.Conversations = (function (exports) {
34850
34850
  return Network;
34851
34851
  }();
34852
34852
 
34853
- var version = "0.6.3-rc.4";
34853
+ var version = "0.6.3";
34854
34854
 
34855
34855
  var _class;
34856
34856
 
@@ -39349,7 +39349,7 @@ this.Twilio.Conversations = (function (exports) {
39349
39349
  }()
39350
39350
  /**
39351
39351
  * New interface to prepare for sending a message.
39352
- * Use this instead of {@link Message.sendMessage}.
39352
+ * Use this instead of {@link Conversation.sendMessage}.
39353
39353
  * @return A MessageBuilder to help set all message sending options.
39354
39354
  */
39355
39355
 
@@ -41541,7 +41541,7 @@ this.Twilio.Conversations = (function (exports) {
41541
41541
  this.data = data.data || {};
41542
41542
  });
41543
41543
 
41544
- var version = "2.2.2-rc.4";
41544
+ var version = "2.2.2";
41545
41545
 
41546
41546
  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; }
41547
41547