@yoobic/yobi 7.7.124 → 7.7.125

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.
@@ -64201,6 +64201,7 @@ const YooVideoPlayerVideojsComponent = class {
64201
64201
  onFixSource(newSrc) {
64202
64202
  var _a;
64203
64203
  if (((_a = this.player) === null || _a === void 0 ? void 0 : _a.src) && newSrc) {
64204
+ newSrc.withCredentials = true;
64204
64205
  this.player.src(newSrc);
64205
64206
  this.player.load();
64206
64207
  }
@@ -166,6 +166,7 @@ export declare class YooVideoPlayerVideojsComponent implements IVideoPlayerCoreM
166
166
  onInitVideoJs(): void;
167
167
  onFixSource(newSrc: {
168
168
  src: string;
169
+ withCredentials?: boolean;
169
170
  }): void;
170
171
  onVideoJSError(): void;
171
172
  onUpdateVideoJSSource(newURL: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "7.7.124",
3
+ "version": "7.7.125",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",