@remotion/player 4.0.273 → 4.0.275

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.
@@ -25,15 +25,8 @@ const SharedPlayerContexts = ({ children, timelineContext, fps, compositionHeigh
25
25
  },
26
26
  ],
27
27
  folders: [],
28
- registerFolder: () => undefined,
29
- unregisterFolder: () => undefined,
30
- registerComposition: () => undefined,
31
- unregisterComposition: () => undefined,
32
28
  currentCompositionMetadata: null,
33
- setCurrentCompositionMetadata: () => undefined,
34
29
  canvasContent: { type: 'composition', compositionId: 'player-comp' },
35
- setCanvasContent: () => undefined,
36
- updateCompositionDefaultProps: () => undefined,
37
30
  };
38
31
  return context;
39
32
  }, [component, durationInFrames, compositionHeight, compositionWidth, fps]);
@@ -2893,29 +2893,8 @@ var SharedPlayerContexts = ({
2893
2893
  }
2894
2894
  ],
2895
2895
  folders: [],
2896
- registerFolder: () => {
2897
- return;
2898
- },
2899
- unregisterFolder: () => {
2900
- return;
2901
- },
2902
- registerComposition: () => {
2903
- return;
2904
- },
2905
- unregisterComposition: () => {
2906
- return;
2907
- },
2908
2896
  currentCompositionMetadata: null,
2909
- setCurrentCompositionMetadata: () => {
2910
- return;
2911
- },
2912
- canvasContent: { type: "composition", compositionId: "player-comp" },
2913
- setCanvasContent: () => {
2914
- return;
2915
- },
2916
- updateCompositionDefaultProps: () => {
2917
- return;
2918
- }
2897
+ canvasContent: { type: "composition", compositionId: "player-comp" }
2919
2898
  };
2920
2899
  return context;
2921
2900
  }, [component, durationInFrames, compositionHeight, compositionWidth, fps]);
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.273",
6
+ "version": "4.0.275",
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",
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "license": "SEE LICENSE IN LICENSE.md",
30
30
  "dependencies": {
31
- "remotion": "4.0.273"
31
+ "remotion": "4.0.275"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.8.0",
@@ -43,7 +43,7 @@
43
43
  "webpack": "5.96.1",
44
44
  "zod": "3.22.3",
45
45
  "eslint": "9.19.0",
46
- "@remotion/eslint-config-internal": "4.0.273"
46
+ "@remotion/eslint-config-internal": "4.0.275"
47
47
  },
48
48
  "keywords": [
49
49
  "remotion",