@twilio/conversations 2.2.2-rc.4 → 2.2.2
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/builds/browser.js +2 -2
- package/builds/browser.js.map +1 -1
- package/builds/lib.d.ts +1 -1
- package/builds/lib.js +2 -2
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +3 -3
- package/builds/twilio-conversations.min.js +1 -1
- package/dist/conversation.js +1 -1
- package/dist/conversation.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/docs/classes/Conversation.html +1 -1
- package/package.json +7 -7
package/builds/browser.js
CHANGED
@@ -5158,7 +5158,7 @@ var Conversation = /*#__PURE__*/function (_ReplayEventEmitter) {
|
|
5158
5158
|
}()
|
5159
5159
|
/**
|
5160
5160
|
* New interface to prepare for sending a message.
|
5161
|
-
* Use this instead of {@link
|
5161
|
+
* Use this instead of {@link Conversation.sendMessage}.
|
5162
5162
|
* @return A MessageBuilder to help set all message sending options.
|
5163
5163
|
*/
|
5164
5164
|
|
@@ -7329,7 +7329,7 @@ function PushNotification(data) {
|
|
7329
7329
|
this.data = data.data || {};
|
7330
7330
|
});
|
7331
7331
|
|
7332
|
-
var version = "2.2.2
|
7332
|
+
var version = "2.2.2";
|
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
|
|