unified-video-framework 1.4.434 → 1.4.436

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": "unified-video-framework",
3
- "version": "1.4.434",
3
+ "version": "1.4.436",
4
4
  "description": "Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.4.434";
1
+ export declare const VERSION = "1.4.436";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.4.434';
1
+ export const VERSION = '1.4.436';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- export const VERSION = '1.4.434';
1
+ export const VERSION = '1.4.436';
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Type declarations - re-export all DRM types from the drm folder
3
+ */
4
+ export * from './drm/index';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Re-export all DRM modules from the drm folder
3
+ * This file exists to support import from './drm.js'
4
+ */
5
+ export * from './drm/index.js';