@upyo/smtp 0.5.0-dev.81 → 0.5.0-dev.87

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/README.md +1 -1
  2. 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, ... | Headers to sign |
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.81+b3482a5e",
3
+ "version": "0.5.0-dev.87",
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.81+b3482a5e"
56
+ "@upyo/core": "0.5.0-dev.87+50b9f2d4"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@dotenvx/dotenvx": "^1.47.3",