create-video 4.0.282 → 4.0.285
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/esm/index.mjs +1 -1
- package/dist/templates.js +1 -1
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -311,7 +311,7 @@ var FEATURED_TEMPLATES = [
|
|
|
311
311
|
description: "Text and waveform visualization for podcasts",
|
|
312
312
|
longerDescription: "A template that turns podcast snippets into videos that can be posted on Social Media.",
|
|
313
313
|
promoVideo: {
|
|
314
|
-
muxId: "
|
|
314
|
+
muxId: "7RwHiqZX5k5radAqZpGq7x02jJhi5j4OD8BMiM1z7nmE",
|
|
315
315
|
height: 1080,
|
|
316
316
|
width: 1080
|
|
317
317
|
},
|
package/dist/templates.js
CHANGED
|
@@ -233,7 +233,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
233
233
|
description: 'Text and waveform visualization for podcasts',
|
|
234
234
|
longerDescription: 'A template that turns podcast snippets into videos that can be posted on Social Media.',
|
|
235
235
|
promoVideo: {
|
|
236
|
-
muxId: '
|
|
236
|
+
muxId: '7RwHiqZX5k5radAqZpGq7x02jJhi5j4OD8BMiM1z7nmE',
|
|
237
237
|
height: 1080,
|
|
238
238
|
width: 1080,
|
|
239
239
|
},
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
|
|
4
4
|
},
|
|
5
5
|
"name": "create-video",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.285",
|
|
7
7
|
"description": "Create a new Remotion project",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/tar": "6.1.1",
|
|
28
28
|
"react": "19.0.0",
|
|
29
29
|
"eslint": "9.19.0",
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.285"
|
|
31
31
|
},
|
|
32
32
|
"exports": {
|
|
33
33
|
"./package.json": "./package.json",
|