@remit/backend 0.0.3 → 0.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/backend",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Remit Mail Inspector API backend",
5
5
  "license": "MIT",
6
6
  "author": "",
@@ -263,7 +263,7 @@ export const MailboxOperations: Record<
263
263
  fullPath,
264
264
  uidValidity: 0,
265
265
  uidNext: 1,
266
- highestModseq: 0,
266
+ highestModseq: "0",
267
267
  messageCount: 0,
268
268
  unseenCount: 0,
269
269
  deletedCount: 0,