feat(core): Add support for creating Web ReadableStream from a file

This commit is contained in:
2024-10-13 13:49:13 +02:00
parent 9c30e5bab1
commit c8dc791c83
5 changed files with 46 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartstream',
version: '3.0.46',
version: '3.1.0',
description: 'A library to simplify the creation and manipulation of Node.js streams, providing utilities for handling transform, duplex, and readable/writable streams effectively in TypeScript.'
}