@remotion/cloudrun 4.0.137 → 4.0.138
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
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
> @remotion/cloudrun@4.0.136 build /Users/jonathanburger/remotion/packages/cloudrun
|
|
2
|
+
> @remotion/cloudrun@4.0.137 build /Users/jonathanburger/remotion/packages/cloudrun
|
|
4
3
|
> tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json && pnpm run buildContainer && pnpm run tarInstaller
|
|
5
4
|
|
|
6
5
|
|
|
7
|
-
> @remotion/cloudrun@4.0.
|
|
6
|
+
> @remotion/cloudrun@4.0.137 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
|
|
8
7
|
> ts-node src/admin/bundle-renderLogic.ts
|
|
9
8
|
|
|
10
9
|
distribution bundled.
|
|
11
10
|
|
|
12
|
-
> @remotion/cloudrun@4.0.
|
|
11
|
+
> @remotion/cloudrun@4.0.137 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
|
|
13
12
|
> ts-node src/admin/bundle-installer.ts
|
|
14
13
|
|
|
15
14
|
Making reproducible build with gtar
|
|
@@ -54,7 +54,7 @@ ${[
|
|
|
54
54
|
}
|
|
55
55
|
try {
|
|
56
56
|
const deployResult = await (0, deploy_service_1.internalDeployService)({
|
|
57
|
-
performImageVersionValidation: false,
|
|
57
|
+
performImageVersionValidation: false, // this is already performed above
|
|
58
58
|
memoryLimit: memoryLimit !== null && memoryLimit !== void 0 ? memoryLimit : '2Gi',
|
|
59
59
|
cpuLimit: cpuLimit !== null && cpuLimit !== void 0 ? cpuLimit : '1.0',
|
|
60
60
|
timeoutSeconds: timeoutSeconds !== null && timeoutSeconds !== void 0 ? timeoutSeconds : constants_1.DEFAULT_TIMEOUT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cloudrun",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.138",
|
|
4
4
|
"description": "GCP Cloud Run alternative to lambda rendering",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"dependencies": {
|
|
@@ -12,21 +12,21 @@
|
|
|
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": "4.0.
|
|
17
|
-
"@remotion/
|
|
18
|
-
"
|
|
15
|
+
"@remotion/bundler": "4.0.138",
|
|
16
|
+
"@remotion/renderer": "4.0.138",
|
|
17
|
+
"@remotion/cli": "4.0.138",
|
|
18
|
+
"remotion": "4.0.138"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@jonny/eslint-config": "3.0.
|
|
21
|
+
"@jonny/eslint-config": "3.0.281",
|
|
22
22
|
"@types/node": "^18.11.2",
|
|
23
23
|
"@types/minimist": "1.2.2",
|
|
24
|
-
"eslint": "8.
|
|
25
|
-
"prettier": "3.
|
|
24
|
+
"eslint": "8.56.0",
|
|
25
|
+
"prettier": "3.2.5",
|
|
26
26
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
27
|
-
"ts-node": "
|
|
27
|
+
"ts-node": "10.9.2",
|
|
28
28
|
"vitest": "0.31.1",
|
|
29
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
29
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.138"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
"./package.json": "./package.json",
|