@twilio/conversations 2.0.1-rc.3 → 2.0.1-rc.4
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 +10 -0
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/lib.js +2 -2
- package/dist/lib.js.map +1 -1
- package/dist/react-native.js +2 -2
- package/dist/react-native.js.map +1 -1
- package/dist/twilio-conversations.js +5 -5
- package/dist/twilio-conversations.min.js +2 -2
- package/package.json +9 -9
@@ -16193,7 +16193,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
16193
16193
|
}();
|
16194
16194
|
|
16195
16195
|
var logInstance = new Logger("");
|
16196
|
-
var version = "0.12.1-rc.
|
16196
|
+
var version = "0.12.1-rc.1";
|
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.6-rc.
|
30735
|
+
var version$1 = "3.0.6-rc.1";
|
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.2-rc.
|
34723
|
+
var version = "0.5.2-rc.1";
|
34724
34724
|
|
34725
34725
|
var _class, _temp;
|
34726
34726
|
|
@@ -39540,7 +39540,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
39540
39540
|
conversationsMap = _context4.sent;
|
39541
39541
|
_context4.next = 5;
|
39542
39542
|
return conversationsMap.getItems({
|
39543
|
-
|
39543
|
+
key: sid
|
39544
39544
|
});
|
39545
39545
|
|
39546
39546
|
case 5:
|
@@ -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.
|
40485
|
+
var version = "2.0.1-rc.4";
|
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
|
|