remotion 4.0.344 → 4.0.346

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.
@@ -131,6 +131,10 @@ var random = (seed, dummy) => {
131
131
  }
132
132
  throw new Error("random() argument must be a number or a string");
133
133
  };
134
+ // src/get-remotion-environment.ts
135
+ import React from "react";
136
+ var RemotionEnvironmentContext = React.createContext(null);
137
+
134
138
  // src/truthy.ts
135
139
  function truthy(value) {
136
140
  return Boolean(value);
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var VERSION = "4.0.344";
2
+ var VERSION = "4.0.346";
3
3
  export {
4
4
  VERSION
5
5
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/core"
4
4
  },
5
5
  "name": "remotion",
6
- "version": "4.0.344",
6
+ "version": "4.0.346",
7
7
  "description": "Make videos programmatically",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "webpack": "5.96.1",
29
29
  "zod": "3.22.3",
30
30
  "eslint": "9.19.0",
31
- "@remotion/eslint-config-internal": "4.0.344"
31
+ "@remotion/eslint-config-internal": "4.0.346"
32
32
  },
33
33
  "keywords": [
34
34
  "video",