@trycourier/courier-ui-inbox 1.0.17 → 1.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/README.md +10 -315
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -4875,6 +4875,8 @@ class CourierInboxDatastoreEvents {
|
|
|
4875
4875
|
onError(_) {
|
|
4876
4876
|
}
|
|
4877
4877
|
}
|
|
4878
|
+
Courier.shared.courierUserAgentName = "courier-ui-inbox";
|
|
4879
|
+
Courier.shared.courierUserAgentVersion = "1.1.0";
|
|
4878
4880
|
export {
|
|
4879
4881
|
Courier2 as Courier,
|
|
4880
4882
|
CourierInbox,
|