@remotion/studio-shared 4.0.408 → 4.0.409

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.
@@ -232,7 +232,7 @@ exports.installableMap = {
232
232
  rive: true,
233
233
  shapes: true,
234
234
  skia: true,
235
- skills: true,
235
+ skills: false,
236
236
  'promo-pages': false,
237
237
  streaming: false,
238
238
  serverless: false,
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.408",
6
+ "version": "4.0.409",
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.408"
22
+ "remotion": "4.0.409"
23
23
  },
24
24
  "devDependencies": {
25
- "@remotion/renderer": "4.0.408",
26
- "@remotion/eslint-config-internal": "4.0.408",
25
+ "@remotion/renderer": "4.0.409",
26
+ "@remotion/eslint-config-internal": "4.0.409",
27
27
  "eslint": "9.19.0"
28
28
  },
29
29
  "publishConfig": {