@remotion/lambda-client 4.0.444 → 4.0.445
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 +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -70735,7 +70735,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
|
|
|
70735
70735
|
}
|
|
70736
70736
|
}
|
|
70737
70737
|
};
|
|
70738
|
-
var VERSION = "4.0.
|
|
70738
|
+
var VERSION = "4.0.445";
|
|
70739
70739
|
var isColorSupported = () => {
|
|
70740
70740
|
const env = process.env || {};
|
|
70741
70741
|
const isForceDisabled = "NO_COLOR" in env;
|
package/dist/esm/index.mjs
CHANGED
|
@@ -70078,7 +70078,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
|
|
|
70078
70078
|
}
|
|
70079
70079
|
}
|
|
70080
70080
|
};
|
|
70081
|
-
var VERSION = "4.0.
|
|
70081
|
+
var VERSION = "4.0.445";
|
|
70082
70082
|
var isColorSupported = () => {
|
|
70083
70083
|
const env = process.env || {};
|
|
70084
70084
|
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.445",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"scripts": {
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@aws-sdk/lib-storage": "3.986.0",
|
|
28
28
|
"mime-types": "2.1.34",
|
|
29
29
|
"@aws-sdk/credential-provider-ini": "3.972.5",
|
|
30
|
-
"@remotion/serverless-client": "4.0.
|
|
30
|
+
"@remotion/serverless-client": "4.0.445",
|
|
31
31
|
"@types/express": "^5.0.0",
|
|
32
32
|
"express": "4.21.0",
|
|
33
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
33
|
+
"@remotion/eslint-config-internal": "4.0.445",
|
|
34
34
|
"eslint": "9.19.0",
|
|
35
35
|
"next": "16.1.7",
|
|
36
36
|
"@types/mime-types": "2.1.1",
|