@remotion/media-parser 4.0.383 → 4.0.385
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/esm/index.mjs +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
package/dist/esm/index.mjs
CHANGED
|
@@ -18193,7 +18193,7 @@ var downloadAndParseMedia = async (options) => {
|
|
|
18193
18193
|
return returnValue;
|
|
18194
18194
|
};
|
|
18195
18195
|
// src/version.ts
|
|
18196
|
-
var VERSION = "4.0.
|
|
18196
|
+
var VERSION = "4.0.385";
|
|
18197
18197
|
|
|
18198
18198
|
// src/index.ts
|
|
18199
18199
|
var MediaParserInternals = {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "4.0.
|
|
1
|
+
export declare const VERSION = "4.0.385";
|
package/dist/version.js
CHANGED
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.
|
|
6
|
+
"version": "4.0.385",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"scripts": {
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"prepublishOnly": "bun ensure-correct-version.ts"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@remotion/example-videos": "4.0.
|
|
17
|
+
"@remotion/example-videos": "4.0.385",
|
|
18
18
|
"@types/wicg-file-system-access": "2023.10.5",
|
|
19
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
19
|
+
"@remotion/eslint-config-internal": "4.0.385",
|
|
20
20
|
"eslint": "9.19.0",
|
|
21
|
-
"mediabunny": "1.25.
|
|
21
|
+
"mediabunny": "1.25.8",
|
|
22
22
|
"@types/bun": "1.3.3"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|