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>

authored by github-actions[bot] github-actions[bot] and committed by GitHub 8fe062dc 299cd0d1

Changed files
+7 -6
.changeset
-5
.changeset/new-feet-sell.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Fix missing `Symbol.observable` typings and remove `const enum` exports, which aren't usable in isolated modules.
+6
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.2.2 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ 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)) 8 + 3 9 ## 6.2.1 4 10 5 11 ### 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.1", 4 + "version": "6.2.2", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",