@remotion/lambda 4.0.460 → 4.0.462

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.
@@ -24,7 +24,6 @@ type OptionalParameters = {
24
24
  keyboardShortcutsEnabled?: boolean;
25
25
  askAIEnabled?: boolean;
26
26
  experimentalClientSideRenderingEnabled?: boolean;
27
- experimentalVisualModeEnabled?: boolean;
28
27
  rspack?: boolean;
29
28
  };
30
29
  privacy: 'public' | 'no-acl';
@@ -14,7 +14,7 @@ const get_s3_operations_1 = require("../shared/get-s3-operations");
14
14
  const validate_site_name_1 = require("../shared/validate-site-name");
15
15
  const mandatoryDeploySite = async ({ bucketName, entryPoint, siteName, options, region, privacy, gitSource, throwIfSiteExists, providerSpecifics, forcePathStyle, fullClientSpecifics, requestHandler, }) => {
16
16
  var _a, _b;
17
- var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
17
+ var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
18
18
  lambda_client_1.LambdaClientInternals.validateAwsRegion(region);
19
19
  (0, serverless_1.validateBucketName)({
20
20
  bucketName,
@@ -66,10 +66,10 @@ const mandatoryDeploySite = async ({ bucketName, entryPoint, siteName, options,
66
66
  askAIEnabled: (_j = options === null || options === void 0 ? void 0 : options.askAIEnabled) !== null && _j !== void 0 ? _j : true,
67
67
  audioLatencyHint: null,
68
68
  experimentalClientSideRenderingEnabled: (_k = options === null || options === void 0 ? void 0 : options.experimentalClientSideRenderingEnabled) !== null && _k !== void 0 ? _k : false,
69
- experimentalVisualModeEnabled: (_l = options === null || options === void 0 ? void 0 : options.experimentalVisualModeEnabled) !== null && _l !== void 0 ? _l : false,
70
- keyboardShortcutsEnabled: (_m = options === null || options === void 0 ? void 0 : options.keyboardShortcutsEnabled) !== null && _m !== void 0 ? _m : true,
69
+ keyboardShortcutsEnabled: (_l = options === null || options === void 0 ? void 0 : options.keyboardShortcutsEnabled) !== null && _l !== void 0 ? _l : true,
71
70
  renderDefaults: null,
72
- rspack: (_o = options === null || options === void 0 ? void 0 : options.rspack) !== null && _o !== void 0 ? _o : false,
71
+ rspack: (_m = options === null || options === void 0 ? void 0 : options.rspack) !== null && _m !== void 0 ? _m : false,
72
+ symlinkPublicDir: false,
73
73
  }),
74
74
  ]);
75
75
  if (throwIfSiteExists && files.length > 0) {
@@ -98,7 +98,7 @@ const mandatoryDeploySite = async ({ bucketName, entryPoint, siteName, options,
98
98
  bucket: bucketName,
99
99
  region,
100
100
  localDir: bundled,
101
- onProgress: (_p = options === null || options === void 0 ? void 0 : options.onUploadProgress) !== null && _p !== void 0 ? _p : (() => undefined),
101
+ onProgress: (_o = options === null || options === void 0 ? void 0 : options.onUploadProgress) !== null && _o !== void 0 ? _o : (() => undefined),
102
102
  keyPrefix: subFolder,
103
103
  privacy: privacy !== null && privacy !== void 0 ? privacy : 'public',
104
104
  toUpload,
@@ -16,7 +16,7 @@ const progress_bar_1 = require("../../helpers/progress-bar");
16
16
  const quit_1 = require("../../helpers/quit");
17
17
  const log_1 = require("../../log");
18
18
  exports.SITES_CREATE_SUBCOMMAND = 'create';
19
- const { folderExpiryOption, publicDirOption, throwIfSiteExistsOption, disableGitSourceOption, askAIOption, experimentalClientSideRenderingOption, experimentalVisualModeOption, keyboardShortcutsOption, } = client_1.BrowserSafeApis.options;
19
+ const { folderExpiryOption, publicDirOption, throwIfSiteExistsOption, disableGitSourceOption, askAIOption, experimentalClientSideRenderingOption, keyboardShortcutsOption, } = client_1.BrowserSafeApis.options;
20
20
  const sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation) => {
21
21
  var _a, _b, _c, _d, _e;
22
22
  const { file, reason } = cli_1.CliInternals.findEntryPoint({
@@ -114,9 +114,6 @@ const sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementatio
114
114
  const experimentalClientSideRenderingEnabled = experimentalClientSideRenderingOption.getValue({
115
115
  commandLine: cli_1.CliInternals.parsedCli,
116
116
  }).value;
117
- const experimentalVisualModeEnabled = experimentalVisualModeOption.getValue({
118
- commandLine: cli_1.CliInternals.parsedCli,
119
- }).value;
120
117
  const keyboardShortcutsEnabled = keyboardShortcutsOption.getValue({
121
118
  commandLine: cli_1.CliInternals.parsedCli,
122
119
  }).value;
@@ -164,7 +161,6 @@ const sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementatio
164
161
  bypassBucketNameValidation: Boolean(args_1.parsedLambdaCli['force-bucket-name']),
165
162
  askAIEnabled,
166
163
  experimentalClientSideRenderingEnabled,
167
- experimentalVisualModeEnabled,
168
164
  keyboardShortcutsEnabled,
169
165
  },
170
166
  region: (0, get_aws_region_1.getAwsRegion)(),
@@ -8604,10 +8604,9 @@ var require_package = __commonJS((exports, module) => {
8604
8604
  url: "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
8605
8605
  },
8606
8606
  name: "@remotion/lambda",
8607
- version: "4.0.460",
8607
+ version: "4.0.462",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
- sideEffects: false,
8611
8610
  scripts: {
8612
8611
  formatting: "oxfmt src --check",
8613
8612
  format: "oxfmt src",
@@ -8642,7 +8641,7 @@ var require_package = __commonJS((exports, module) => {
8642
8641
  },
8643
8642
  devDependencies: {
8644
8643
  "@remotion/bundler": "workspace:*",
8645
- "@types/express": "^5.0.0",
8644
+ "@types/express": "5.0.1",
8646
8645
  express: "4.21.0",
8647
8646
  "@remotion/compositor-linux-arm64-gnu": "workspace:*",
8648
8647
  "@remotion/eslint-config-internal": "workspace:*",
@@ -10181,10 +10180,10 @@ var mandatoryDeploySite = async ({
10181
10180
  askAIEnabled: options?.askAIEnabled ?? true,
10182
10181
  audioLatencyHint: null,
10183
10182
  experimentalClientSideRenderingEnabled: options?.experimentalClientSideRenderingEnabled ?? false,
10184
- experimentalVisualModeEnabled: options?.experimentalVisualModeEnabled ?? false,
10185
10183
  keyboardShortcutsEnabled: options?.keyboardShortcutsEnabled ?? true,
10186
10184
  renderDefaults: null,
10187
- rspack: options?.rspack ?? false
10185
+ rspack: options?.rspack ?? false,
10186
+ symlinkPublicDir: false
10188
10187
  })
10189
10188
  ]);
10190
10189
  if (throwIfSiteExists && files.length > 0) {
@@ -12173,7 +12172,6 @@ var {
12173
12172
  disableGitSourceOption,
12174
12173
  askAIOption,
12175
12174
  experimentalClientSideRenderingOption,
12176
- experimentalVisualModeOption,
12177
12175
  keyboardShortcutsOption
12178
12176
  } = BrowserSafeApis4.options;
12179
12177
  var sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation) => {
@@ -12270,9 +12268,6 @@ var sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation)
12270
12268
  const experimentalClientSideRenderingEnabled = experimentalClientSideRenderingOption.getValue({
12271
12269
  commandLine: CliInternals16.parsedCli
12272
12270
  }).value;
12273
- const experimentalVisualModeEnabled = experimentalVisualModeOption.getValue({
12274
- commandLine: CliInternals16.parsedCli
12275
- }).value;
12276
12271
  const keyboardShortcutsEnabled = keyboardShortcutsOption.getValue({
12277
12272
  commandLine: CliInternals16.parsedCli
12278
12273
  }).value;
@@ -12320,7 +12315,6 @@ var sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation)
12320
12315
  bypassBucketNameValidation: Boolean(parsedLambdaCli["force-bucket-name"]),
12321
12316
  askAIEnabled,
12322
12317
  experimentalClientSideRenderingEnabled,
12323
- experimentalVisualModeEnabled,
12324
12318
  keyboardShortcutsEnabled
12325
12319
  },
12326
12320
  region: getAwsRegion(),
package/package.json CHANGED
@@ -3,10 +3,9 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.460",
6
+ "version": "4.0.462",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
- "sideEffects": false,
10
9
  "scripts": {
11
10
  "formatting": "oxfmt src --check",
12
11
  "format": "oxfmt src",
@@ -29,33 +28,33 @@
29
28
  "@aws-sdk/client-cloudwatch-logs": "3.986.0",
30
29
  "@aws-sdk/client-service-quotas": "3.986.0",
31
30
  "@aws-sdk/lib-storage": "3.986.0",
32
- "@remotion/bundler": "4.0.460",
33
- "@remotion/cli": "4.0.460",
34
- "@remotion/lambda-client": "4.0.460",
35
- "@remotion/renderer": "4.0.460",
36
- "@remotion/serverless": "4.0.460",
37
- "@remotion/streaming": "4.0.460",
31
+ "@remotion/bundler": "4.0.462",
32
+ "@remotion/cli": "4.0.462",
33
+ "@remotion/lambda-client": "4.0.462",
34
+ "@remotion/renderer": "4.0.462",
35
+ "@remotion/serverless": "4.0.462",
36
+ "@remotion/streaming": "4.0.462",
38
37
  "@smithy/abort-controller": "4.0.1",
39
- "remotion": "4.0.460",
38
+ "remotion": "4.0.462",
40
39
  "zod": "4.3.6"
41
40
  },
42
41
  "devDependencies": {
43
- "@remotion/bundler": "4.0.460",
44
- "@types/express": "^5.0.0",
42
+ "@remotion/bundler": "4.0.462",
43
+ "@types/express": "5.0.1",
45
44
  "express": "4.21.0",
46
- "@remotion/compositor-linux-arm64-gnu": "4.0.460",
47
- "@remotion/eslint-config-internal": "4.0.460",
45
+ "@remotion/compositor-linux-arm64-gnu": "4.0.462",
46
+ "@remotion/eslint-config-internal": "4.0.462",
48
47
  "mime-types": "2.1.34",
49
48
  "@types/mime-types": "2.1.1",
50
49
  "@types/minimist": "1.2.2",
51
50
  "eslint": "9.19.0",
52
- "next": "16.2.3",
51
+ "next": "16.2.6",
53
52
  "pureimage": "0.4.13",
54
53
  "@types/node": "20.12.14",
55
54
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
56
55
  },
57
56
  "peerDependencies": {
58
- "@remotion/bundler": "4.0.460"
57
+ "@remotion/bundler": "4.0.462"
59
58
  },
60
59
  "publishConfig": {
61
60
  "access": "public"
Binary file