@camstack/addon-decoder-ffmpeg 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.
package/dist/index.js CHANGED
@@ -16636,7 +16636,8 @@ var MediaFileKindEnum = _enum([
16636
16636
  "faceCrop",
16637
16637
  "plateCrop",
16638
16638
  "keyFrame",
16639
- "keyFrameSmall"
16639
+ "keyFrameSmall",
16640
+ "thumbnailSmall"
16640
16641
  ]);
16641
16642
  var MediaFileSchema = object({
16642
16643
  key: string(),
package/dist/index.mjs CHANGED
@@ -16632,7 +16632,8 @@ var MediaFileKindEnum = _enum([
16632
16632
  "faceCrop",
16633
16633
  "plateCrop",
16634
16634
  "keyFrame",
16635
- "keyFrameSmall"
16635
+ "keyFrameSmall",
16636
+ "thumbnailSmall"
16636
16637
  ]);
16637
16638
  var MediaFileSchema = object({
16638
16639
  key: string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-decoder-ffmpeg",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Standalone ffmpeg-subprocess decoder fallback addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",