@camstack/addon-provider-wyze 0.2.2 → 0.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/addon.js CHANGED
@@ -19536,7 +19536,8 @@ var MediaFileKindEnum = _enum([
19536
19536
  "faceCrop",
19537
19537
  "plateCrop",
19538
19538
  "keyFrame",
19539
- "keyFrameSmall"
19539
+ "keyFrameSmall",
19540
+ "thumbnailSmall"
19540
19541
  ]);
19541
19542
  var MediaFileSchema = object({
19542
19543
  key: string(),
package/dist/addon.mjs CHANGED
@@ -19515,7 +19515,8 @@ var MediaFileKindEnum = _enum([
19515
19515
  "faceCrop",
19516
19516
  "plateCrop",
19517
19517
  "keyFrame",
19518
- "keyFrameSmall"
19518
+ "keyFrameSmall",
19519
+ "thumbnailSmall"
19519
19520
  ]);
19520
19521
  var MediaFileSchema = object({
19521
19522
  key: string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-wyze",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Wyze camera device-provider addon for CamStack — wraps the @apocaliss92/wyze-bridge-js P2P/DTLS client, feeding the stream-broker via the pull-rfc4571 lazy-publish path (a structural twin of addon-provider-reolink)",
5
5
  "keywords": [
6
6
  "camstack",