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

Version Packages (#145)

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

authored by github-actions[bot] github-actions[bot] and committed by GitHub e1b4c906 879b2ab2

Changed files
+7 -6
.changeset
-5
.changeset/cuddly-donuts-play.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Fix overload of `pipe` type not being applied in bundled `d.ts` file.
+6
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.2.3 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix overload of `pipe` type not being applied in bundled `d.ts` file, by [@kitten](https://github.com/kitten) (See [#144](https://github.com/0no-co/wonka/pull/144)) 8 + 3 9 ## 6.2.2 4 10 5 11 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "wonka", 3 3 "description": "A tiny but capable push & pull stream library for TypeScript and Flow", 4 - "version": "6.2.2", 4 + "version": "6.2.3", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",