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

Version Packages (#152)

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

Changed files
+8 -6
.changeset
-5
.changeset/five-rules-bow.md
···
-
---
-
'wonka': patch
-
---
-
-
Make `closed: boolean` on `ObservableSubscription`s a required field to comply with the Observable proposal's type spec.
+7
CHANGELOG.md
···
# wonka
+
## 6.2.5
+
+
### Patch Changes
+
+
- Make `closed: boolean` on `ObservableSubscription`s a required field to comply with the Observable proposal's type spec
+
Submitted by [@naporin0624](https://github.com/naporin0624) (See [#151](https://github.com/0no-co/wonka/pull/151))
+
## 6.2.4
### Patch Changes
+1 -1
package.json
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
-
"version": "6.2.4",
+
"version": "6.2.5",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",