@remotion/renderer
Advanced tools
Comparing version 4.0.166 to 4.0.167
@@ -99,3 +99,3 @@ "use strict"; | ||
if (message === 'aborted' || | ||
message === 'ECONNRESET' || | ||
message.includes('ECONNRESET') || | ||
message.includes(incorrectContentLengthToken) || | ||
@@ -102,0 +102,0 @@ // Try again if hitting internal errors |
@@ -15,12 +15,2 @@ export declare const NoReactAPIs: { | ||
}) => void; | ||
makeStreamer: (onMessage: (statusType: "error" | "success", nonce: string, data: Uint8Array) => void) => { | ||
onData: (data: Uint8Array) => void; | ||
getOutputBuffer: () => Uint8Array; | ||
clear: () => void; | ||
}; | ||
makeStreamPayloadMessage: ({ status, body, nonce, }: { | ||
nonce: string; | ||
status: 0 | 1; | ||
body: Uint8Array; | ||
}) => Uint8Array; | ||
}; |
@@ -6,3 +6,2 @@ "use strict"; | ||
const get_extension_of_filename_1 = require("./get-extension-of-filename"); | ||
const streaming_1 = require("./streaming"); | ||
const validate_output_filename_1 = require("./validate-output-filename"); | ||
@@ -15,4 +14,2 @@ const wrap_with_error_handling_1 = require("./wrap-with-error-handling"); | ||
validateOutputFilename: validate_output_filename_1.validateOutputFilename, | ||
makeStreamer: streaming_1.makeStreamer, | ||
makeStreamPayloadMessage: streaming_1.makeStreamPayloadMessage, | ||
}; |
@@ -237,3 +237,5 @@ "use strict"; | ||
}).catch((err) => { | ||
onError(new Error(`Error while downloading asset: ${err.stack}`)); | ||
const truncateWithEllipsis = renderAsset.src.substring(0, 1000) + | ||
(renderAsset.src.length > 1000 ? '...' : ''); | ||
onError(new Error(`Error while downloading ${truncateWithEllipsis}: ${err.stack}`)); | ||
}); | ||
@@ -240,0 +242,0 @@ }); |
{ | ||
"name": "@remotion/renderer", | ||
"version": "4.0.166", | ||
"version": "4.0.167", | ||
"description": "Renderer for Remotion", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"ws": "8.7.0", | ||
"remotion": "4.0.166" | ||
"remotion": "4.0.167" | ||
}, | ||
@@ -44,12 +44,13 @@ "peerDependencies": { | ||
"vitest": "0.31.1", | ||
"@types/ws": "8.5.10" | ||
"@types/ws": "8.5.10", | ||
"@remotion/streaming": "4.0.167" | ||
}, | ||
"optionalDependencies": { | ||
"@remotion/compositor-darwin-arm64": "4.0.166", | ||
"@remotion/compositor-darwin-x64": "4.0.166", | ||
"@remotion/compositor-linux-x64-gnu": "4.0.166", | ||
"@remotion/compositor-linux-arm64-musl": "4.0.166", | ||
"@remotion/compositor-win32-x64-msvc": "4.0.166", | ||
"@remotion/compositor-linux-arm64-gnu": "4.0.166", | ||
"@remotion/compositor-linux-x64-musl": "4.0.166" | ||
"@remotion/compositor-darwin-arm64": "4.0.167", | ||
"@remotion/compositor-darwin-x64": "4.0.167", | ||
"@remotion/compositor-linux-arm64-gnu": "4.0.167", | ||
"@remotion/compositor-linux-x64-musl": "4.0.167", | ||
"@remotion/compositor-win32-x64-msvc": "4.0.167", | ||
"@remotion/compositor-linux-x64-gnu": "4.0.167", | ||
"@remotion/compositor-linux-arm64-musl": "4.0.167" | ||
}, | ||
@@ -56,0 +57,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1421570
17
36742
+ Added@remotion/compositor-darwin-arm64@4.0.167(transitive)
+ Added@remotion/compositor-darwin-x64@4.0.167(transitive)
+ Added@remotion/compositor-linux-arm64-gnu@4.0.167(transitive)
+ Added@remotion/compositor-linux-arm64-musl@4.0.167(transitive)
+ Added@remotion/compositor-linux-x64-gnu@4.0.167(transitive)
+ Added@remotion/compositor-linux-x64-musl@4.0.167(transitive)
+ Added@remotion/compositor-win32-x64-msvc@4.0.167(transitive)
+ Addedremotion@4.0.167(transitive)
- Removed@remotion/compositor-darwin-arm64@4.0.166(transitive)
- Removed@remotion/compositor-darwin-x64@4.0.166(transitive)
- Removed@remotion/compositor-linux-arm64-gnu@4.0.166(transitive)
- Removed@remotion/compositor-linux-arm64-musl@4.0.166(transitive)
- Removed@remotion/compositor-linux-x64-gnu@4.0.166(transitive)
- Removed@remotion/compositor-linux-x64-musl@4.0.166(transitive)
- Removed@remotion/compositor-win32-x64-msvc@4.0.166(transitive)
- Removedremotion@4.0.166(transitive)
Updatedremotion@4.0.167