fix(core): update
This commit is contained in:
24
package.json
24
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user