hls.js 1.6.3-0.canary.11233 → 1.6.3-0.canary.11236
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/hls.d.mts +3 -1
- package/dist/hls.d.ts +3 -1
- package/dist/hls.js +3 -3
- package/dist/hls.js.d.ts +3 -1
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +2 -2
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.min.js.map +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.light.mjs.map +1 -1
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +3 -3
- package/dist/hls.mjs.map +1 -1
- package/dist/hls.worker.js +1 -1
- package/package.json +2 -2
- package/src/controller/interstitial-player.ts +6 -2
- package/src/controller/interstitials-controller.ts +5 -3
- package/src/hls.ts +1 -0
package/src/hls.ts
CHANGED
@@ -1334,6 +1334,7 @@ export type {
|
|
1334
1334
|
} from './controller/error-controller';
|
1335
1335
|
export type {
|
1336
1336
|
HlsAssetPlayer,
|
1337
|
+
HlsAssetPlayerConfig,
|
1337
1338
|
InterstitialPlayer,
|
1338
1339
|
} from './controller/interstitial-player';
|
1339
1340
|
export type { PlayheadTimes } from './controller/interstitials-controller';
|