@twilio/conversations 2.2.1-rc.0 → 2.2.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 +8 -0
- package/README.md +2 -2
- package/builds/browser.js +1 -1
- package/builds/lib.js +1 -1
- package/builds/twilio-conversations.js +1 -1
- package/builds/twilio-conversations.min.js +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/docs/index.html +3 -3
- package/docs/modules.html +2 -2
- package/package.json +2 -2
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.2.1](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.1-rc.0...@twilio/conversations@2.2.1) (2022-11-24)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @twilio/conversations
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
### [2.2.1-rc.0](https://github.com/twilio/rtd-sdk-monorepo-js/compare/@twilio/conversations@2.2.0...@twilio/conversations@2.2.1-rc.0) (2022-11-21)
|
7
15
|
|
8
16
|
|
package/README.md
CHANGED
@@ -24,7 +24,7 @@ const client = new Client(token);
|
|
24
24
|
// Before you use the client, subscribe to the `'initialized'` event.
|
25
25
|
client.on('initialized', () => {
|
26
26
|
// Use the client.
|
27
|
-
}
|
27
|
+
});
|
28
28
|
|
29
29
|
// To catch client initialization errors, subscribe to the `'initFailed'` event.
|
30
30
|
client.on('initFailed', ({ error }) => {
|
@@ -41,7 +41,7 @@ const client = new Client(token);
|
|
41
41
|
// Before you use the client, subscribe to the `'initialized'` event.
|
42
42
|
client.on('initialized', () => {
|
43
43
|
// Use the client.
|
44
|
-
}
|
44
|
+
});
|
45
45
|
|
46
46
|
// To catch client initialization errors, subscribe to the `'initFailed'` event.
|
47
47
|
client.on('initFailed', ({ error }) => {
|
package/builds/browser.js
CHANGED
@@ -7329,7 +7329,7 @@ function PushNotification(data) {
|
|
7329
7329
|
this.data = data.data || {};
|
7330
7330
|
});
|
7331
7331
|
|
7332
|
-
var version = "2.2.1
|
7332
|
+
var version = "2.2.1";
|
7333
7333
|
|
7334
7334
|
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; }
|
7335
7335
|
|
package/builds/lib.js
CHANGED
@@ -7329,7 +7329,7 @@ function PushNotification(data) {
|
|
7329
7329
|
this.data = data.data || {};
|
7330
7330
|
});
|
7331
7331
|
|
7332
|
-
var version = "2.2.1
|
7332
|
+
var version = "2.2.1";
|
7333
7333
|
|
7334
7334
|
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; }
|
7335
7335
|
|
@@ -41541,7 +41541,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
41541
41541
|
this.data = data.data || {};
|
41542
41542
|
});
|
41543
41543
|
|
41544
|
-
var version = "2.2.1
|
41544
|
+
var version = "2.2.1";
|
41545
41545
|
|
41546
41546
|
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; }
|
41547
41547
|
|