@remotion/media-parser 4.0.246 → 4.0.247

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.
@@ -9982,7 +9982,7 @@ var parseMedia = async function({
9982
9982
  return returnValue;
9983
9983
  };
9984
9984
  // src/version.ts
9985
- var VERSION = "4.0.246";
9985
+ var VERSION = "4.0.247";
9986
9986
 
9987
9987
  // src/index.ts
9988
9988
  var MediaParserInternals = {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "4.0.246";
1
+ export declare const VERSION = "4.0.247";
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.246';
5
+ exports.VERSION = '4.0.247';
package/package.json CHANGED
@@ -3,14 +3,14 @@
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.246",
6
+ "version": "4.0.247",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "devDependencies": {
10
10
  "@types/wicg-file-system-access": "2023.10.5",
11
11
  "eslint": "9.14.0",
12
- "@remotion/example-videos": "4.0.246",
13
- "@remotion/eslint-config-internal": "4.0.246"
12
+ "@remotion/example-videos": "4.0.247",
13
+ "@remotion/eslint-config-internal": "4.0.247"
14
14
  },
15
15
  "publishConfig": {
16
16
  "access": "public"