@twilio/conversations 3.0.0-rc.8 → 3.0.0-rc.9
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
|
+
## [3.0.0-rc.9](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@3.0.0-rc.8...@twilio/conversations@3.0.0-rc.9) (2022-05-19)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @twilio/conversations
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [3.0.0-rc.8](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@3.0.0-rc.7...@twilio/conversations@3.0.0-rc.8) (2022-05-18)
|
7
15
|
|
8
16
|
|
package/builds/browser.js
CHANGED
@@ -7170,7 +7170,7 @@ function PushNotification(data) {
|
|
7170
7170
|
this.data = data.data || {};
|
7171
7171
|
});
|
7172
7172
|
|
7173
|
-
var version = "3.0.0-rc.
|
7173
|
+
var version = "3.0.0-rc.9";
|
7174
7174
|
|
7175
7175
|
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; }
|
7176
7176
|
|
package/builds/lib.js
CHANGED
@@ -7170,7 +7170,7 @@ function PushNotification(data) {
|
|
7170
7170
|
this.data = data.data || {};
|
7171
7171
|
});
|
7172
7172
|
|
7173
|
-
var version = "3.0.0-rc.
|
7173
|
+
var version = "3.0.0-rc.9";
|
7174
7174
|
|
7175
7175
|
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; }
|
7176
7176
|
|
@@ -29699,7 +29699,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
29699
29699
|
|
29700
29700
|
__decorate([declarativeTypeValidator.validateTypes(declarativeTypeValidator.nonEmptyString), __metadata("design:type", Function), __metadata("design:paramtypes", [String]), __metadata("design:returntype", void 0)], InstantQuery.prototype, "updateIndexName", null);
|
29701
29701
|
|
29702
|
-
var version$1 = "4.0.0-rc.
|
29702
|
+
var version$1 = "4.0.0-rc.1";
|
29703
29703
|
|
29704
29704
|
function _createSuper$9(Derived) {
|
29705
29705
|
var hasNativeReflectConstruct = _isNativeReflectConstruct$a();
|
@@ -40383,7 +40383,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
40383
40383
|
this.data = data.data || {};
|
40384
40384
|
});
|
40385
40385
|
|
40386
|
-
var version = "3.0.0-rc.
|
40386
|
+
var version = "3.0.0-rc.9";
|
40387
40387
|
|
40388
40388
|
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; }
|
40389
40389
|
|