@remotion/lambda 4.0.259 → 4.0.260

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.
@@ -100,7 +100,11 @@ const sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementatio
100
100
  const disableGitSource = disableGitSourceOption.getValue({
101
101
  commandLine: cli_1.CliInternals.parsedCli,
102
102
  }).value;
103
- const gitSource = cli_1.CliInternals.getGitSource({ remotionRoot, disableGitSource });
103
+ const gitSource = cli_1.CliInternals.getGitSource({
104
+ remotionRoot,
105
+ disableGitSource,
106
+ logLevel,
107
+ });
104
108
  const { serveUrl, siteName, stats } = await internals_1.LambdaInternals.internalDeploySite({
105
109
  entryPoint: file,
106
110
  siteName: desiredSiteName !== null && desiredSiteName !== void 0 ? desiredSiteName : implementation.randomHash(),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.259",
6
+ "version": "4.0.260",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -22,12 +22,12 @@
22
22
  "@smithy/abort-controller": "3.1.1",
23
23
  "mime-types": "2.1.34",
24
24
  "zod": "3.22.3",
25
- "@remotion/bundler": "4.0.259",
26
- "@remotion/cli": "4.0.259",
27
- "@remotion/streaming": "4.0.259",
28
- "remotion": "4.0.259",
29
- "@remotion/serverless": "4.0.259",
30
- "@remotion/renderer": "4.0.259"
25
+ "@remotion/renderer": "4.0.260",
26
+ "@remotion/bundler": "4.0.260",
27
+ "@remotion/streaming": "4.0.260",
28
+ "@remotion/serverless": "4.0.260",
29
+ "remotion": "4.0.260",
30
+ "@remotion/cli": "4.0.260"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/express": "^5.0.0",
@@ -35,16 +35,16 @@
35
35
  "@types/mime-types": "2.1.1",
36
36
  "@types/minimist": "1.2.2",
37
37
  "@types/prompt": "^1.1.0",
38
- "eslint": "9.14.0",
39
- "next": "15.1.2",
38
+ "eslint": "9.19.0",
39
+ "next": "15.1.6",
40
40
  "pureimage": "0.4.13",
41
41
  "zip-lib": "^0.7.2",
42
- "@remotion/bundler": "4.0.259",
43
- "@remotion/compositor-linux-arm64-gnu": "4.0.259",
44
- "@remotion/eslint-config-internal": "4.0.259"
42
+ "@remotion/bundler": "4.0.260",
43
+ "@remotion/eslint-config-internal": "4.0.260",
44
+ "@remotion/compositor-linux-arm64-gnu": "4.0.260"
45
45
  },
46
46
  "peerDependencies": {
47
- "@remotion/bundler": "4.0.259"
47
+ "@remotion/bundler": "4.0.260"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
Binary file