@zone-eu/mailsplit 5.4.11 → 5.4.13

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.
Files changed (2) hide show
  1. package/index.d.ts +0 -3
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -59,9 +59,6 @@ export type {
59
59
  /** Decoded structured header value. */
60
60
  DecodedHeader,
61
61
 
62
- /** MIME node shape emitted by `Splitter`. */
63
- MimeNode,
64
-
65
62
  /** Data or body bytes emitted by `Splitter`. */
66
63
  MessageChunk,
67
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zone-eu/mailsplit",
3
- "version": "5.4.11",
3
+ "version": "5.4.13",
4
4
  "description": "Split email messages into an object stream",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "license": "(MIT OR EUPL-1.1+)",
17
17
  "dependencies": {
18
18
  "libbase64": "1.3.0",
19
- "libmime": "5.3.8",
19
+ "libmime": "5.4.0",
20
20
  "libqp": "2.1.1"
21
21
  },
22
22
  "devDependencies": {
@@ -25,7 +25,7 @@
25
25
  "@types/grunt": "0.4.32",
26
26
  "@types/libmime": "5.3.0",
27
27
  "@types/libqp": "1.1.3",
28
- "@types/node": "25.7.0",
28
+ "@types/node": "26.0.1",
29
29
  "eslint": "8.29.0",
30
30
  "eslint-config-nodemailer": "1.2.0",
31
31
  "eslint-config-prettier": "9.1.0",