dasha 4.2.0 → 4.2.2

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _$mediabunny from "mediabunny";
2
2
  import { AudioCodec as AudioCodec$1, DurationMetadataRequestOptions, EncodedPacket, FilePathSource, HLS, HLS_FORMATS, Input as Input$1, InputAudioTrack as InputAudioTrack$1, InputFormat, InputOptions, InputTrack as InputTrack$2, InputTrackQuery, InputTrackQuery as InputTrackQuery$1, InputVideoTrack as InputVideoTrack$1, MP3, MP4, MaybePromise, MediaCodec as MediaCodec$1, MetadataTags, PacketRetrievalOptions, PathedSource, Source, SourceRef, SubtitleCodec as SubtitleCodec$1, TrackDisposition, UrlSource, VideoCodec as VideoCodec$1, asc, desc, prefer } from "mediabunny";
3
- import { Element } from "@xmldom/xmldom";
3
+ import * as _$_xmldom_xmldom0 from "@xmldom/xmldom";
4
4
 
5
5
  //#region src/mediabunny.d.ts
6
6
  type Segment$1 = {
@@ -104,6 +104,7 @@ declare const ROLE_TYPE: {
104
104
  type RoleType = (typeof ROLE_TYPE)[keyof typeof ROLE_TYPE];
105
105
  //#endregion
106
106
  //#region src/dash/dash-misc.d.ts
107
+ type Element = _$_xmldom_xmldom0.Element;
107
108
  type DashTrackType = 'video' | 'audio' | 'subtitle';
108
109
  type DashEncryptionData = {
109
110
  method: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dasha",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
4
4
  "description": "Streaming manifest parser",
5
5
  "files": [
6
6
  "dist"