@remotion/media 4.0.477 → 4.0.478
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 +3 -1
- package/package.json +3 -3
package/dist/esm/index.mjs
CHANGED
|
@@ -1147,9 +1147,11 @@ var createVideoIterator = async (timeToSeek, cache) => {
|
|
|
1147
1147
|
};
|
|
1148
1148
|
const getNextOrNullIfNotAvailable = () => {
|
|
1149
1149
|
if (peekedFrame) {
|
|
1150
|
+
const frame = peekedFrame;
|
|
1151
|
+
lastReturnedFrame = frame;
|
|
1150
1152
|
const retValue = {
|
|
1151
1153
|
type: "got-frame-or-end",
|
|
1152
|
-
frame
|
|
1154
|
+
frame
|
|
1153
1155
|
};
|
|
1154
1156
|
peekedFrame = null;
|
|
1155
1157
|
return retValue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/media",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.478",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"mediabunny": "1.45.0",
|
|
26
|
-
"remotion": "4.0.
|
|
26
|
+
"remotion": "4.0.478",
|
|
27
27
|
"zod": "4.3.6"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-dom": ">=16.8.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
34
|
+
"@remotion/eslint-config-internal": "4.0.478",
|
|
35
35
|
"@vitest/browser-webdriverio": "4.0.9",
|
|
36
36
|
"eslint": "9.19.0",
|
|
37
37
|
"react": "19.2.3",
|