@camstack/addon-matter-broker 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
@@ -19582,7 +19582,8 @@ var MediaFileKindEnum = _enum([
19582
19582
  "faceCrop",
19583
19583
  "plateCrop",
19584
19584
  "keyFrame",
19585
- "keyFrameSmall"
19585
+ "keyFrameSmall",
19586
+ "thumbnailSmall"
19586
19587
  ]);
19587
19588
  var MediaFileSchema = object({
19588
19589
  key: string$2(),
package/dist/addon.mjs CHANGED
@@ -19580,7 +19580,8 @@ var MediaFileKindEnum = _enum([
19580
19580
  "faceCrop",
19581
19581
  "plateCrop",
19582
19582
  "keyFrame",
19583
- "keyFrameSmall"
19583
+ "keyFrameSmall",
19584
+ "thumbnailSmall"
19584
19585
  ]);
19585
19586
  var MediaFileSchema = object({
19586
19587
  key: string$2(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-matter-broker",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Matter broker addon for CamStack — owns a Matter fabric (commissioning + the long-lived controller) via the matter.js controller and brokers commissioned Matter nodes into CamStack",
5
5
  "keywords": [
6
6
  "camstack",