@therealtinhtute/baroiplayer 1.0.7 → 1.0.8

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/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Auto-generated TypeScript declarations for @therealtinhtute/baroiplayer
3
- // Generated on 2025-10-12T12:33:19.096Z
3
+ // Generated on 2025-10-12T13:43:05.399Z
4
4
 
5
5
  import type { ReactNode, ComponentType } from 'react';
6
6
 
package/dist/index.js CHANGED
@@ -18,10 +18,4 @@ module.exports = {
18
18
  useMediaState
19
19
  };
20
20
 
21
- // Re-export from legacy
22
- try {
23
- const legacy = require('../src/index-legacy.js');
24
- Object.assign(module.exports, legacy);
25
- } catch (e) {
26
- // Legacy module not found
27
- }
21
+ // Note: Legacy exports are handled by TypeScript declarations
package/dist/index.mjs CHANGED
@@ -13,5 +13,4 @@ export const useMediaState = () => ({
13
13
  error: null
14
14
  });
15
15
 
16
- // Re-export from legacy
17
- export * from '../src/index-legacy.js';
16
+ // Note: Legacy exports are handled by TypeScript declarations
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@therealtinhtute/baroiplayer",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@therealtinhtute/baroiplayer",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A customizable media player component library for React",