buzzcasting-storage 2.10.1 → 2.10.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.
@@ -1,7 +1,7 @@
1
1
  var Ei = Object.defineProperty;
2
2
  var Oi = (v, o, d) => o in v ? Ei(v, o, { enumerable: !0, configurable: !0, writable: !0, value: d }) : v[o] = d;
3
3
  var P = (v, o, d) => (Oi(v, typeof o != "symbol" ? o + "" : o, d), d);
4
- const xi = "2.10.0";
4
+ const xi = "2.10.1";
5
5
  class ki {
6
6
  constructor(o) {
7
7
  P(this, "options");
@@ -4315,7 +4315,7 @@ class Li {
4315
4315
  const I = new CustomEvent(ue.SHOW_MODAL, {
4316
4316
  detail: {
4317
4317
  component: o.showComponent,
4318
- mergedProps: m
4318
+ props: m
4319
4319
  },
4320
4320
  bubbles: !0,
4321
4321
  cancelable: !0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "2.10.1",
4
+ "version": "2.10.2",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",