@remotion/studio-shared 4.0.427 → 4.0.428
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/package-info.js +6 -0
- package/package.json +4 -4
package/dist/package-info.js
CHANGED
|
@@ -95,6 +95,12 @@ exports.extraPackages = [
|
|
|
95
95
|
description: 'Multimedia library used by Remotion',
|
|
96
96
|
docsUrl: 'https://www.remotion.dev/docs/mediabunny/version',
|
|
97
97
|
},
|
|
98
|
+
{
|
|
99
|
+
name: '@mediabunny/ac3',
|
|
100
|
+
version: '1.34.4',
|
|
101
|
+
description: 'AC-3 and E-AC-3 audio codec support for Mediabunny',
|
|
102
|
+
docsUrl: 'https://www.remotion.dev/docs/mediabunny/formats#ac-3-and-e-ac-3',
|
|
103
|
+
},
|
|
98
104
|
{
|
|
99
105
|
name: 'zod',
|
|
100
106
|
version: '4.3.6',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/studio-shared",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.428",
|
|
7
7
|
"description": "Internal package for shared objects between the Studio backend and frontend",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"remotion": "4.0.
|
|
22
|
+
"remotion": "4.0.428"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@remotion/renderer": "4.0.
|
|
26
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
25
|
+
"@remotion/renderer": "4.0.428",
|
|
26
|
+
"@remotion/eslint-config-internal": "4.0.428",
|
|
27
27
|
"eslint": "9.19.0",
|
|
28
28
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
29
29
|
},
|