@upyo/ses 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 +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,10 +8,10 @@
8
8
 
9
9
  [Amazon SES] transport for the [Upyo] email library.
10
10
 
11
- [JSR]: https://jsr.io/@upyo/ses
12
11
  [JSR badge]: https://jsr.io/badges/@upyo/ses
13
- [npm]: https://www.npmjs.com/package/@upyo/ses
12
+ [JSR]: https://jsr.io/@upyo/ses
14
13
  [npm badge]: https://img.shields.io/npm/v/@upyo/ses?logo=npm
14
+ [npm]: https://www.npmjs.com/package/@upyo/ses
15
15
  [Amazon SES]: https://aws.amazon.com/ses/
16
16
  [Upyo]: https://upyo.org/
17
17
 
@@ -205,6 +205,7 @@ Configuration
205
205
  The `authentication` field accepts one of two mutually exclusive types:
206
206
 
207
207
  #### Credentials Authentication
208
+
208
209
  ~~~~ typescript
209
210
  {
210
211
  type: "credentials",
@@ -214,6 +215,7 @@ The `authentication` field accepts one of two mutually exclusive types:
214
215
  ~~~~
215
216
 
216
217
  #### Session Token Authentication
218
+
217
219
  ~~~~ typescript
218
220
  {
219
221
  type: "session",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upyo/ses",
3
- "version": "0.4.0",
3
+ "version": "0.5.0-dev.81+b3482a5e",
4
4
  "description": "Amazon SES transport for Upyo email library",
5
5
  "keywords": [
6
6
  "email",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "sideEffects": false,
57
57
  "peerDependencies": {
58
- "@upyo/core": "0.4.0"
58
+ "@upyo/core": "0.5.0-dev.81+b3482a5e"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@dotenvx/dotenvx": "^1.47.3",