fix(core): update

This commit is contained in:
2024-05-17 18:13:51 +02:00
parent f13db1e422
commit da2191bb96
5 changed files with 261 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartstream",
"version": "3.0.35",
"private": false,
"description": "simplifies access to node streams",
"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.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -51,22 +51,22 @@
"readme.md"
],
"keywords": [
"stream",
"node.js",
"streams",
"typescript",
"stream manipulation",
"pipeline",
"data processing",
"pipeline",
"async transformation",
"event handling",
"backpressure management",
"readable streams",
"writable streams",
"duplex streams",
"transform streams",
"backpressure",
"readable stream",
"writable stream",
"duplex stream",
"transform stream",
"file streaming",
"buffer streams",
"buffer",
"stream utilities",
"stream intake",
"stream output"
"esm"
]
}
}