@upyo/core 0.4.0 → 0.5.0-dev.81

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 +12 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,23 +16,23 @@ Upyo transport implementations use. It defines the common `Message`, `Address`,
16
16
  different email providers while maintaining consistent type safety and
17
17
  error handling.
18
18
 
19
- [JSR]: https://jsr.io/@upyo/core
20
19
  [JSR badge]: https://jsr.io/badges/@upyo/core
21
- [npm]: https://www.npmjs.com/package/@upyo/core
20
+ [JSR]: https://jsr.io/@upyo/core
22
21
  [npm badge]: https://img.shields.io/npm/v/@upyo/core?logo=npm
22
+ [npm]: https://www.npmjs.com/package/@upyo/core
23
23
  [Upyo]: https://upyo.org/
24
24
 
25
25
 
26
26
  Features
27
27
  --------
28
28
 
29
- - *Universal types*: Common interfaces for all email transports
30
- - *Type-safe messaging*: Comprehensive TypeScript definitions for email
31
- messages
32
- - *Attachment support*: File attachment handling
33
- - *Cross-runtime compatibility*: Works on Node.js, Deno, Bun,
34
- and edge functions
35
- - *Zero dependencies*: Lightweight with no external dependencies
29
+ - *Universal types*: Common interfaces for all email transports
30
+ - *Type-safe messaging*: Comprehensive TypeScript definitions for email
31
+ messages
32
+ - *Attachment support*: File attachment handling
33
+ - *Cross-runtime compatibility*: Works on Node.js, Deno, Bun,
34
+ and edge functions
35
+ - *Zero dependencies*: Lightweight with no external dependencies
36
36
 
37
37
 
38
38
  Installation
@@ -156,17 +156,17 @@ implementations:
156
156
  [npm:@upyo/smtp]: https://www.npmjs.com/package/@upyo/smtp
157
157
  [jsr:@upyo/mailgun]: https://jsr.io/@upyo/mailgun
158
158
  [npm:@upyo/mailgun]: https://www.npmjs.com/package/@upyo/mailgun
159
+ [Mailgun]: https://www.mailgun.com/
159
160
  [jsr:@upyo/sendgrid]: https://jsr.io/@upyo/sendgrid
160
161
  [npm:@upyo/sendgrid]: https://www.npmjs.com/package/@upyo/sendgrid
162
+ [SendGrid]: https://sendgrid.com/
161
163
  [jsr:@upyo/ses]: https://jsr.io/@upyo/ses
162
164
  [npm:@upyo/ses]: https://www.npmjs.com/package/@upyo/ses
165
+ [Amazon SES]: https://aws.amazon.com/ses/
163
166
  [jsr:@upyo/mock]: https://jsr.io/@upyo/mock
164
167
  [npm:@upyo/mock]: https://www.npmjs.com/package/@upyo/mock
165
168
  [jsr:@upyo/opentelemetry]: https://jsr.io/@upyo/opentelemetry
166
169
  [npm:@upyo/opentelemetry]: https://www.npmjs.com/package/@upyo/opentelemetry
167
- [Mailgun]: https://www.mailgun.com/
168
- [SendGrid]: https://sendgrid.com/
169
- [Amazon SES]: https://aws.amazon.com/ses/
170
170
  [OpenTelemetry]: https://opentelemetry.io/
171
171
 
172
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upyo/core",
3
- "version": "0.4.0",
3
+ "version": "0.5.0-dev.81+b3482a5e",
4
4
  "description": "Simple email sending library for Node.js, Deno, Bun, and edge functions",
5
5
  "keywords": [
6
6
  "email",