medusa-plugin-ses 2.0.11 → 2.0.12
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/CHANGELOG.md +8 -2
- package/package.json +1 -3
- package/tsconfig.spec.json +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.0.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Minor: Removed unused dependency
|
|
8
|
+
|
|
3
9
|
## 2.0.11
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- Minor: Switch to
|
|
8
|
-
- Minor: Move most peer
|
|
13
|
+
- Minor: Switch to typescript build process
|
|
14
|
+
- Minor: Move most peer dependencies to dev dependencies
|
|
9
15
|
|
|
10
16
|
## 2.0.10
|
|
11
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "medusa-plugin-ses",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
4
4
|
"description": "AWS SES transactional emails using local handlebars templates",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -33,13 +33,11 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@aws-sdk/client-ses": "^3.241.0",
|
|
36
|
-
"fs": "^0.0.1-security",
|
|
37
36
|
"handlebars": "^4.7.7",
|
|
38
37
|
"nodemailer": "^6.9.1",
|
|
39
38
|
"path": "^0.12.7",
|
|
40
39
|
"zod": "^3.21.4"
|
|
41
40
|
},
|
|
42
|
-
"gitHead": "3bbd1e8507e00bc471de6ae3c30207999a4a4011",
|
|
43
41
|
"keywords": [
|
|
44
42
|
"medusa-plugin",
|
|
45
43
|
"medusa-plugin-notification"
|