@camstack/addon-smtp-nodemailer 1.2.2 → 1.2.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.
@@ -16526,7 +16526,8 @@ var MediaFileKindEnum = _enum([
16526
16526
  "faceCrop",
16527
16527
  "plateCrop",
16528
16528
  "keyFrame",
16529
- "keyFrameSmall"
16529
+ "keyFrameSmall",
16530
+ "thumbnailSmall"
16530
16531
  ]);
16531
16532
  var MediaFileSchema = object({
16532
16533
  key: string(),
@@ -16524,7 +16524,8 @@ var MediaFileKindEnum = _enum([
16524
16524
  "faceCrop",
16525
16525
  "plateCrop",
16526
16526
  "keyFrame",
16527
- "keyFrameSmall"
16527
+ "keyFrameSmall",
16528
+ "thumbnailSmall"
16528
16529
  ]);
16529
16530
  var MediaFileSchema = object({
16530
16531
  key: string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
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",