@remotion/cloudrun 4.0.291 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/cloudrun@4.0.291 make /Users/jonathanburger/remotion/packages/cloudrun
3
+ > @remotion/cloudrun@4.0.293 make /Users/jonathanburger/remotion/packages/cloudrun
4
4
  > tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json
5
5
 
@@ -26,7 +26,7 @@ const internalRenderMediaOnCloudrunRaw = async ({ cloudRunUrl, serviceName, regi
26
26
  composition,
27
27
  serveUrl,
28
28
  codec: actualCodec,
29
- serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
29
+ serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
30
30
  indent: undefined,
31
31
  staticBase: null,
32
32
  data: inputProps !== null && inputProps !== void 0 ? inputProps : {},
@@ -48,7 +48,7 @@ const internalRenderStillOnCloudRun = async ({ cloudRunUrl, serviceName, region,
48
48
  const data = {
49
49
  composition,
50
50
  serveUrl,
51
- serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
51
+ serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
52
52
  indent: undefined,
53
53
  staticBase: null,
54
54
  data: inputProps !== null && inputProps !== void 0 ? inputProps : {},
@@ -95,7 +95,7 @@ const renderCommand = async (args, remotionRoot, logLevel) => {
95
95
  logLevel,
96
96
  width,
97
97
  server: await server,
98
- serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
98
+ serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
99
99
  data: inputProps,
100
100
  indent: undefined,
101
101
  staticBase: null,
@@ -74,7 +74,7 @@ const stillCommand = async (args, remotionRoot, logLevel) => {
74
74
  browserExecutable,
75
75
  chromiumOptions,
76
76
  envVariables,
77
- serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
77
+ serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
78
78
  data: inputProps,
79
79
  indent: undefined,
80
80
  staticBase: null,
@@ -87,7 +87,7 @@ const renderMediaSingleThread = async (body, res) => {
87
87
  codec: body.codec,
88
88
  outputLocation: tempFilePath,
89
89
  serializedInputPropsWithCustomSchema: body.serializedInputPropsWithCustomSchema,
90
- serializedResolvedPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
90
+ serializedResolvedPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
91
91
  data: composition.props,
92
92
  indent: undefined,
93
93
  staticBase: null,
@@ -42,7 +42,7 @@ const renderStillSingleThread = async (body, res) => {
42
42
  serveUrl: body.serveUrl,
43
43
  output: tempFilePath,
44
44
  serializedInputPropsWithCustomSchema: body.serializedInputPropsWithCustomSchema,
45
- serializedResolvedPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
45
+ serializedResolvedPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithSpecialTypes({
46
46
  data: composition.props,
47
47
  indent: undefined,
48
48
  staticBase: null,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
4
4
  },
5
5
  "name": "@remotion/cloudrun",
6
- "version": "4.0.291",
6
+ "version": "4.0.293",
7
7
  "description": "Render Remotion videos on Google Cloud Run",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -16,16 +16,16 @@
16
16
  "@google-cloud/logging": "11.2.0",
17
17
  "google-auth-library": "8.7.0",
18
18
  "zod": "3.22.3",
19
- "@remotion/bundler": "4.0.291",
20
- "@remotion/renderer": "4.0.291",
21
- "@remotion/cli": "4.0.291",
22
- "remotion": "4.0.291"
19
+ "@remotion/bundler": "4.0.293",
20
+ "@remotion/cli": "4.0.293",
21
+ "remotion": "4.0.293",
22
+ "@remotion/renderer": "4.0.293"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
26
  "eslint": "9.19.0",
27
- "@remotion/eslint-config-internal": "4.0.291",
28
- "@remotion/compositor-linux-x64-gnu": "4.0.291"
27
+ "@remotion/compositor-linux-x64-gnu": "4.0.293",
28
+ "@remotion/eslint-config-internal": "4.0.293"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",