-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aegir[bot]
committed
Dec 28, 2024
1 parent
f550646
commit d1695d0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "it-ndjson-stream", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Read and write ndjson messages over a duplex stream", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -51,7 +51,7 @@ | |
"release": "aegir release" | ||
}, | ||
"dependencies": { | ||
"it-ndjson": "^1.0.7", | ||
"it-ndjson": "^1.0.0", | ||
"it-queueless-pushable": "^1.0.0", | ||
"it-stream-types": "^2.0.1", | ||
"race-signal": "^1.1.0" | ||
|