@remotion/cloudrun 4.0.70 → 4.0.72
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/.turbo/turbo-build.log +3 -3
- package/dist/api/render-media-on-cloudrun.js +2 -2
- package/dist/api/render-still-on-cloudrun.js +2 -2
- package/dist/cli/commands/render/index.js +2 -2
- package/dist/cli/commands/still.js +2 -2
- package/dist/functions/render-media-single-thread.js +2 -2
- package/dist/functions/render-still-single-thread.js +2 -2
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @remotion/cloudrun@4.0.
|
|
2
|
+
> @remotion/cloudrun@4.0.71 build /Users/jonathanburger/remotion/packages/cloudrun
|
|
3
3
|
> tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json && pnpm run buildContainer && pnpm run tarInstaller
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @remotion/cloudrun@4.0.
|
|
6
|
+
> @remotion/cloudrun@4.0.71 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
|
|
7
7
|
> ts-node src/admin/bundle-renderLogic.ts
|
|
8
8
|
|
|
9
9
|
distribution bundled.
|
|
10
10
|
|
|
11
|
-
> @remotion/cloudrun@4.0.
|
|
11
|
+
> @remotion/cloudrun@4.0.71 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
|
|
12
12
|
> ts-node src/admin/bundle-installer.ts
|
|
13
13
|
|
|
14
14
|
Making reproducible build with gtar
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.renderMediaOnCloudrun = exports.internalRenderMediaOnCloudrun = void 0;
|
|
4
4
|
const renderer_1 = require("@remotion/renderer");
|
|
5
5
|
const pure_1 = require("@remotion/renderer/pure");
|
|
6
|
-
const
|
|
6
|
+
const no_react_1 = require("remotion/no-react");
|
|
7
7
|
const validate_gcp_codec_1 = require("../shared/validate-gcp-codec");
|
|
8
8
|
const validate_privacy_1 = require("../shared/validate-privacy");
|
|
9
9
|
const validate_serveurl_1 = require("../shared/validate-serveurl");
|
|
@@ -25,7 +25,7 @@ const internalRenderMediaOnCloudrunRaw = async ({ cloudRunUrl, serviceName, regi
|
|
|
25
25
|
composition,
|
|
26
26
|
serveUrl,
|
|
27
27
|
codec: actualCodec,
|
|
28
|
-
serializedInputPropsWithCustomSchema:
|
|
28
|
+
serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
|
|
29
29
|
indent: undefined,
|
|
30
30
|
staticBase: null,
|
|
31
31
|
data: inputProps !== null && inputProps !== void 0 ? inputProps : {},
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.renderStillOnCloudrun = void 0;
|
|
4
4
|
const renderer_1 = require("@remotion/renderer");
|
|
5
5
|
const pure_1 = require("@remotion/renderer/pure");
|
|
6
|
-
const
|
|
6
|
+
const no_react_1 = require("remotion/no-react");
|
|
7
7
|
const validate_privacy_1 = require("../shared/validate-privacy");
|
|
8
8
|
const validate_serveurl_1 = require("../shared/validate-serveurl");
|
|
9
9
|
const get_or_create_bucket_1 = require("./get-or-create-bucket");
|
|
@@ -46,7 +46,7 @@ const renderStillOnCloudrunRaw = async ({ cloudRunUrl, serviceName, region, serv
|
|
|
46
46
|
const data = {
|
|
47
47
|
composition,
|
|
48
48
|
serveUrl,
|
|
49
|
-
serializedInputPropsWithCustomSchema:
|
|
49
|
+
serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
|
|
50
50
|
indent: undefined,
|
|
51
51
|
staticBase: null,
|
|
52
52
|
data: inputProps !== null && inputProps !== void 0 ? inputProps : {},
|
|
@@ -4,7 +4,7 @@ exports.renderCommand = exports.RENDER_COMMAND = void 0;
|
|
|
4
4
|
const cli_1 = require("@remotion/cli");
|
|
5
5
|
const config_1 = require("@remotion/cli/config");
|
|
6
6
|
const renderer_1 = require("@remotion/renderer");
|
|
7
|
-
const
|
|
7
|
+
const no_react_1 = require("remotion/no-react");
|
|
8
8
|
const download_file_1 = require("../../../api/download-file");
|
|
9
9
|
const render_media_on_cloudrun_1 = require("../../../api/render-media-on-cloudrun");
|
|
10
10
|
const validate_serveurl_1 = require("../../../shared/validate-serveurl");
|
|
@@ -63,7 +63,7 @@ const renderCommand = async (args, remotionRoot, logLevel) => {
|
|
|
63
63
|
logLevel,
|
|
64
64
|
width,
|
|
65
65
|
server: await server,
|
|
66
|
-
serializedInputPropsWithCustomSchema:
|
|
66
|
+
serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
|
|
67
67
|
data: inputProps,
|
|
68
68
|
indent: undefined,
|
|
69
69
|
staticBase: null,
|
|
@@ -4,7 +4,7 @@ exports.stillCommand = exports.STILL_COMMAND = void 0;
|
|
|
4
4
|
const cli_1 = require("@remotion/cli");
|
|
5
5
|
const config_1 = require("@remotion/cli/config");
|
|
6
6
|
const renderer_1 = require("@remotion/renderer");
|
|
7
|
-
const
|
|
7
|
+
const no_react_1 = require("remotion/no-react");
|
|
8
8
|
const download_file_1 = require("../../api/download-file");
|
|
9
9
|
const render_still_on_cloudrun_1 = require("../../api/render-still-on-cloudrun");
|
|
10
10
|
const validate_serveurl_1 = require("../../shared/validate-serveurl");
|
|
@@ -46,7 +46,7 @@ const stillCommand = async (args, remotionRoot, logLevel) => {
|
|
|
46
46
|
browserExecutable,
|
|
47
47
|
chromiumOptions,
|
|
48
48
|
envVariables,
|
|
49
|
-
serializedInputPropsWithCustomSchema:
|
|
49
|
+
serializedInputPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
|
|
50
50
|
data: inputProps,
|
|
51
51
|
indent: undefined,
|
|
52
52
|
staticBase: null,
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.renderMediaSingleThread = void 0;
|
|
4
4
|
const storage_1 = require("@google-cloud/storage");
|
|
5
5
|
const renderer_1 = require("@remotion/renderer");
|
|
6
|
-
const
|
|
6
|
+
const no_react_1 = require("remotion/no-react");
|
|
7
7
|
const random_hash_1 = require("../shared/random-hash");
|
|
8
8
|
const get_composition_from_body_1 = require("./helpers/get-composition-from-body");
|
|
9
9
|
const write_cloudrun_error_1 = require("./helpers/write-cloudrun-error");
|
|
@@ -41,7 +41,7 @@ const renderMediaSingleThread = async (body, res) => {
|
|
|
41
41
|
codec: body.codec,
|
|
42
42
|
outputLocation: tempFilePath,
|
|
43
43
|
serializedInputPropsWithCustomSchema: body.serializedInputPropsWithCustomSchema,
|
|
44
|
-
serializedResolvedPropsWithCustomSchema:
|
|
44
|
+
serializedResolvedPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
|
|
45
45
|
data: composition.props,
|
|
46
46
|
indent: undefined,
|
|
47
47
|
staticBase: null,
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.renderStillSingleThread = void 0;
|
|
4
4
|
const storage_1 = require("@google-cloud/storage");
|
|
5
5
|
const renderer_1 = require("@remotion/renderer");
|
|
6
|
-
const
|
|
6
|
+
const no_react_1 = require("remotion/no-react");
|
|
7
7
|
const log_1 = require("../cli/log");
|
|
8
8
|
const random_hash_1 = require("../shared/random-hash");
|
|
9
9
|
const get_composition_from_body_1 = require("./helpers/get-composition-from-body");
|
|
@@ -34,7 +34,7 @@ const renderStillSingleThread = async (body, res) => {
|
|
|
34
34
|
serveUrl: body.serveUrl,
|
|
35
35
|
output: tempFilePath,
|
|
36
36
|
serializedInputPropsWithCustomSchema: body.serializedInputPropsWithCustomSchema,
|
|
37
|
-
serializedResolvedPropsWithCustomSchema:
|
|
37
|
+
serializedResolvedPropsWithCustomSchema: no_react_1.NoReactInternals.serializeJSONWithDate({
|
|
38
38
|
data: composition.props,
|
|
39
39
|
indent: undefined,
|
|
40
40
|
staticBase: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cloudrun",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.72",
|
|
4
4
|
"description": "GCP Cloud Run alternative to lambda rendering",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dependencies": {
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"@google-cloud/logging": "^10.5.0",
|
|
13
13
|
"google-auth-library": "^8.7.0",
|
|
14
14
|
"zod": "^3.22.3",
|
|
15
|
-
"@remotion/bundler": "4.0.
|
|
16
|
-
"@remotion/cli": "4.0.
|
|
17
|
-
"@remotion/renderer": "4.0.
|
|
18
|
-
"remotion": "4.0.
|
|
15
|
+
"@remotion/bundler": "4.0.72",
|
|
16
|
+
"@remotion/cli": "4.0.72",
|
|
17
|
+
"@remotion/renderer": "4.0.72",
|
|
18
|
+
"remotion": "4.0.72"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@jonny/eslint-config": "3.0.276",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
27
27
|
"ts-node": "^10.8.0",
|
|
28
28
|
"vitest": "0.31.1",
|
|
29
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
29
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.72"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
"./package.json": "./package.json",
|