@deenruv/email-plugin 1.0.4 → 1.0.6

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.
@@ -142,7 +142,7 @@ import { EmailPluginDevModeOptions, EmailPluginOptions, InitializedEmailPluginOp
142
142
  * which respond to any of the available [DeenruvEvents](/reference/typescript-api/events/).
143
143
  *
144
144
  * A good way to learn how to create your own email handler is to take a look at the
145
- * [source code of the default handler](https://github.com/deenruv-ecommerce/deenruv/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
145
+ * [source code of the default handler](https://github.com/aexol-studio/deenruv/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
146
146
  * New handler are defined in exactly the same way.
147
147
  *
148
148
  * It is also possible to modify the default handler:
package/lib/src/plugin.js CHANGED
@@ -163,7 +163,7 @@ Object.defineProperty(exports, "ReactComponentEmailGenerator", { enumerable: tru
163
163
  * which respond to any of the available [DeenruvEvents](/reference/typescript-api/events/).
164
164
  *
165
165
  * A good way to learn how to create your own email handler is to take a look at the
166
- * [source code of the default handler](https://github.com/deenruv-ecommerce/deenruv/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
166
+ * [source code of the default handler](https://github.com/aexol-studio/deenruv/blob/master/packages/email-plugin/src/handler/default-email-handlers.ts).
167
167
  * New handler are defined in exactly the same way.
168
168
  *
169
169
  * It is also possible to modify the default handler:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/email-plugin",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "react-email": "4.0.3",
26
26
  "@react-email/components": "^0.0.35",
27
27
  "@react-email/render": "1.0.5",
28
- "@deenruv/common": "^1.0.4"
28
+ "@deenruv/common": "^1.0.6"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@deenruv/core": "^1.0.0",
@@ -39,7 +39,7 @@
39
39
  "rimraf": "^5.0.5",
40
40
  "typescript": "5.3.3",
41
41
  "@types/react": "^19.0.0",
42
- "@deenruv/core": "^1.0.4"
42
+ "@deenruv/core": "^1.0.6"
43
43
  },
44
44
  "scripts": {
45
45
  "watch": "tsc -p ./tsconfig.build.json --watch",