@twilio/conversations 3.0.0-rc.13 → 3.0.0-rc.14

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.
@@ -8133,7 +8133,7 @@ function PushNotification(data) {
8133
8133
  this.data = data.data || {};
8134
8134
  });
8135
8135
 
8136
- var version = "3.0.0-rc.13";
8136
+ var version = "3.0.0-rc.14";
8137
8137
 
8138
8138
  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; }
8139
8139
 
package/builds/browser.js CHANGED
@@ -8171,7 +8171,7 @@ function PushNotification(data) {
8171
8171
  this.data = data.data || {};
8172
8172
  });
8173
8173
 
8174
- var version = "3.0.0-rc.13";
8174
+ var version = "3.0.0-rc.14";
8175
8175
 
8176
8176
  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; }
8177
8177
 
package/builds/lib.esm.js CHANGED
@@ -8133,7 +8133,7 @@ function PushNotification(data) {
8133
8133
  this.data = data.data || {};
8134
8134
  });
8135
8135
 
8136
- var version = "3.0.0-rc.13";
8136
+ var version = "3.0.0-rc.14";
8137
8137
 
8138
8138
  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; }
8139
8139
 
package/builds/lib.js CHANGED
@@ -8171,7 +8171,7 @@ function PushNotification(data) {
8171
8171
  this.data = data.data || {};
8172
8172
  });
8173
8173
 
8174
- var version = "3.0.0-rc.13";
8174
+ var version = "3.0.0-rc.14";
8175
8175
 
8176
8176
  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; }
8177
8177
 
@@ -30047,7 +30047,7 @@ this.Twilio.Conversations = (function (exports) {
30047
30047
 
30048
30048
  __decorate([declarativeTypeValidator.validateTypes(declarativeTypeValidator.nonEmptyString), __metadata("design:type", Function), __metadata("design:paramtypes", [String]), __metadata("design:returntype", void 0)], InstantQuery.prototype, "updateIndexName", null);
30049
30049
 
30050
- var version$1 = "4.0.0-rc.12";
30050
+ var version$1 = "4.0.0-rc.13";
30051
30051
 
30052
30052
  function _createSuper$9(Derived) {
30053
30053
  var hasNativeReflectConstruct = _isNativeReflectConstruct$a();
@@ -41769,7 +41769,7 @@ this.Twilio.Conversations = (function (exports) {
41769
41769
  this.data = data.data || {};
41770
41770
  });
41771
41771
 
41772
- var version = "3.0.0-rc.13";
41772
+ var version = "3.0.0-rc.14";
41773
41773
 
41774
41774
  function _isNativeFunction(fn) {
41775
41775
  return Function.toString.call(fn).indexOf("[native code]") !== -1;