@openinc/parse-server-opendash 3.26.0 → 3.26.1

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.
@@ -10,7 +10,7 @@ async function init(name) {
10
10
  }
11
11
  const { to } = request.params;
12
12
  const mail = await (0, __1.sendSimpleEmail)(to, "open.INC Test Mail", "This is a test email from open.INC Stack.");
13
- return { message: "Test email sent successfully!", mail: mail };
13
+ return mail;
14
14
  }, {
15
15
  requireUser: true,
16
16
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "3.26.0",
3
+ "version": "3.26.1",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
5
  "packageManager": "pnpm@10.20.0",
6
6
  "keywords": [