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

Version Packages (#160)

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

-5
.changeset/light-cougars-enjoy.md
···
-
---
-
'wonka': patch
-
---
-
-
Fix missing `declare` keyword on internal ambient enums.
+7
CHANGELOG.md
···
# wonka
+
## 6.3.1
+
+
### Patch Changes
+
+
- ⚠️ Fix missing `declare` keyword on internal ambient enums
+
Submitted by [@kitten](https://github.com/kitten) (See [#159](https://github.com/0no-co/wonka/pull/159))
+
## 6.3.0
### Minor Changes
+1 -1
package.json
···
{
"name": "wonka",
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
-
"version": "6.3.0",
+
"version": "6.3.1",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",