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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#153)

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
2f1c284a fa942226

+10 -11
-5
.changeset/cold-spoons-suffer.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Fix missing source contents in Wonka sourcemaps.
-5
.changeset/dry-pants-judge.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Fix internal `SignalKind` and `TalkbackKind` enums not compiling away.
+9
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.2.6 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix missing source contents in Wonka sourcemaps 8 + Submitted by [@kitten](https://github.com/kitten) (See [`56d9708`](https://github.com/0no-co/wonka/commit/56d970861424fddd403262bf85d7e1e3572b15e2)) 9 + - ⚠️ Fix internal `SignalKind` and `TalkbackKind` enums not compiling away 10 + Submitted by [@kitten](https://github.com/kitten) (See [#154](https://github.com/0no-co/wonka/pull/154)) 11 + 3 12 ## 6.2.5 4 13 5 14 ### 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.5", 4 + "version": "6.2.6", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",