@remotion/lambda-client 4.0.263 → 4.0.264
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/.turbo/turbo-make.log +2 -2
- package/dist/esm/index.mjs +2 -2
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
package/.turbo/turbo-make.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/lambda-client@4.0.
|
|
3
|
+
> @remotion/lambda-client@4.0.264 make /Users/jonathanburger/remotion/packages/lambda-client
|
|
4
4
|
> tsc -d && bun --env-file=../.env.bundle bundle.ts
|
|
5
5
|
|
|
6
|
-
[0m[2m[[
|
|
6
|
+
[0m[2m[[1m47.34ms[0m[2m][0m Generated.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -230,7 +230,7 @@ var require_log_level = __commonJS((exports) => {
|
|
|
230
230
|
var require_version = __commonJS((exports) => {
|
|
231
231
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
232
232
|
exports.VERSION = undefined;
|
|
233
|
-
exports.VERSION = "4.0.
|
|
233
|
+
exports.VERSION = "4.0.264";
|
|
234
234
|
});
|
|
235
235
|
var require_find_closest_package_json = __commonJS((exports) => {
|
|
236
236
|
var __importDefault = exports && exports.__importDefault || function(mod) {
|
|
@@ -2301,7 +2301,7 @@ var validateFramesPerFunction = ({
|
|
|
2301
2301
|
};
|
|
2302
2302
|
var import_error_handling = __toESM(require_error_handling(), 1);
|
|
2303
2303
|
var import_streaming2 = __toESM(require_dist(), 1);
|
|
2304
|
-
var VERSION = "4.0.
|
|
2304
|
+
var VERSION = "4.0.264";
|
|
2305
2305
|
var min = (arr) => {
|
|
2306
2306
|
if (arr.length === 0) {
|
|
2307
2307
|
throw new Error("Array of 0 length");
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.
|
|
6
|
+
"version": "4.0.264",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"eslint": "9.19.0",
|
|
26
26
|
"next": "15.1.6",
|
|
27
27
|
"@types/mime-types": "2.1.1",
|
|
28
|
-
"@remotion/serverless-client": "4.0.
|
|
29
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
28
|
+
"@remotion/serverless-client": "4.0.264",
|
|
29
|
+
"@remotion/eslint-config-internal": "4.0.264"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|