@upyo/smtp 0.5.0-dev.81 → 0.5.0-dev.86
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -165,7 +165,7 @@ const transport = new SmtpTransport({
|
|
|
165
165
|
| `privateKey` | `string \| CryptoKey` | | Private key (PEM string or `CryptoKey`) |
|
|
166
166
|
| `algorithm` | `"rsa-sha256" \| "ed25519-sha256"` | `"rsa-sha256"` | Signing algorithm |
|
|
167
167
|
| `canonicalization` | `string` | `"relaxed/relaxed"` | Header/body canonicalization |
|
|
168
|
-
| `headerFields` | `string[]` | From, To,
|
|
168
|
+
| `headerFields` | `string[]` | From, To, … | Headers to sign |
|
|
169
169
|
|
|
170
170
|
|
|
171
171
|
Testing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upyo/smtp",
|
|
3
|
-
"version": "0.5.0-dev.
|
|
3
|
+
"version": "0.5.0-dev.86",
|
|
4
4
|
"description": "SMTP transport for Upyo email library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"email",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@upyo/core": "0.5.0-dev.
|
|
56
|
+
"@upyo/core": "0.5.0-dev.86+2a12a704"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@dotenvx/dotenvx": "^1.47.3",
|