@beignet/provider-mail-smtp 0.0.50 → 0.0.52

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @beignet/provider-mail-smtp
2
2
 
3
+ ## 0.0.52
4
+
5
+ ### Patch Changes
6
+
7
+ - b39bb6e: Clarify that Beignet applications require Node.js 22.12 or newer and can use
8
+ npm, pnpm, Yarn, or Bun for package management and framework commands.
9
+
10
+ ## 0.0.51
11
+
3
12
  ## 0.0.50
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # @beignet/provider-mail-smtp
2
2
 
3
- > **Runtime:** Beignet requires Node.js 22.12 or newer. Bun 1.3.14 or newer is
4
- > supported for Beignet commands.
3
+ > **Runtime:** Beignet requires Node.js 22.12 or newer. Bun is optional.
5
4
 
6
5
  > [!CAUTION]
7
6
  > Beignet is experimental alpha software. The `0.0.x` package line is for early
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beignet/provider-mail-smtp",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "type": "module",
5
5
  "description": "SMTP mail provider for Beignet - adds mailer port using nodemailer",
6
6
  "main": "./dist/index.js",
@@ -64,7 +64,7 @@
64
64
  "devDependencies": {
65
65
  "@beignet/core": "*",
66
66
  "@beignet/devtools": "*",
67
- "@types/bun": "^1.3.13",
67
+ "@types/bun": "^1.4.0",
68
68
  "@types/node": "^22.0.0",
69
69
  "@types/nodemailer": "^8.0.1",
70
70
  "nodemailer": "^9.0.1",