@remotion/cloudrun 4.0.133 → 4.0.134
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/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/cloudrun@4.0.
|
|
3
|
+
> @remotion/cloudrun@4.0.134 build /Users/jonathanburger/remotion/packages/cloudrun
|
|
4
4
|
> tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json && pnpm run buildContainer && pnpm run tarInstaller
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> @remotion/cloudrun@4.0.
|
|
7
|
+
> @remotion/cloudrun@4.0.134 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
|
|
8
8
|
> ts-node src/admin/bundle-renderLogic.ts
|
|
9
9
|
|
|
10
10
|
distribution bundled.
|
|
11
11
|
|
|
12
|
-
> @remotion/cloudrun@4.0.
|
|
12
|
+
> @remotion/cloudrun@4.0.134 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
|
|
13
13
|
> ts-node src/admin/bundle-installer.ts
|
|
14
14
|
|
|
15
15
|
Making reproducible build with gtar
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cloudrun",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.134",
|
|
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
|
-
"
|
|
17
|
-
"remotion": "4.0.
|
|
18
|
-
"@remotion/
|
|
15
|
+
"@remotion/bundler": "4.0.134",
|
|
16
|
+
"remotion": "4.0.134",
|
|
17
|
+
"@remotion/renderer": "4.0.134",
|
|
18
|
+
"@remotion/cli": "4.0.134"
|
|
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.4",
|
|
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.134"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
"./package.json": "./package.json",
|