@remotion/lambda-client 4.0.378 → 4.0.379
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 +4 -1
- package/dist/esm/index.mjs +4 -1
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -66555,7 +66555,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
|
|
|
66555
66555
|
}
|
|
66556
66556
|
}
|
|
66557
66557
|
};
|
|
66558
|
-
var VERSION = "4.0.
|
|
66558
|
+
var VERSION = "4.0.379";
|
|
66559
66559
|
var isColorSupported = () => {
|
|
66560
66560
|
const env = process.env || {};
|
|
66561
66561
|
const isForceDisabled = "NO_COLOR" in env;
|
|
@@ -70267,6 +70267,9 @@ var isFlakyError = (err) => {
|
|
|
70267
70267
|
if (message.includes("ServiceException: We currently do not have sufficient capacity in the region you requested")) {
|
|
70268
70268
|
return true;
|
|
70269
70269
|
}
|
|
70270
|
+
if (message.includes("Page crashed!")) {
|
|
70271
|
+
return true;
|
|
70272
|
+
}
|
|
70270
70273
|
return false;
|
|
70271
70274
|
};
|
|
70272
70275
|
|
package/dist/esm/index.mjs
CHANGED
|
@@ -65898,7 +65898,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
|
|
|
65898
65898
|
}
|
|
65899
65899
|
}
|
|
65900
65900
|
};
|
|
65901
|
-
var VERSION = "4.0.
|
|
65901
|
+
var VERSION = "4.0.379";
|
|
65902
65902
|
var isColorSupported = () => {
|
|
65903
65903
|
const env = process.env || {};
|
|
65904
65904
|
const isForceDisabled = "NO_COLOR" in env;
|
|
@@ -69610,6 +69610,9 @@ var isFlakyError = (err) => {
|
|
|
69610
69610
|
if (message.includes("ServiceException: We currently do not have sufficient capacity in the region you requested")) {
|
|
69611
69611
|
return true;
|
|
69612
69612
|
}
|
|
69613
|
+
if (message.includes("Page crashed!")) {
|
|
69614
|
+
return true;
|
|
69615
|
+
}
|
|
69613
69616
|
return false;
|
|
69614
69617
|
};
|
|
69615
69618
|
|
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.379",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"scripts": {
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@aws-sdk/lib-storage": "3.936.0",
|
|
27
27
|
"mime-types": "2.1.34",
|
|
28
28
|
"@aws-sdk/credential-provider-ini": "3.936.0",
|
|
29
|
-
"@remotion/serverless-client": "4.0.
|
|
29
|
+
"@remotion/serverless-client": "4.0.379",
|
|
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.379",
|
|
33
33
|
"eslint": "9.19.0",
|
|
34
34
|
"next": "16.0.0",
|
|
35
35
|
"@types/mime-types": "2.1.1"
|