@remotion/lambda-client 4.0.365 → 4.0.366
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/dist/cjs/index.js +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -67361,7 +67361,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
|
|
|
67361
67361
|
}
|
|
67362
67362
|
}
|
|
67363
67363
|
};
|
|
67364
|
-
var VERSION = "4.0.
|
|
67364
|
+
var VERSION = "4.0.366";
|
|
67365
67365
|
var isColorSupported = () => {
|
|
67366
67366
|
const env = process.env || {};
|
|
67367
67367
|
const isForceDisabled = "NO_COLOR" in env;
|
package/dist/esm/index.mjs
CHANGED
|
@@ -67314,7 +67314,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
|
|
|
67314
67314
|
}
|
|
67315
67315
|
}
|
|
67316
67316
|
};
|
|
67317
|
-
var VERSION = "4.0.
|
|
67317
|
+
var VERSION = "4.0.366";
|
|
67318
67318
|
var isColorSupported = () => {
|
|
67319
67319
|
const env = process.env || {};
|
|
67320
67320
|
const isForceDisabled = "NO_COLOR" in env;
|
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.366",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"scripts": {
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"@aws-sdk/lib-storage": "3.787.0",
|
|
27
27
|
"mime-types": "2.1.34",
|
|
28
28
|
"@aws-sdk/credential-provider-ini": "3.787.0",
|
|
29
|
-
"@remotion/serverless-client": "4.0.
|
|
29
|
+
"@remotion/serverless-client": "4.0.366",
|
|
30
30
|
"@types/express": "^5.0.0",
|
|
31
31
|
"express": "4.21.0",
|
|
32
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
32
|
+
"@remotion/eslint-config-internal": "4.0.366",
|
|
33
33
|
"eslint": "9.19.0",
|
|
34
|
-
"next": "
|
|
34
|
+
"next": "16.0.0",
|
|
35
35
|
"@types/mime-types": "2.1.1"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|