@remotion/skia 4.0.208 → 4.0.209

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.
@@ -1,5 +1,5 @@
1
1
  import {createRequire} from "node:module";
2
- var __require = createRequire(import.meta.url);
2
+ var __require = /* @__PURE__ */ createRequire(import.meta.url);
3
3
 
4
4
  // src/enable.ts
5
5
  import {webpack} from "@remotion/bundler";
@@ -26,9 +26,9 @@ var SkiaCanvas = ({
26
26
  ...otherProps
27
27
  };
28
28
  }, [mergedStyles, otherProps]);
29
- return jsx(Canvas, {
29
+ return /* @__PURE__ */ jsx(Canvas, {
30
30
  ...props,
31
- children: jsx(Internals.RemotionContextProvider, {
31
+ children: /* @__PURE__ */ jsx(Internals.RemotionContextProvider, {
32
32
  contexts,
33
33
  children
34
34
  })
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/skia"
4
4
  },
5
5
  "name": "@remotion/skia",
6
- "version": "4.0.208",
6
+ "version": "4.0.209",
7
7
  "description": "Include React Native Skia components in a Remotion video",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.208"
19
+ "remotion": "4.0.209"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@shopify/react-native-skia": ">=0.1.191",
@@ -28,8 +28,8 @@
28
28
  "@types/react-native": "^0.69.2",
29
29
  "react": "18.3.1",
30
30
  "react-dom": "18.3.1",
31
- "remotion": "4.0.208",
32
- "@remotion/bundler": "4.0.208"
31
+ "@remotion/bundler": "4.0.209",
32
+ "remotion": "4.0.209"
33
33
  },
34
34
  "keywords": [
35
35
  "remotion",