@stacksjs/email 0.61.24 → 0.62.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -668,11 +668,7 @@ var init_utils = __esm(() => {
668
668
  // ../../../../node_modules/consola/dist/chunks/prompt.mjs
669
669
  var exports_prompt = {};
670
670
  __export(exports_prompt, {
671
- prompt: () => {
672
- {
673
- return prompt;
674
- }
675
- }
671
+ prompt: () => prompt
676
672
  });
677
673
  import {stdin, stdout} from "process";
678
674
  import f from "readline";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.61.24",
4
+ "version": "0.62.0",
5
5
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -60,7 +60,7 @@
60
60
  "@stacksjs/config": "latest",
61
61
  "@stacksjs/error-handling": "latest",
62
62
  "@stacksjs/types": "latest",
63
- "aws-sdk": "^2.1633.0",
63
+ "aws-sdk": "^2.1658.0",
64
64
  "vue-email": "^0.8.11"
65
65
  },
66
66
  "devDependencies": {