@remotion/cloudrun 4.0.251 → 4.0.253

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @remotion/cloudrun@4.0.250 make /Users/jonathanburger/remotion/packages/cloudrun
3
+ > @remotion/cloudrun@4.0.252 make /Users/jonathanburger/remotion/packages/cloudrun
4
4
  > tsc -d && bun build.ts
5
5
 
6
- [5.66ms] Made reproducible build with gtar
6
+ [6.26ms] Made reproducible build with gtar
package/eslint.config.mjs CHANGED
@@ -9,17 +9,6 @@ export default [
9
9
  rules: {
10
10
  ...config.rules,
11
11
  'no-console': 'error',
12
- 'no-restricted-imports': [
13
- 'error',
14
- {
15
- patterns: [
16
- '@remotion/*/src/*',
17
- '@remotion/renderer/*/src/*',
18
- '@remotion/cli/*/src/*',
19
- 'remotion/src/*',
20
- ],
21
- },
22
- ],
23
12
  },
24
13
  },
25
14
  {
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.251",
6
+ "version": "4.0.253",
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.1.0",
17
17
  "google-auth-library": "^8.7.0",
18
18
  "zod": "3.22.3",
19
- "@remotion/cli": "4.0.251",
20
- "@remotion/renderer": "4.0.251",
21
- "remotion": "4.0.251",
22
- "@remotion/bundler": "4.0.251"
19
+ "@remotion/bundler": "4.0.253",
20
+ "@remotion/cli": "4.0.253",
21
+ "@remotion/renderer": "4.0.253",
22
+ "remotion": "4.0.253"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
26
  "eslint": "9.14.0",
27
- "@remotion/eslint-config-internal": "4.0.251",
28
- "@remotion/compositor-linux-x64-gnu": "4.0.251"
27
+ "@remotion/eslint-config-internal": "4.0.253",
28
+ "@remotion/compositor-linux-x64-gnu": "4.0.253"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",