@vendure/email-plugin 3.5.3-master-202601070244 → 3.5.3-master-202601100240

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.
@@ -140,7 +140,7 @@ import { EmailPluginDevModeOptions, EmailPluginOptions, InitializedEmailPluginOp
140
140
  * which respond to any of the available [VendureEvents](/reference/typescript-api/events/).
141
141
  *
142
142
  * A good way to learn how to create your own email handler is to take a look at the
143
- * [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
143
+ * [source code of the default handler](https://github.com/vendurehq/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
144
144
  * New handler are defined in exactly the same way.
145
145
  *
146
146
  * It is also possible to modify the default handler:
package/lib/src/plugin.js CHANGED
@@ -159,7 +159,7 @@ const file_based_template_loader_1 = require("./template-loader/file-based-templ
159
159
  * which respond to any of the available [VendureEvents](/reference/typescript-api/events/).
160
160
  *
161
161
  * A good way to learn how to create your own email handler is to take a look at the
162
- * [source code of the default handler](https://github.com/vendure-ecommerce/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
162
+ * [source code of the default handler](https://github.com/vendurehq/vendure/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
163
163
  * New handler are defined in exactly the same way.
164
164
  *
165
165
  * 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": "3.5.3-master-202601070244",
3
+ "version": "3.5.3-master-202601100240",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/vendure-ecommerce/vendure"
14
+ "url": "https://github.com/vendurehq/vendure"
15
15
  },
16
16
  "scripts": {
17
17
  "watch": "tsc -p ./tsconfig.build.json --watch",
@@ -38,8 +38,8 @@
38
38
  "@types/express": "^5.0.1",
39
39
  "@types/fs-extra": "^11.0.4",
40
40
  "@types/mjml": "^4.7.4",
41
- "@vendure/common": "^3.5.3-master-202601070244",
42
- "@vendure/core": "^3.5.3-master-202601070244",
41
+ "@vendure/common": "^3.5.3-master-202601100240",
42
+ "@vendure/core": "^3.5.3-master-202601100240",
43
43
  "rimraf": "^5.0.5",
44
44
  "typescript": "5.8.2"
45
45
  }