@remotion/serverless 4.0.366 → 4.0.368

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.
@@ -136,6 +136,7 @@ const renderHandler = async ({ params, options, logs, onStream, providerSpecific
136
136
  defaultCodec: null,
137
137
  defaultOutName: null,
138
138
  defaultPixelFormat: null,
139
+ defaultProResProfile: null,
139
140
  defaultVideoImageFormat: null,
140
141
  },
141
142
  imageFormat: params.imageFormat,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/serverless"
4
4
  },
5
5
  "name": "@remotion/serverless",
6
- "version": "4.0.366",
6
+ "version": "4.0.368",
7
7
  "description": "A runtime for distributed rendering",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -23,13 +23,13 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "@remotion/renderer": "4.0.366",
27
- "@remotion/bundler": "4.0.366",
28
- "@remotion/licensing": "4.0.366",
29
- "@remotion/serverless-client": "4.0.366"
26
+ "@remotion/renderer": "4.0.368",
27
+ "@remotion/bundler": "4.0.368",
28
+ "@remotion/licensing": "4.0.368",
29
+ "@remotion/serverless-client": "4.0.368"
30
30
  },
31
31
  "devDependencies": {
32
- "@remotion/eslint-config-internal": "4.0.366",
32
+ "@remotion/eslint-config-internal": "4.0.368",
33
33
  "eslint": "9.19.0"
34
34
  },
35
35
  "exports": {