@cedarjs/mailer-handler-studio 2.0.1 → 2.0.2-next.24
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/dist/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ class StudioMailHandler extends import_mailer_core.AbstractMailHandler {
|
|
|
44
44
|
);
|
|
45
45
|
} catch (e) {
|
|
46
46
|
console.error(
|
|
47
|
-
"\nSent an email to the void! You can view this email during development with Redwood Studio: `yarn
|
|
47
|
+
"\nSent an email to the void! You can view this email during development with Redwood Studio: `yarn cedar studio`"
|
|
48
48
|
);
|
|
49
49
|
console.error(" " + e.message + "\n");
|
|
50
50
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/mailer-handler-studio",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2-next.24+7d862a743",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"prepublishOnly": "NODE_ENV=production yarn build"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@cedarjs/mailer-core": "2.0.
|
|
24
|
-
"@cedarjs/mailer-handler-nodemailer": "2.0.
|
|
23
|
+
"@cedarjs/mailer-core": "2.0.2-next.24+7d862a743",
|
|
24
|
+
"@cedarjs/mailer-handler-nodemailer": "2.0.2-next.24+7d862a743"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@cedarjs/framework-tools": "2.0.
|
|
27
|
+
"@cedarjs/framework-tools": "2.0.2-next.24",
|
|
28
28
|
"@types/nodemailer": "^6",
|
|
29
29
|
"tsx": "4.20.5",
|
|
30
|
-
"typescript": "5.9.
|
|
30
|
+
"typescript": "5.9.3"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "7d862a7432fd0821b6da7194f2fd88f3d4adb1a0"
|
|
36
36
|
}
|