@deenruv/email-plugin 1.0.6 → 1.0.10

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/README.md CHANGED
@@ -45,7 +45,7 @@ EmailPlugin.init({
45
45
  });
46
46
  ```
47
47
 
48
- In dev mode, emails are saved as HTML files and a web-based mailbox UI is available at the configured route (e.g. `http://localhost:3000/mailbox`).
48
+ In dev mode, emails are saved as HTML files and a web-based mailbox UI is available at the configured route (e.g. `http://localhost:6100/mailbox`).
49
49
 
50
50
  **Options:**
51
51
 
@@ -240,7 +240,7 @@ import { EmailPluginDevModeOptions, EmailPluginOptions, InitializedEmailPluginOp
240
240
  * ### Dev mailbox
241
241
  *
242
242
  * In dev mode, a webmail-like interface available at the `/mailbox` path, e.g.
243
- * http://localhost:3000/mailbox. This is a simple way to view the output of all emails generated by the EmailPlugin while in dev mode.
243
+ * http://localhost:6100/mailbox. This is a simple way to view the output of all emails generated by the EmailPlugin while in dev mode.
244
244
  *
245
245
  * ## Troubleshooting SMTP Connections
246
246
  *
package/lib/src/plugin.js CHANGED
@@ -261,7 +261,7 @@ Object.defineProperty(exports, "ReactComponentEmailGenerator", { enumerable: tru
261
261
  * ### Dev mailbox
262
262
  *
263
263
  * In dev mode, a webmail-like interface available at the `/mailbox` path, e.g.
264
- * http://localhost:3000/mailbox. This is a simple way to view the output of all emails generated by the EmailPlugin while in dev mode.
264
+ * http://localhost:6100/mailbox. This is a simple way to view the output of all emails generated by the EmailPlugin while in dev mode.
265
265
  *
266
266
  * ## Troubleshooting SMTP Connections
267
267
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deenruv/email-plugin",
3
- "version": "1.0.6",
3
+ "version": "1.0.10",
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.6"
28
+ "@deenruv/common": "^1.0.10"
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.6"
42
+ "@deenruv/core": "^1.0.10"
43
43
  },
44
44
  "scripts": {
45
45
  "watch": "tsc -p ./tsconfig.build.json --watch",