medusa-plugin-ses 2.0.15 → 2.0.16

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/CHANGELOG.md +6 -0
  2. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Clean up dependencies (again) to address the circular dep CJS issue. Be sure to yarn link all the peer deps if you want to make changes to the plugin locally.
8
+
3
9
  ## 2.0.15
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medusa-plugin-ses",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "AWS SES transactional emails using local handlebars templates",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -11,14 +11,10 @@
11
11
  "author": "Lacey Pevey",
12
12
  "license": "MIT",
13
13
  "devDependencies": {
14
- "@medusajs/medusa": "^1.10.1",
15
- "@medusajs/types": "^1.8.5",
16
- "@medusajs/utils": "^1.8.4",
17
14
  "body-parser": "^1.19.0",
18
15
  "cors": "^2.8.5",
19
16
  "cross-env": "^5.2.1",
20
17
  "express": "^4.17.2",
21
- "medusa-interfaces": "^1.3.7",
22
18
  "typeorm": "^0.3.16",
23
19
  "typescript": "^4.9.5"
24
20
  },
@@ -29,13 +25,15 @@
29
25
  "watch": "tsc --watch"
30
26
  },
31
27
  "peerDependencies": {
32
- "@medusajs/medusa": "^1.10.1"
28
+ "@medusajs/medusa": "^1.12.0",
29
+ "@medusajs/utils": "1.9.0",
30
+ "medusa-core-utils": "^1.2.0",
31
+ "medusa-interfaces": "^1.3.7"
33
32
  },
34
33
  "dependencies": {
35
34
  "@aws-sdk/client-ses": "^3.241.0",
36
35
  "handlebars": "^4.7.7",
37
36
  "nodemailer": "^6.9.1",
38
- "path": "^0.12.7",
39
37
  "zod": "^3.21.4"
40
38
  },
41
39
  "keywords": [