Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

Version Packages (#150)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+8 -6
.changeset
-5
.changeset/khaki-lemons-argue.md
···
-
---
-
'wonka': patch
-
---
-
-
Add missing overload definition for `filter`, which allows types to be narrowed, e.g. by specifying a type predicate return type.
···
+7
CHANGELOG.md
···
# wonka
## 6.2.3
### Patch Changes
···
# wonka
+
## 6.2.4
+
+
### Patch Changes
+
+
- Add missing overload definition for `filter`, which allows types to be narrowed, e.g. by specifying a type predicate return type
+
Submitted by [@kitten](https://github.com/kitten) (See [#149](https://github.com/0no-co/wonka/pull/149))
+
## 6.2.3
### Patch Changes
+1 -1
package.json
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
-
"version": "6.2.3",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
+
"version": "6.2.4",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",