@twilio/conversations 2.0.1-rc.9 → 2.0.1
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 +9 -0
- package/builds/browser.js +2 -1
- package/builds/browser.js.map +1 -1
- package/builds/lib.d.ts +1 -0
- package/builds/lib.js +2 -1
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +4 -4
- package/builds/twilio-conversations.min.js +2 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- 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
|
16196
|
+
var version = "0.12.1";
|
16197
16197
|
/**
|
16198
16198
|
* Settings container for the Twilsock client library
|
16199
16199
|
*/
|
@@ -30552,7 +30552,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
30552
30552
|
|
30553
30553
|
__decorate([declarativeTypeValidator.validateTypes(declarativeTypeValidator.nonEmptyString), __metadata("design:type", Function), __metadata("design:paramtypes", [String]), __metadata("design:returntype", void 0)], InstantQuery.prototype, "updateIndexName", null);
|
30554
30554
|
|
30555
|
-
var version$1 = "3.0.6
|
30555
|
+
var version$1 = "3.0.6";
|
30556
30556
|
|
30557
30557
|
function _createSuper$9(Derived) {
|
30558
30558
|
var hasNativeReflectConstruct = _isNativeReflectConstruct$a();
|
@@ -34540,7 +34540,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
34540
34540
|
return Network;
|
34541
34541
|
}();
|
34542
34542
|
|
34543
|
-
var version = "0.5.2
|
34543
|
+
var version = "0.5.2";
|
34544
34544
|
|
34545
34545
|
var _class, _temp;
|
34546
34546
|
|
@@ -40302,7 +40302,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
40302
40302
|
this.data = data.data || {};
|
40303
40303
|
};
|
40304
40304
|
|
40305
|
-
var version = "2.0.1
|
40305
|
+
var version = "2.0.1";
|
40306
40306
|
|
40307
40307
|
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; }
|
40308
40308
|
|