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