@remotion/studio-shared 4.0.435 → 4.0.437
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
|
@@ -94,13 +94,13 @@ exports.packages = [
|
|
|
94
94
|
exports.extraPackages = [
|
|
95
95
|
{
|
|
96
96
|
name: 'mediabunny',
|
|
97
|
-
version: '1.
|
|
97
|
+
version: '1.39.2',
|
|
98
98
|
description: 'Multimedia library used by Remotion',
|
|
99
99
|
docsUrl: 'https://www.remotion.dev/docs/mediabunny/version',
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
name: '@mediabunny/ac3',
|
|
103
|
-
version: '1.
|
|
103
|
+
version: '1.39.2',
|
|
104
104
|
description: 'AC-3 and E-AC-3 audio codec support for Mediabunny',
|
|
105
105
|
docsUrl: 'https://www.remotion.dev/docs/mediabunny/formats#ac-3-and-e-ac-3',
|
|
106
106
|
},
|
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.437",
|
|
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.437"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@remotion/renderer": "4.0.
|
|
27
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
26
|
+
"@remotion/renderer": "4.0.437",
|
|
27
|
+
"@remotion/eslint-config-internal": "4.0.437",
|
|
28
28
|
"eslint": "9.19.0",
|
|
29
29
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
30
30
|
},
|