@vendure/email-plugin 2.2.2 → 2.2.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.
@@ -108,7 +108,7 @@ import { EmailPluginDevModeOptions, EmailPluginOptions, InitializedEmailPluginOp
108
108
  * which respond to any of the available [VendureEvents](/reference/typescript-api/events/).
109
109
  *
110
110
  * A good way to learn how to create your own email handler is to take a look at the
111
- * [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/default-email-handlers.ts).
111
+ * [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
112
112
  * New handler are defined in exactly the same way.
113
113
  *
114
114
  * It is also possible to modify the default handler:
package/lib/src/plugin.js CHANGED
@@ -127,7 +127,7 @@ const file_based_template_loader_1 = require("./template-loader/file-based-templ
127
127
  * which respond to any of the available [VendureEvents](/reference/typescript-api/events/).
128
128
  *
129
129
  * A good way to learn how to create your own email handler is to take a look at the
130
- * [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/default-email-handlers.ts).
130
+ * [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
131
131
  * New handler are defined in exactly the same way.
132
132
  *
133
133
  * It is also possible to modify the default handler:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/email-plugin",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -34,10 +34,10 @@
34
34
  "@types/express": "^4.17.21",
35
35
  "@types/fs-extra": "^11.0.4",
36
36
  "@types/mjml": "^4.7.4",
37
- "@vendure/common": "^2.2.2",
38
- "@vendure/core": "^2.2.2",
37
+ "@vendure/common": "^2.2.3",
38
+ "@vendure/core": "^2.2.3",
39
39
  "rimraf": "^5.0.5",
40
40
  "typescript": "5.3.3"
41
41
  },
42
- "gitHead": "ee30e104839c409ff19e33d09faae80164d1d5c1"
42
+ "gitHead": "366949069494ad856a9d9934457eb79f8c1b6a53"
43
43
  }