@remotion/player 4.0.441 → 4.0.443

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.
@@ -22,6 +22,7 @@ const SharedPlayerContexts = ({ children, timelineContext, fps, compositionHeigh
22
22
  parentFolderName: null,
23
23
  schema: null,
24
24
  calculateMetadata: null,
25
+ stack: null,
25
26
  },
26
27
  ],
27
28
  folders: [],
@@ -2929,7 +2929,8 @@ var SharedPlayerContexts = ({
2929
2929
  folderName: null,
2930
2930
  parentFolderName: null,
2931
2931
  schema: null,
2932
- calculateMetadata: null
2932
+ calculateMetadata: null,
2933
+ stack: null
2933
2934
  }
2934
2935
  ],
2935
2936
  folders: [],
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/player"
4
4
  },
5
5
  "name": "@remotion/player",
6
- "version": "4.0.441",
6
+ "version": "4.0.443",
7
7
  "description": "React component for embedding a Remotion preview into your app",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "license": "SEE LICENSE IN LICENSE.md",
38
38
  "dependencies": {
39
- "remotion": "4.0.441"
39
+ "remotion": "4.0.443"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=16.8.0",
@@ -50,7 +50,7 @@
50
50
  "react-dom": "19.2.3",
51
51
  "webpack": "5.105.0",
52
52
  "zod": "4.3.6",
53
- "@remotion/eslint-config-internal": "4.0.441",
53
+ "@remotion/eslint-config-internal": "4.0.443",
54
54
  "eslint": "9.19.0",
55
55
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
56
56
  },