fix(nodewebhelpers): Fix import and use correct module structure for Node.js streams in smartstream.nodewebhelpers.ts

This commit is contained in:
2024-11-19 09:51:05 +01:00
parent 673f5c86fb
commit 9e3fd28c4a
5 changed files with 129 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-19 - 3.2.5 - fix(nodewebhelpers)
Fix import and use correct module structure for Node.js streams in smartstream.nodewebhelpers.ts
- Corrected the import statement for the fs module.
- Updated the use of the fs.createReadStream method.
## 2024-10-16 - 3.2.4 - fix(SmartDuplex)
Fix stream termination when reading from a web readable stream