@remotion/media-parser 4.0.428 → 4.0.430

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/README.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @remotion/media-parser
2
-
2
+
3
3
  A pure JavaScript library for parsing video files
4
-
4
+
5
5
  [![NPM Downloads](https://img.shields.io/npm/dm/@remotion/media-parser.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/media-parser?minimal=true)
6
-
6
+
7
7
  ## Installation
8
-
8
+
9
9
  ```bash
10
10
  npm install @remotion/media-parser --save-exact
11
11
  ```
12
-
12
+
13
13
  When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
14
14
  Remove the `^` character from the version number to use the exact version.
15
-
15
+
16
16
  ## Usage
17
-
17
+
18
18
  See the [documentation](https://www.remotion.dev/docs/media-parser) for more information.
@@ -18208,7 +18208,7 @@ var downloadAndParseMedia = async (options) => {
18208
18208
  return returnValue;
18209
18209
  };
18210
18210
  // src/version.ts
18211
- var VERSION = "4.0.428";
18211
+ var VERSION = "4.0.430";
18212
18212
 
18213
18213
  // src/index.ts
18214
18214
  var MediaParserInternals = {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "4.0.428";
1
+ export declare const VERSION = "4.0.430";
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.428';
5
+ exports.VERSION = '4.0.430';
package/package.json CHANGED
@@ -3,22 +3,23 @@
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.428",
6
+ "version": "4.0.430",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "scripts": {
10
- "formatting": "prettier src --check",
10
+ "formatting": "oxfmt src --check",
11
+ "format": "oxfmt src",
11
12
  "lint": "eslint src",
12
13
  "testwebcodecs": "bun test src/test --timeout=30000",
13
14
  "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts",
14
15
  "prepublishOnly": "bun ensure-correct-version.ts"
15
16
  },
16
17
  "devDependencies": {
17
- "@remotion/example-videos": "4.0.428",
18
+ "@remotion/example-videos": "4.0.429",
18
19
  "@types/wicg-file-system-access": "2023.10.5",
19
- "@remotion/eslint-config-internal": "4.0.428",
20
+ "@remotion/eslint-config-internal": "4.0.429",
20
21
  "eslint": "9.19.0",
21
- "mediabunny": "1.34.4",
22
+ "mediabunny": "1.35.1",
22
23
  "@types/bun": "1.3.3",
23
24
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
24
25
  },