@workermailer/smtp 0.1.2 → 0.1.3

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](./README.md) | [Português](./README_pt-BR.md)
4
4
 
5
- [![npm version](https://badge.fury.io/js/@workermailer%2Fworker-mailer.svg)](https://badge.fury.io/js/@workermailer%2Fworker-mailer)
5
+ [![npm version](https://badge.fury.io/js/@workermailer%2Fsmtp.svg)](https://badge.fury.io/js/@workermailer%2Fsmtp)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
8
  Worker Mailer is an SMTP client that runs on Cloudflare Workers. It leverages [Cloudflare TCP Sockets](https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/) and doesn't rely on any other dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workermailer/smtp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "SMTP client for Cloudflare Workers with queue support and email utilities.",
5
5
  "packageManager": "bun@1.3.11",
6
6
  "main": "./dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "author": "André Ribas (@RibasSu)",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "git+https://github.com/RibasSu/worker-mailer.git"
34
+ "url": "git+https://github.com/worker-mailer/smtp.git"
35
35
  },
36
36
  "license": "MIT",
37
37
  "homepage": "https://workermailer.com",