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 (#152)

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
7ed74950 95c15e76

+8 -6
-5
.changeset/five-rules-bow.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Make `closed: boolean` on `ObservableSubscription`s a required field to comply with the Observable proposal's type spec.
+7
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.2.5 4 + 5 + ### Patch Changes 6 + 7 + - Make `closed: boolean` on `ObservableSubscription`s a required field to comply with the Observable proposal's type spec 8 + Submitted by [@naporin0624](https://github.com/naporin0624) (See [#151](https://github.com/0no-co/wonka/pull/151)) 9 + 3 10 ## 6.2.4 4 11 5 12 ### 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.4", 4 + "version": "6.2.5", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",