@remotion/lambda-client 4.0.428 → 4.0.430

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @remotion/lambda-client
2
-
2
+
3
3
  ## Usage
4
-
4
+
5
5
  This is an internal package and has no documentation.
package/dist/cjs/index.js CHANGED
@@ -4182,7 +4182,7 @@ var require_serde = __commonJS((exports2) => {
4182
4182
  }
4183
4183
  return value.slice(idx);
4184
4184
  };
4185
- var LazyJsonString = function LazyJsonString(val) {
4185
+ var LazyJsonString = function LazyJsonString2(val) {
4186
4186
  const str = Object.assign(new String(val), {
4187
4187
  deserializeJSON() {
4188
4188
  return JSON.parse(String(val));
@@ -5736,7 +5736,7 @@ var require_dist_cjs19 = __commonJS((exports2) => {
5736
5736
  return httpRequest;
5737
5737
  }
5738
5738
  }
5739
- var createIsIdentityExpiredFunction = (expirationMs) => function isIdentityExpired(identity) {
5739
+ var createIsIdentityExpiredFunction = (expirationMs) => function isIdentityExpired2(identity) {
5740
5740
  return doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
5741
5741
  };
5742
5742
  var EXPIRATION_MS = 300000;
@@ -70578,7 +70578,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
70578
70578
  }
70579
70579
  }
70580
70580
  };
70581
- var VERSION = "4.0.428";
70581
+ var VERSION = "4.0.430";
70582
70582
  var isColorSupported = () => {
70583
70583
  const env = process.env || {};
70584
70584
  const isForceDisabled = "NO_COLOR" in env;
@@ -1,7 +1,7 @@
1
+ import type { StorageClass } from '@aws-sdk/client-s3';
1
2
  import type { _InternalTypes, AudioCodec, BrowserSafeApis, ChromiumOptions, ColorSpace, DeleteAfter, DownloadBehavior, FrameRange, LogLevel, OutNameInput, PixelFormat, Privacy, ServerlessCodec, ServerlessStartPayload, ServerlessStatusPayload, ToOptions, VideoImageFormat, WebhookOption, X264Preset } from '@remotion/serverless-client';
2
3
  import { ServerlessRoutines } from '@remotion/serverless-client';
3
4
  import type { AwsProvider } from './aws-provider';
4
- import type { StorageClass } from '@aws-sdk/client-s3';
5
5
  import type { GetRenderProgressInput } from './get-render-progress';
6
6
  import type { AwsRegion } from './regions';
7
7
  import type { RenderStillOnLambdaNonNullInput } from './render-still-on-lambda';
@@ -1,5 +1,5 @@
1
- import type { BrowserSafeApis, ChromiumOptions, DownloadBehavior, StillImageFormat, ToOptions } from '@remotion/serverless-client';
2
1
  import type { StorageClass } from '@aws-sdk/client-s3';
2
+ import type { BrowserSafeApis, ChromiumOptions, DownloadBehavior, StillImageFormat, ToOptions } from '@remotion/serverless-client';
3
3
  import type { CostsInfo, OutNameInput, Privacy, ReceivedArtifact } from '@remotion/serverless-client';
4
4
  import { type AwsProvider } from './aws-provider';
5
5
  import type { AwsRegion } from './regions';
@@ -4160,7 +4160,7 @@ var require_serde = __commonJS((exports) => {
4160
4160
  }
4161
4161
  return value.slice(idx);
4162
4162
  };
4163
- var LazyJsonString = function LazyJsonString(val) {
4163
+ var LazyJsonString = function LazyJsonString2(val) {
4164
4164
  const str = Object.assign(new String(val), {
4165
4165
  deserializeJSON() {
4166
4166
  return JSON.parse(String(val));
@@ -5714,7 +5714,7 @@ var require_dist_cjs19 = __commonJS((exports) => {
5714
5714
  return httpRequest;
5715
5715
  }
5716
5716
  }
5717
- var createIsIdentityExpiredFunction = (expirationMs) => function isIdentityExpired(identity) {
5717
+ var createIsIdentityExpiredFunction = (expirationMs) => function isIdentityExpired2(identity) {
5718
5718
  return doesIdentityRequireRefresh(identity) && identity.expiration.getTime() - Date.now() < expirationMs;
5719
5719
  };
5720
5720
  var EXPIRATION_MS = 300000;
@@ -69052,16 +69052,6 @@ var require_db = __commonJS((exports, module) => {
69052
69052
  };
69053
69053
  });
69054
69054
 
69055
- // ../../node_modules/.bun/mime-db@1.51.0/node_modules/mime-db/index.js
69056
- var require_mime_db = __commonJS((exports, module) => {
69057
- /*!
69058
- * mime-db
69059
- * Copyright(c) 2014 Jonathan Ong
69060
- * MIT Licensed
69061
- */
69062
- module.exports = require_db();
69063
- });
69064
-
69065
69055
  // ../../node_modules/.bun/mime-types@2.1.34/node_modules/mime-types/index.js
69066
69056
  var require_mime_types = __commonJS((exports) => {
69067
69057
  /*!
@@ -69070,7 +69060,7 @@ var require_mime_types = __commonJS((exports) => {
69070
69060
  * Copyright(c) 2015 Douglas Christopher Wilson
69071
69061
  * MIT Licensed
69072
69062
  */
69073
- var db = require_mime_db();
69063
+ var db = require_db();
69074
69064
  var extname = __require("path").extname;
69075
69065
  var EXTRACT_TYPE_REGEXP = /^\s*([^;\s]*)(?:;|\s|$)/;
69076
69066
  var TEXT_TYPE_REGEXP = /^text\//i;
@@ -69921,7 +69911,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
69921
69911
  }
69922
69912
  }
69923
69913
  };
69924
- var VERSION = "4.0.428";
69914
+ var VERSION = "4.0.430";
69925
69915
  var isColorSupported = () => {
69926
69916
  const env = process.env || {};
69927
69917
  const isForceDisabled = "NO_COLOR" in env;
package/package.json CHANGED
@@ -3,11 +3,12 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda-client"
4
4
  },
5
5
  "name": "@remotion/lambda-client",
6
- "version": "4.0.428",
6
+ "version": "4.0.430",
7
7
  "main": "dist/cjs/index.js",
8
8
  "sideEffects": false,
9
9
  "scripts": {
10
- "formatting": "prettier src --check",
10
+ "formatting": "oxfmt src --check",
11
+ "format": "oxfmt src",
11
12
  "test": "bun test src",
12
13
  "lint": "eslint src",
13
14
  "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
@@ -26,10 +27,10 @@
26
27
  "@aws-sdk/lib-storage": "3.986.0",
27
28
  "mime-types": "2.1.34",
28
29
  "@aws-sdk/credential-provider-ini": "3.972.5",
29
- "@remotion/serverless-client": "4.0.428",
30
+ "@remotion/serverless-client": "4.0.429",
30
31
  "@types/express": "^5.0.0",
31
32
  "express": "4.21.0",
32
- "@remotion/eslint-config-internal": "4.0.428",
33
+ "@remotion/eslint-config-internal": "4.0.429",
33
34
  "eslint": "9.19.0",
34
35
  "next": "16.1.5",
35
36
  "@types/mime-types": "2.1.1",