···11----
22-'wonka': patch
33----
44-55-Improve compatibility of `fromAsyncIterable` and `toAsyncIterable`. The `toAsyncIterable` will now output an object that's both an `AsyncIterator` and an `AsyncIterable`. Both helpers will now use a polyfill for `Symbol.asyncIterator` to improve compatibility with the Hermes engine and Babel transpilation.
+7
CHANGELOG.md
···11# wonka
2233+## 6.3.3
44+55+### Patch Changes
66+77+- Improve compatibility of `fromAsyncIterable` and `toAsyncIterable`. The `toAsyncIterable` will now output an object that's both an `AsyncIterator` and an `AsyncIterable`. Both helpers will now use a polyfill for `Symbol.asyncIterator` to improve compatibility with the Hermes engine and Babel transpilation
88+ Submitted by [@kitten](https://github.com/kitten) (See [#165](https://github.com/0no-co/wonka/pull/165))
99+310## 6.3.2
411512### Patch Changes
+1-1
package.json
···11{
22 "name": "wonka",
33 "description": "A tiny but capable push & pull stream library for TypeScript and Flow",
44- "version": "6.3.2",
44+ "version": "6.3.3",
55 "author": "0no.co <hi@0no.co>",
66 "source": "./src/index.ts",
77 "main": "./dist/wonka",