@remotion/bundler 4.0.237 → 4.0.239
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/dist/index-html.js +0 -1
- package/package.json +5 -5
package/dist/index-html.js
CHANGED
|
@@ -10,7 +10,6 @@ const indexHtml = ({ publicPath, editorName, inputProps, envVariables, staticHas
|
|
|
10
10
|
<head>
|
|
11
11
|
<meta charset="UTF-8" />
|
|
12
12
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
13
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
14
13
|
${includeFavicon
|
|
15
14
|
? `<link id="__remotion_favicon" rel="icon" type="image/png" href="${publicPath}favicon.ico" />`
|
|
16
15
|
: ''}
|
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.
|
|
6
|
+
"version": "4.0.239",
|
|
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.
|
|
29
|
-
"
|
|
30
|
-
"@remotion/studio-shared": "4.0.
|
|
28
|
+
"@remotion/studio": "4.0.239",
|
|
29
|
+
"remotion": "4.0.239",
|
|
30
|
+
"@remotion/studio-shared": "4.0.239"
|
|
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.14.0",
|
|
40
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
40
|
+
"@remotion/eslint-config-internal": "4.0.239"
|
|
41
41
|
},
|
|
42
42
|
"keywords": [
|
|
43
43
|
"remotion",
|