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

Version Packages (#142)

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

Changed files
+7 -6
.changeset
-5
.changeset/new-feet-sell.md
···
-
---
-
'wonka': patch
-
---
-
-
Fix missing `Symbol.observable` typings and remove `const enum` exports, which aren't usable in isolated modules.
+6
CHANGELOG.md
···
# wonka
+
## 6.2.2
+
+
### Patch Changes
+
+
- ⚠️ Fix missing `Symbol.observable` typings and remove `const enum` exports, which aren't usable in isolated modules, by [@kitten](https://github.com/kitten) (See [#141](https://github.com/0no-co/wonka/pull/141))
+
## 6.2.1
### Patch Changes
+1 -1
package.json
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
-
"version": "6.2.1",
+
"version": "6.2.2",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",