@datastream/object
Advanced tools
+1
-1
| // Copyright 2026 will Farrell, and datastream contributors. | ||
| // SPDX-License-Identifier: MIT | ||
| import type { | ||
| DatastreamPassThrough, | ||
| DatastreamReadable, | ||
| DatastreamTransform, | ||
| DatastreamPassThrough, | ||
| StreamOptions, | ||
@@ -8,0 +8,0 @@ StreamResult, |
+2
-2
| { | ||
| "name": "@datastream/object", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0", | ||
| "description": "Object transform streams for picking, omitting, pivoting, batching, and key mapping", | ||
@@ -63,4 +63,4 @@ "type": "module", | ||
| "dependencies": { | ||
| "@datastream/core": "0.4.0" | ||
| "@datastream/core": "0.5.0" | ||
| } | ||
| } |
+ Added
- Removed
Updated