@twilio/conversations 2.4.0-rc.1 → 2.4.0-rc.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.
package/builds/browser.js CHANGED
@@ -7824,7 +7824,7 @@ function PushNotification(data) {
7824
7824
  this.data = data.data || {};
7825
7825
  });
7826
7826
 
7827
- var version = "2.4.0-rc.1";
7827
+ var version = "2.4.0-rc.2";
7828
7828
 
7829
7829
  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; }
7830
7830
 
package/builds/lib.js CHANGED
@@ -7815,7 +7815,7 @@ function PushNotification(data) {
7815
7815
  this.data = data.data || {};
7816
7816
  });
7817
7817
 
7818
- var version = "2.4.0-rc.1";
7818
+ var version = "2.4.0-rc.2";
7819
7819
 
7820
7820
  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; }
7821
7821
 
@@ -42014,7 +42014,7 @@ this.Twilio.Conversations = (function (exports) {
42014
42014
  this.data = data.data || {};
42015
42015
  });
42016
42016
 
42017
- var version = "2.4.0-rc.1";
42017
+ var version = "2.4.0-rc.2";
42018
42018
 
42019
42019
  function _isNativeFunction(fn) {
42020
42020
  return Function.toString.call(fn).indexOf("[native code]") !== -1;