@remotion/bundler 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/bundler
2
-
2
+
3
3
  Bundle Remotion compositions using Webpack
4
-
4
+
5
5
  [![NPM Downloads](https://img.shields.io/npm/dm/@remotion/bundler.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/bundler?minimal=true)
6
-
6
+
7
7
  ## Installation
8
-
8
+
9
9
  ```bash
10
10
  npm install @remotion/bundler --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/bundler) for more information.
package/dist/bundle.js CHANGED
@@ -38,12 +38,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.internalBundle = exports.findClosestFolderWithItem = exports.getConfig = void 0;
40
40
  exports.bundle = bundle;
41
- const studio_shared_1 = require("@remotion/studio-shared");
42
41
  const node_fs_1 = __importStar(require("node:fs"));
43
42
  const node_os_1 = __importDefault(require("node:os"));
44
43
  const node_path_1 = __importDefault(require("node:path"));
45
44
  const node_util_1 = require("node:util");
46
45
  const node_worker_threads_1 = require("node:worker_threads");
46
+ const studio_shared_1 = require("@remotion/studio-shared");
47
47
  const webpack_1 = __importDefault(require("webpack"));
48
48
  const copy_dir_1 = require("./copy-dir");
49
49
  const index_html_1 = require("./index-html");
@@ -3,8 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const esbuild_1 = require("esbuild");
7
6
  const node_path_1 = __importDefault(require("node:path"));
7
+ const esbuild_1 = require("esbuild");
8
8
  const isTsExtensionPtrn = /\.ts$/i;
9
9
  const isTypescriptInstalled = () => {
10
10
  try {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/bundler"
4
4
  },
5
5
  "name": "@remotion/bundler",
6
- "version": "4.0.428",
6
+ "version": "4.0.429",
7
7
  "description": "Bundle Remotion compositions using Webpack",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -11,7 +11,7 @@
11
11
  "url": "https://github.com/remotion-dev/remotion/issues"
12
12
  },
13
13
  "scripts": {
14
- "formatting": "prettier src --check",
14
+ "formatting": "oxfmt src --check",
15
15
  "lint": "eslint src",
16
16
  "test": "bun test src",
17
17
  "make": "tsgo -d"
@@ -24,10 +24,10 @@
24
24
  "css-loader": "5.2.7",
25
25
  "esbuild": "0.25.0",
26
26
  "react-refresh": "0.9.0",
27
- "remotion": "4.0.428",
28
- "@remotion/studio": "4.0.428",
29
- "@remotion/studio-shared": "4.0.428",
30
- "@remotion/media-parser": "4.0.428",
27
+ "remotion": "4.0.429",
28
+ "@remotion/studio": "4.0.429",
29
+ "@remotion/studio-shared": "4.0.429",
30
+ "@remotion/media-parser": "4.0.429",
31
31
  "style-loader": "4.0.0",
32
32
  "source-map": "0.7.3",
33
33
  "webpack": "5.105.0"
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "react": "19.2.3",
41
41
  "react-dom": "19.2.3",
42
- "@remotion/eslint-config-internal": "4.0.428",
42
+ "@remotion/eslint-config-internal": "4.0.429",
43
43
  "eslint": "9.19.0",
44
44
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
45
45
  },