-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.0.0](v2.0.4...v3.0.0) (2023-02-23) ### ⚠ BREAKING CHANGES * The ProtobufStream type is now generic - it can be inferred from the return type of `pbStream` but may need to be specified where it it accepted as an argument ### Bug Fixes * derive unwrapped stream type from input ([#39](#39)) ([e85d75e](e85d75e))
- Loading branch information
1 parent
e85d75e
commit 76bf41c
Showing
2 changed files
with
12 additions
and
1 deletion.
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
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-pb-stream", | ||
"version": "2.0.4", | ||
"version": "3.0.0", | ||
"description": "A convenience-wrapper around protocol-buffers and lp-messages functions", | ||
"author": "Alex Potsides <[email protected]>", | ||
"license": "Apache-2.0 OR MIT", | ||
|