@remotion/skia 4.0.214 → 4.0.215

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,8 +1,8 @@
1
- import {createRequire} from "node:module";
1
+ import { createRequire } from "node:module";
2
2
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
3
3
 
4
4
  // src/enable.ts
5
- import {webpack} from "@remotion/bundler";
5
+ import { webpack } from "@remotion/bundler";
6
6
  import fs from "fs";
7
7
  var enableSkia = (currentConfiguration) => {
8
8
  return {
@@ -1,10 +1,8 @@
1
1
  // src/SkiaCanvas.tsx
2
- import {Canvas} from "@shopify/react-native-skia";
3
- import {useMemo} from "react";
4
- import {Internals} from "remotion";
5
- import {
6
- jsx
7
- } from "react/jsx-runtime";
2
+ import { Canvas } from "@shopify/react-native-skia";
3
+ import { useMemo } from "react";
4
+ import { Internals } from "remotion";
5
+ import { jsx } from "react/jsx-runtime";
8
6
  var SkiaCanvas = ({
9
7
  children,
10
8
  height,
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.214",
6
+ "version": "4.0.215",
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.214"
19
+ "remotion": "4.0.215"
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/bundler": "4.0.214",
32
- "remotion": "4.0.214"
31
+ "remotion": "4.0.215",
32
+ "@remotion/bundler": "4.0.215"
33
33
  },
34
34
  "keywords": [
35
35
  "remotion",