@platformatic/itc
Advanced tools
Comparing version 2.33.0 to 2.34.0
@@ -91,5 +91,4 @@ 'use strict' | ||
if (Buffer.isBuffer(data)) { | ||
return { | ||
data: Array.from(data.values()) | ||
} | ||
// This will convert as Uint8Array | ||
return data | ||
} else if (Array.isArray(data)) { | ||
@@ -96,0 +95,0 @@ sanitized = [] |
{ | ||
"name": "@platformatic/itc", | ||
"version": "2.33.0", | ||
"version": "2.34.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
24832
367