@camstack/addon-smtp-nodemailer 1.2.70 → 1.2.71

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.
@@ -5443,6 +5443,12 @@ Object.fromEntries([
5443
5443
  icon: "move",
5444
5444
  order: 40
5445
5445
  },
5446
+ {
5447
+ id: "navigation",
5448
+ label: "Navigation",
5449
+ icon: "compass",
5450
+ order: 41
5451
+ },
5446
5452
  {
5447
5453
  id: "consumables",
5448
5454
  label: "Consumables",
@@ -5441,6 +5441,12 @@ Object.fromEntries([
5441
5441
  icon: "move",
5442
5442
  order: 40
5443
5443
  },
5444
+ {
5445
+ id: "navigation",
5446
+ label: "Navigation",
5447
+ icon: "compass",
5448
+ order: 41
5449
+ },
5444
5450
  {
5445
5451
  id: "consumables",
5446
5452
  label: "Consumables",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.70",
3
+ "version": "1.2.71",
4
4
  "description": "SMTP email provider addon for CamStack — wraps `nodemailer` and registers a `smtp-provider` cap collection entry. Used by magic-link login + notifier addons.",
5
5
  "keywords": [
6
6
  "camstack",