@trycourier/courier-ui-inbox 2.4.9 → 2.4.10
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -6128,7 +6128,7 @@ class CourierInboxDatastoreEvents {
|
|
|
6128
6128
|
}
|
|
6129
6129
|
}
|
|
6130
6130
|
Courier.shared.courierUserAgentName = "courier-ui-inbox";
|
|
6131
|
-
Courier.shared.courierUserAgentVersion = "2.4.
|
|
6131
|
+
Courier.shared.courierUserAgentVersion = "2.4.10";
|
|
6132
6132
|
export {
|
|
6133
6133
|
Courier2 as Courier,
|
|
6134
6134
|
CourierInbox,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trycourier/courier-ui-inbox",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.10",
|
|
4
4
|
"description": "Inbox components for the Courier web UI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@trycourier/courier-js": "3.5.0",
|
|
36
|
-
"@trycourier/courier-ui-core": "2.
|
|
36
|
+
"@trycourier/courier-ui-core": "2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/jest": "29.5.14",
|