@remotion/skia 4.0.428 → 4.0.429

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.
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @remotion/skia
2
-
2
+
3
3
  Include React Native Skia components in a Remotion video
4
-
4
+
5
5
  [![NPM Downloads](https://img.shields.io/npm/dm/@remotion/skia.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/skia?minimal=true)
6
-
6
+
7
7
  ## Installation
8
-
8
+
9
9
  ```bash
10
10
  npm install @remotion/skia --save-exact
11
11
  ```
12
-
12
+
13
13
  When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
14
14
  Remove the `^` character from the version number to use the exact version.
15
-
15
+
16
16
  ## Usage
17
-
17
+
18
18
  See the [documentation](https://www.remotion.dev/docs/skia) for more information.
@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.enableSkia = void 0;
7
- const bundler_1 = require("@remotion/bundler");
8
7
  const fs_1 = __importDefault(require("fs"));
8
+ const bundler_1 = require("@remotion/bundler");
9
9
  /**
10
10
  * @description A function that modifies the default Webpack configuration to make the necessary changes to support Skia.
11
11
  * @see [Documentation](https://www.remotion.dev/docs/skia/enable-skia)
@@ -2,8 +2,8 @@ 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";
6
5
  import fs from "fs";
6
+ import { webpack } from "@remotion/bundler";
7
7
  var enableSkia = (currentConfiguration) => {
8
8
  const newExtensions = [
9
9
  ".web.js",
package/package.json CHANGED
@@ -3,14 +3,14 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/skia"
4
4
  },
5
5
  "name": "@remotion/skia",
6
- "version": "4.0.428",
6
+ "version": "4.0.429",
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",
10
10
  "module": "dist/esm/index.mjs",
11
11
  "sideEffects": false,
12
12
  "scripts": {
13
- "formatting": "prettier src --check",
13
+ "formatting": "oxfmt src --check",
14
14
  "lint": "eslint src",
15
15
  "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
16
16
  },
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/remotion-dev/remotion/issues"
22
22
  },
23
23
  "dependencies": {
24
- "remotion": "4.0.428"
24
+ "remotion": "4.0.429"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@shopify/react-native-skia": ">=0.1.191",
@@ -29,14 +29,14 @@
29
29
  "react-dom": ">=16.8.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@remotion/bundler": "4.0.428",
32
+ "@remotion/bundler": "4.0.429",
33
33
  "@shopify/react-native-skia": "2.0.0",
34
34
  "canvaskit-wasm": "0.40.0",
35
35
  "@types/react-native": "^0.69.2",
36
36
  "react": "19.2.3",
37
37
  "react-dom": "19.2.3",
38
- "remotion": "4.0.428",
39
- "@remotion/eslint-config-internal": "4.0.428",
38
+ "remotion": "4.0.429",
39
+ "@remotion/eslint-config-internal": "4.0.429",
40
40
  "eslint": "9.19.0",
41
41
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
42
42
  },