@remotion/skia 4.0.280 → 4.0.284

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.
@@ -13,10 +13,10 @@ const fs_1 = __importDefault(require("fs"));
13
13
  const enableSkia = (currentConfiguration) => {
14
14
  var _a, _b, _c, _d;
15
15
  const newExtensions = [
16
- ...((_b = (_a = currentConfiguration.resolve) === null || _a === void 0 ? void 0 : _a.extensions) !== null && _b !== void 0 ? _b : []),
17
16
  '.web.js',
18
17
  '.web.ts',
19
18
  '.web.tsx',
19
+ ...((_b = (_a = currentConfiguration.resolve) === null || _a === void 0 ? void 0 : _a.extensions) !== null && _b !== void 0 ? _b : []),
20
20
  ];
21
21
  const deduplicatedExtensions = [...new Set(newExtensions)];
22
22
  return {
@@ -6,10 +6,10 @@ import { webpack } from "@remotion/bundler";
6
6
  import fs from "fs";
7
7
  var enableSkia = (currentConfiguration) => {
8
8
  const newExtensions = [
9
- ...currentConfiguration.resolve?.extensions ?? [],
10
9
  ".web.js",
11
10
  ".web.ts",
12
- ".web.tsx"
11
+ ".web.tsx",
12
+ ...currentConfiguration.resolve?.extensions ?? []
13
13
  ];
14
14
  const deduplicatedExtensions = [...new Set(newExtensions)];
15
15
  return {
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.280",
6
+ "version": "4.0.284",
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.280"
19
+ "remotion": "4.0.284"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@shopify/react-native-skia": ">=0.1.191",
@@ -32,9 +32,9 @@
32
32
  "@types/react": "18.3.1",
33
33
  "@types/react-dom": "18.3.1",
34
34
  "eslint": "9.19.0",
35
- "remotion": "4.0.280",
36
- "@remotion/bundler": "4.0.280",
37
- "@remotion/eslint-config-internal": "4.0.280"
35
+ "@remotion/bundler": "4.0.284",
36
+ "@remotion/eslint-config-internal": "4.0.284",
37
+ "remotion": "4.0.284"
38
38
  },
39
39
  "keywords": [
40
40
  "remotion",