@camstack/addon-mqtt-broker 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.
@@ -16602,7 +16602,8 @@ var MediaFileKindEnum = _enum([
16602
16602
  "faceCrop",
16603
16603
  "plateCrop",
16604
16604
  "keyFrame",
16605
- "keyFrameSmall"
16605
+ "keyFrameSmall",
16606
+ "thumbnailSmall"
16606
16607
  ]);
16607
16608
  var MediaFileSchema = object({
16608
16609
  key: string(),
@@ -16597,7 +16597,8 @@ var MediaFileKindEnum = _enum([
16597
16597
  "faceCrop",
16598
16598
  "plateCrop",
16599
16599
  "keyFrame",
16600
- "keyFrameSmall"
16600
+ "keyFrameSmall",
16601
+ "thumbnailSmall"
16601
16602
  ]);
16602
16603
  var MediaFileSchema = object({
16603
16604
  key: string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-mqtt-broker",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "MQTT broker registry addon for CamStack — manages external broker entries + an optional embedded aedes broker. Consumers spin up their own `mqtt.js` clients via the `mqtt-broker` cap.",
5
5
  "keywords": [
6
6
  "camstack",