@remotion/streaming
Advanced tools
Comparing version 4.0.226 to 4.0.227
@@ -15,3 +15,2 @@ "use strict"; | ||
let searchIndex = 0; | ||
// eslint-disable-next-line no-constant-condition | ||
while (true) { | ||
@@ -40,3 +39,2 @@ const separatorIndex = outputBuffer.indexOf(separator[0], searchIndex); // Start checking for the first byte of the separator | ||
let statusString = ''; | ||
// eslint-disable-next-line no-constant-condition | ||
while (true) { | ||
@@ -53,3 +51,2 @@ if (separatorIndex > outputBuffer.length - 1) { | ||
} | ||
// eslint-disable-next-line no-constant-condition | ||
while (true) { | ||
@@ -66,3 +63,2 @@ if (separatorIndex > outputBuffer.length - 1) { | ||
} | ||
// eslint-disable-next-line no-constant-condition | ||
while (true) { | ||
@@ -69,0 +65,0 @@ if (separatorIndex > outputBuffer.length - 1) { |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/streaming", | ||
"version": "4.0.226", | ||
"version": "4.0.227", | ||
"description": "Utilities for streaming data between programs", | ||
@@ -20,2 +20,6 @@ "main": "dist", | ||
}, | ||
"devDependencies": { | ||
"eslint": "9.14.0", | ||
"@remotion/eslint-config-internal": "4.0.227" | ||
}, | ||
"exports": { | ||
@@ -26,5 +30,6 @@ ".": "./dist/index.js", | ||
"scripts": { | ||
"lint": "eslint src --ext ts,tsx", | ||
"formatting": "prettier src --check" | ||
"lint": "eslint src", | ||
"formatting": "prettier src --check", | ||
"make": "tsc -d" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
49367
14
216
2