@remotion/lambda 4.0.290 → 4.0.293

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.
@@ -142,7 +142,7 @@ const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics,
142
142
  envVariables,
143
143
  height,
144
144
  indent,
145
- serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
145
+ serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
146
146
  indent: undefined,
147
147
  staticBase: null,
148
148
  data: inputProps,
@@ -95,7 +95,7 @@ const stillCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }
95
95
  browserExecutable,
96
96
  chromiumOptions,
97
97
  envVariables,
98
- serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
98
+ serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
99
99
  indent: undefined,
100
100
  staticBase: null,
101
101
  data: inputProps,
@@ -8604,7 +8604,7 @@ var require_package = __commonJS((exports, module) => {
8604
8604
  url: "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
8605
8605
  },
8606
8606
  name: "@remotion/lambda",
8607
- version: "4.0.290",
8607
+ version: "4.0.293",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
8610
  sideEffects: false,
@@ -11708,7 +11708,7 @@ var renderCommand = async ({
11708
11708
  envVariables,
11709
11709
  height,
11710
11710
  indent,
11711
- serializedInputPropsWithCustomSchema: NoReactInternals2.serializeJSONWithDate({
11711
+ serializedInputPropsWithCustomSchema: NoReactInternals2.serializeJSONWithSpecialTypes({
11712
11712
  indent: undefined,
11713
11713
  staticBase: null,
11714
11714
  data: inputProps
@@ -12523,7 +12523,7 @@ var stillCommand = async ({
12523
12523
  browserExecutable,
12524
12524
  chromiumOptions,
12525
12525
  envVariables,
12526
- serializedInputPropsWithCustomSchema: NoReactInternals5.serializeJSONWithDate({
12526
+ serializedInputPropsWithCustomSchema: NoReactInternals5.serializeJSONWithSpecialTypes({
12527
12527
  indent: undefined,
12528
12528
  staticBase: null,
12529
12529
  data: inputProps
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.290",
6
+ "version": "4.0.293",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -21,13 +21,13 @@
21
21
  "@aws-sdk/lib-storage": "3.787.0",
22
22
  "@smithy/abort-controller": "4.0.1",
23
23
  "zod": "3.22.3",
24
- "@remotion/lambda-client": "4.0.290",
25
- "@remotion/renderer": "4.0.290",
26
- "@remotion/cli": "4.0.290",
27
- "@remotion/serverless": "4.0.290",
28
- "remotion": "4.0.290",
29
- "@remotion/bundler": "4.0.290",
30
- "@remotion/streaming": "4.0.290"
24
+ "@remotion/bundler": "4.0.293",
25
+ "@remotion/cli": "4.0.293",
26
+ "@remotion/renderer": "4.0.293",
27
+ "@remotion/lambda-client": "4.0.293",
28
+ "@remotion/serverless": "4.0.293",
29
+ "@remotion/streaming": "4.0.293",
30
+ "remotion": "4.0.293"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/express": "^5.0.0",
@@ -40,12 +40,12 @@
40
40
  "next": "15.2.4",
41
41
  "pureimage": "0.4.13",
42
42
  "zip-lib": "^0.7.2",
43
- "@remotion/bundler": "4.0.290",
44
- "@remotion/compositor-linux-arm64-gnu": "4.0.290",
45
- "@remotion/eslint-config-internal": "4.0.290"
43
+ "@remotion/bundler": "4.0.293",
44
+ "@remotion/eslint-config-internal": "4.0.293",
45
+ "@remotion/compositor-linux-arm64-gnu": "4.0.293"
46
46
  },
47
47
  "peerDependencies": {
48
- "@remotion/bundler": "4.0.290"
48
+ "@remotion/bundler": "4.0.293"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
Binary file