sently 0.3.2 → 0.3.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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  **Runtime-agnostic email library for Node.js, Bun, Deno, and Cloudflare Workers.**
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/sently.svg)](https://www.npmjs.com/package/sently)
6
- [![JSR](https://jsr.io/badges/@sently/sently)](https://jsr.io/@sently/sently)
6
+ [![JSR](https://jsr.io/badges/@alialnaghmoush/sently)](https://jsr.io/@alialnaghmoush/sently)
7
7
  [![bundle size](https://img.shields.io/bundlephobia/minzip/sently)](https://bundlephobia.com/package/sently)
8
8
  [![license](https://img.shields.io/npm/l/sently.svg)](LICENSE)
9
9
  [![tests](https://img.shields.io/badge/tests-passing-brightgreen)](#)
@@ -35,11 +35,11 @@ npm install sently
35
35
  pnpm add sently
36
36
  ```
37
37
 
38
- **JSR** ([@sently/sently](https://jsr.io/@sently/sently)) — Deno, Bun, and other JSR-aware runtimes:
38
+ **JSR** ([@alialnaghmoush/sently](https://jsr.io/@alialnaghmoush/sently)) — Deno, Bun, and other JSR-aware runtimes:
39
39
 
40
40
  ```bash
41
- deno add jsr:@sently/sently
42
- bunx jsr add @sently/sently
41
+ deno add jsr:@alialnaghmoush/sently
42
+ bunx jsr add @alialnaghmoush/sently
43
43
  ```
44
44
 
45
45
  ```typescript
@@ -431,7 +431,7 @@ Approximate gzip sizes per subpath export:
431
431
 
432
432
  - **Source & issues:** [github.com/alialnaghmoush/sently](https://github.com/alialnaghmoush/sently)
433
433
  - **npm:** [npmjs.com/package/sently](https://www.npmjs.com/package/sently)
434
- - **JSR:** [jsr.io/@sently/sently](https://jsr.io/@sently/sently)
434
+ - **JSR:** [jsr.io/@alialnaghmoush/sently](https://jsr.io/@alialnaghmoush/sently)
435
435
 
436
436
  ## License
437
437
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sently",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Runtime-agnostic email library for Node.js, Bun, Deno, and Cloudflare Workers",
5
5
  "type": "module",
6
6
  "sideEffects": false,