buzzcasting-storage 2.12.4 → 2.12.5

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.
@@ -349,6 +349,7 @@ export declare interface ISeriesData {
349
349
  export declare interface IStorageOptions {
350
350
  app: string;
351
351
  domain?: string;
352
+ cdn?: string;
352
353
  channel?: string;
353
354
  presentation?: string;
354
355
  slide?: string;
@@ -1,7 +1,7 @@
1
1
  var Ei = Object.defineProperty;
2
2
  var Oi = (p, i, u) => i in p ? Ei(p, i, { enumerable: !0, configurable: !0, writable: !0, value: u }) : p[i] = u;
3
3
  var P = (p, i, u) => (Oi(p, typeof i != "symbol" ? i + "" : i, u), u);
4
- const xi = "2.12.3";
4
+ const xi = "2.12.4";
5
5
  class ki {
6
6
  constructor(i) {
7
7
  P(this, "options");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "2.12.4",
4
+ "version": "2.12.5",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",