@upyo/sendgrid 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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,10 +8,10 @@
8
8
 
9
9
  [SendGrid] transport for the [Upyo] email library.
10
10
 
11
- [JSR]: https://jsr.io/@upyo/sendgrid
12
11
  [JSR badge]: https://jsr.io/badges/@upyo/sendgrid
13
- [npm]: https://www.npmjs.com/package/@upyo/sendgrid
12
+ [JSR]: https://jsr.io/@upyo/sendgrid
14
13
  [npm badge]: https://img.shields.io/npm/v/@upyo/sendgrid?logo=npm
14
+ [npm]: https://www.npmjs.com/package/@upyo/sendgrid
15
15
  [SendGrid]: https://sendgrid.com/
16
16
  [Upyo]: https://upyo.org/
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upyo/sendgrid",
3
- "version": "0.4.0",
3
+ "version": "0.5.0-dev.81+b3482a5e",
4
4
  "description": "SendGrid 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.4.0"
56
+ "@upyo/core": "0.5.0-dev.81+b3482a5e"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@dotenvx/dotenvx": "^1.47.3",