canvas-to-buffer
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "canvas-to-buffer", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Converts a Canvas graphic into a Buffer, as fast as possible and without a copy.", | ||
@@ -45,3 +45,3 @@ "type": "module", | ||
"node": ">=22.8.0", | ||
"npm": ">=10.8.3" | ||
"npm": ">=10.8.2" | ||
}, | ||
@@ -70,5 +70,5 @@ "prettier": "./prettier.config.cjs", | ||
"tape": "5.9.0", | ||
"tsx": "4.19.1", | ||
"tsx": "4.19.2", | ||
"typescript": "5.6.3" | ||
} | ||
} |