@twilio/conversations 2.3.0 → 2.3.1-rc.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/builds/browser.js +5 -1
- package/builds/browser.js.map +1 -1
- package/builds/lib.js +5 -1
- package/builds/lib.js.map +1 -1
- package/builds/twilio-conversations.js +6 -2
- package/builds/twilio-conversations.min.js +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/dist/user.js +8 -0
- package/dist/user.js.map +1 -1
- package/package.json +7 -7
@@ -9732,6 +9732,10 @@ this.Twilio.Conversations = (function (exports) {
|
|
9732
9732
|
log$9.debug(_this3.state.entityName + " (" + _this3.state.identity + ") itemUpdated: " + args.item.key);
|
9733
9733
|
return _this3._update(args.item.key, args.item.data);
|
9734
9734
|
});
|
9735
|
+
map.on("itemAdded", function (args) {
|
9736
|
+
log$9.debug(_this3.state.entityName + " (" + _this3.state.identity + ") itemAdded: " + args.item.key);
|
9737
|
+
return _this3._update(args.item.key, args.item.data);
|
9738
|
+
});
|
9735
9739
|
return Promise.all([map.get("friendlyName").then(function (item) {
|
9736
9740
|
return _this3._update(item.key, item.data);
|
9737
9741
|
}), map.get("attributes").then(function (item) {
|
@@ -34861,7 +34865,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
34861
34865
|
return Network;
|
34862
34866
|
}();
|
34863
34867
|
|
34864
|
-
var version = "0.6.
|
34868
|
+
var version = "0.6.5-rc.0";
|
34865
34869
|
|
34866
34870
|
var _class;
|
34867
34871
|
|
@@ -41966,7 +41970,7 @@ this.Twilio.Conversations = (function (exports) {
|
|
41966
41970
|
this.data = data.data || {};
|
41967
41971
|
});
|
41968
41972
|
|
41969
|
-
var version = "2.3.0";
|
41973
|
+
var version = "2.3.1-rc.0";
|
41970
41974
|
|
41971
41975
|
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; }
|
41972
41976
|
|