@wscsports/blaze-web-sdk 0.1.815 → 0.1.817

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wscsports/blaze-web-sdk",
3
- "version": "0.1.815",
3
+ "version": "0.1.817",
4
4
  "main": "publish/index",
5
5
  "types": "publish/index",
6
6
  "files": [
@@ -1773,6 +1773,9 @@ export * from './widget-story-modal';
1773
1773
  export * from './widget-story-player';
1774
1774
  export * from './widget-story-preview';
1775
1775
  export * from './widget-story-video';
1776
+ export * from './widget-interaction';
1777
+ export * from './widget-moment-video';
1778
+ export * from './widget-ad';
1776
1779
 
1777
1780
  export declare class BlazeWidgetStoryAd extends BlazeWidgetStoryBase {
1778
1781
  data: IPage | undefined;