@twilio/conversations 2.1.0-rc.9 → 2.1.0
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
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [2.1.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.1.0-rc.9...@twilio/conversations@2.1.0) (2022-03-03)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @twilio/conversations
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [2.1.0-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.1.0-rc.8...@twilio/conversations@2.1.0-rc.9) (2022-02-08)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @twilio/conversations
|
package/builds/browser.js
CHANGED
@@ -6860,7 +6860,7 @@ function PushNotification(data) {
|
|
6860
6860
|
this.data = data.data || {};
|
6861
6861
|
};
|
6862
6862
|
|
6863
|
-
var version = "2.1.0
|
6863
|
+
var version = "2.1.0";
|
6864
6864
|
|
6865
6865
|
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; }
|
6866
6866
|
|
package/builds/lib.js
CHANGED
@@ -6860,7 +6860,7 @@ function PushNotification(data) {
|
|
6860
6860
|
this.data = data.data || {};
|
6861
6861
|
};
|
6862
6862
|
|
6863
|
-
var version = "2.1.0
|
6863
|
+
var version = "2.1.0";
|
6864
6864
|
|
6865
6865
|
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; }
|
6866
6866
|
|
@@ -16056,7 +16056,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
16056
16056
|
}();
|
16057
16057
|
|
16058
16058
|
var logInstance = new Logger("");
|
16059
|
-
var version = "0.12.2
|
16059
|
+
var version = "0.12.2";
|
16060
16060
|
/**
|
16061
16061
|
* Settings container for the Twilsock client library
|
16062
16062
|
*/
|
@@ -30430,7 +30430,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
30430
30430
|
|
30431
30431
|
__decorate([declarativeTypeValidator.validateTypes(declarativeTypeValidator.nonEmptyString), __metadata("design:type", Function), __metadata("design:paramtypes", [String]), __metadata("design:returntype", void 0)], InstantQuery.prototype, "updateIndexName", null);
|
30432
30432
|
|
30433
|
-
var version$1 = "3.1.0
|
30433
|
+
var version$1 = "3.1.0";
|
30434
30434
|
|
30435
30435
|
function _createSuper$9(Derived) {
|
30436
30436
|
var hasNativeReflectConstruct = _isNativeReflectConstruct$a();
|
@@ -34418,7 +34418,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
34418
34418
|
return Network;
|
34419
34419
|
}();
|
34420
34420
|
|
34421
|
-
var version = "0.5.3
|
34421
|
+
var version = "0.5.3";
|
34422
34422
|
|
34423
34423
|
var _class, _temp;
|
34424
34424
|
|
@@ -40433,7 +40433,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
40433
40433
|
this.data = data.data || {};
|
40434
40434
|
};
|
40435
40435
|
|
40436
|
-
var version = "2.1.0
|
40436
|
+
var version = "2.1.0";
|
40437
40437
|
|
40438
40438
|
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; }
|
40439
40439
|
|