@remotion/lambda 4.0.429 → 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.
@@ -8493,16 +8493,6 @@ var require_db = __commonJS((exports, module) => {
8493
8493
  };
8494
8494
  });
8495
8495
 
8496
- // ../../node_modules/.bun/mime-db@1.51.0/node_modules/mime-db/index.js
8497
- var require_mime_db = __commonJS((exports, module) => {
8498
- /*!
8499
- * mime-db
8500
- * Copyright(c) 2014 Jonathan Ong
8501
- * MIT Licensed
8502
- */
8503
- module.exports = require_db();
8504
- });
8505
-
8506
8496
  // ../../node_modules/.bun/mime-types@2.1.34/node_modules/mime-types/index.js
8507
8497
  var require_mime_types = __commonJS((exports) => {
8508
8498
  /*!
@@ -8511,7 +8501,7 @@ var require_mime_types = __commonJS((exports) => {
8511
8501
  * Copyright(c) 2015 Douglas Christopher Wilson
8512
8502
  * MIT Licensed
8513
8503
  */
8514
- var db = require_mime_db();
8504
+ var db = require_db();
8515
8505
  var extname = __require("path").extname;
8516
8506
  var EXTRACT_TYPE_REGEXP = /^\s*([^;\s]*)(?:;|\s|$)/;
8517
8507
  var TEXT_TYPE_REGEXP = /^text\//i;
@@ -8604,12 +8594,13 @@ var require_package = __commonJS((exports, module) => {
8604
8594
  url: "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
8605
8595
  },
8606
8596
  name: "@remotion/lambda",
8607
- version: "4.0.429",
8597
+ version: "4.0.430",
8608
8598
  description: "Render Remotion videos on AWS Lambda",
8609
8599
  main: "dist/index.js",
8610
8600
  sideEffects: false,
8611
8601
  scripts: {
8612
8602
  formatting: "oxfmt src --check",
8603
+ format: "oxfmt src",
8613
8604
  lint: "eslint src",
8614
8605
  testlambda: "exit 0",
8615
8606
  test: "bun test src/test/unit",
package/package.json CHANGED
@@ -3,12 +3,13 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.429",
6
+ "version": "4.0.430",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
10
10
  "scripts": {
11
11
  "formatting": "oxfmt src --check",
12
+ "format": "oxfmt src",
12
13
  "lint": "eslint src",
13
14
  "testlambda": "exit 0",
14
15
  "test": "bun test src/test/unit",
Binary file