@camstack/addon-decoder-nodeav 1.2.2 → 1.2.3
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16635,7 +16635,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16635
16635
|
"faceCrop",
|
|
16636
16636
|
"plateCrop",
|
|
16637
16637
|
"keyFrame",
|
|
16638
|
-
"keyFrameSmall"
|
|
16638
|
+
"keyFrameSmall",
|
|
16639
|
+
"thumbnailSmall"
|
|
16639
16640
|
]);
|
|
16640
16641
|
var MediaFileSchema = object({
|
|
16641
16642
|
key: string(),
|
package/dist/index.mjs
CHANGED
|
@@ -16631,7 +16631,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16631
16631
|
"faceCrop",
|
|
16632
16632
|
"plateCrop",
|
|
16633
16633
|
"keyFrame",
|
|
16634
|
-
"keyFrameSmall"
|
|
16634
|
+
"keyFrameSmall",
|
|
16635
|
+
"thumbnailSmall"
|
|
16635
16636
|
]);
|
|
16636
16637
|
var MediaFileSchema = object({
|
|
16637
16638
|
key: string(),
|