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.
- package/README.md +5 -5
- 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
|
[](https://www.npmjs.com/package/sently)
|
|
6
|
-
[](https://jsr.io/@alialnaghmoush/sently)
|
|
7
7
|
[](https://bundlephobia.com/package/sently)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
[](#)
|
|
@@ -35,11 +35,11 @@ npm install sently
|
|
|
35
35
|
pnpm add sently
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
**JSR** ([@
|
|
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:@
|
|
42
|
-
bunx jsr add @
|
|
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/@
|
|
434
|
+
- **JSR:** [jsr.io/@alialnaghmoush/sently](https://jsr.io/@alialnaghmoush/sently)
|
|
435
435
|
|
|
436
436
|
## License
|
|
437
437
|
|