@remotion/bundler 4.0.271 → 4.0.273

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.
@@ -127,7 +127,7 @@ const webpackConfig = async ({ entry, userDefinedComponent, outDir, environment,
127
127
  assetModuleFilename: environment === 'development' ? '[path][name][ext]' : '[hash][ext]',
128
128
  },
129
129
  resolve: {
130
- extensions: ['.ts', '.tsx', '.web.js', '.js', '.jsx'],
130
+ extensions: ['.ts', '.tsx', '.web.js', '.js', '.jsx', '.mjs', '.cjs'],
131
131
  alias: {
132
132
  // Only one version of react
133
133
  'react/jsx-runtime': require.resolve('react/jsx-runtime'),
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.271",
6
+ "version": "4.0.273",
7
7
  "description": "Bundle Remotion compositions using Webpack",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -25,9 +25,9 @@
25
25
  "style-loader": "2.0.0",
26
26
  "source-map": "0.7.3",
27
27
  "webpack": "5.96.1",
28
- "remotion": "4.0.271",
29
- "@remotion/studio-shared": "4.0.271",
30
- "@remotion/studio": "4.0.271"
28
+ "@remotion/studio-shared": "4.0.273",
29
+ "remotion": "4.0.273",
30
+ "@remotion/studio": "4.0.273"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": ">=16.8.0",
@@ -37,7 +37,7 @@
37
37
  "react": "19.0.0",
38
38
  "react-dom": "19.0.0",
39
39
  "eslint": "9.19.0",
40
- "@remotion/eslint-config-internal": "4.0.271"
40
+ "@remotion/eslint-config-internal": "4.0.273"
41
41
  },
42
42
  "keywords": [
43
43
  "remotion",