@remotion/media-parser 4.0.330 → 4.0.331

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.
@@ -18176,7 +18176,7 @@ var downloadAndParseMedia = async (options) => {
18176
18176
  return returnValue;
18177
18177
  };
18178
18178
  // src/version.ts
18179
- var VERSION = "4.0.330";
18179
+ var VERSION = "4.0.331";
18180
18180
 
18181
18181
  // src/index.ts
18182
18182
  var MediaParserInternals = {
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import type { Ebml, EbmlValue, FloatWithSize, MainSegment, MatroskaElement, Poss
3
3
  import type { SamplePosition } from './get-sample-positions';
4
4
  import type { MediaParserLogLevel } from './log';
5
5
  import type { ParseMediaCallbacks } from './options';
6
+ export type { ParseMedia, ParseMediaCallbacks } from './options';
6
7
  export { parseMedia } from './parse-media';
7
8
  export { hasBeenAborted, IsAnImageError, IsAnUnsupportedFileTypeError, IsAPdfError, MediaParserAbortError, } from './errors';
8
9
  export type { MediaParserAdvancedColor, MediaParserAudioCodec, MediaParserAudioTrack, MediaParserOtherTrack, MediaParserTrack, MediaParserVideoCodec, MediaParserVideoTrack, } from './get-tracks';
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "4.0.330";
1
+ export declare const VERSION = "4.0.331";
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Automatically generated on publish
5
- exports.VERSION = '4.0.330';
5
+ exports.VERSION = '4.0.331';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/media-parser"
4
4
  },
5
5
  "name": "@remotion/media-parser",
6
- "version": "4.0.330",
6
+ "version": "4.0.331",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "devDependencies": {
@@ -11,8 +11,8 @@
11
11
  "eslint": "9.19.0",
12
12
  "mediabunny": "1.3.0",
13
13
  "@types/bun": "1.2.8",
14
- "@remotion/example-videos": "4.0.330",
15
- "@remotion/eslint-config-internal": "4.0.330"
14
+ "@remotion/example-videos": "4.0.331",
15
+ "@remotion/eslint-config-internal": "4.0.331"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "public"