emdash-smtp 0.3.3 → 0.3.4

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/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.4
4
+
5
+ - Reworked the SMTP Providers admin page into a guided single-provider setup flow with compact quick picks and a full-provider dropdown for edge cases.
6
+ - Bumped package interdependencies to 0.3.4.
7
+
3
8
  ## 0.3.3
4
9
 
5
10
  - Added package-level plugin identity metadata and explicit native descriptor metadata for marketplace trust review.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emdash-smtp",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Trusted full-parity SMTP and transactional email plugin for EmDash",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "author": "Mason James",
31
31
  "dependencies": {
32
- "emdash-smtp-core": "0.3.3",
33
- "emdash-smtp-node-transports": "0.3.3"
32
+ "emdash-smtp-core": "0.3.4",
33
+ "emdash-smtp-node-transports": "0.3.4"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "emdash": ">=0.1.0"