buzzcasting-storage 2.5.0 → 2.5.2

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.
@@ -173,6 +173,8 @@ export declare interface IStorageOptions {
173
173
  channel?: string;
174
174
  presentation?: string;
175
175
  slide?: string;
176
+ display?: string;
177
+ monitor?: string;
176
178
  version: string;
177
179
  storage: string;
178
180
  token?: string;
@@ -1,7 +1,7 @@
1
1
  var Ri = Object.defineProperty;
2
2
  var Ni = (j, o, h) => o in j ? Ri(j, o, { enumerable: !0, configurable: !0, writable: !0, value: h }) : j[o] = h;
3
3
  var C = (j, o, h) => (Ni(j, typeof o != "symbol" ? o + "" : o, h), h);
4
- const Fi = "2.4.0";
4
+ const Fi = "2.5.1";
5
5
  class $i {
6
6
  constructor(o) {
7
7
  C(this, "options");
@@ -4005,7 +4005,7 @@ class to {
4005
4005
  Hn,
4006
4006
  A.query.slide,
4007
4007
  A.data.title ?? A.query.widget
4008
- ), this.bc.postMessage({ event: "widget-update", data: A.query });
4008
+ ), this.bc.postMessage({ event: "widget-update", data: A });
4009
4009
  break;
4010
4010
  case 400:
4011
4011
  console.warn(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "2.5.0",
4
+ "version": "2.5.2",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",