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

Version Packages (#175)

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 a7c2c222 48c2d62f

Changed files
+8 -6
.changeset
-5
.changeset/eager-rats-repeat.md
··· 1 - --- 2 - 'wonka': patch 3 - --- 4 - 5 - Exclude `sourcesContent` from published sourcemaps
+7
CHANGELOG.md
··· 1 1 # wonka 2 2 3 + ## 6.3.5 4 + 5 + ### Patch Changes 6 + 7 + - Exclude `sourcesContent` from published sourcemaps 8 + Submitted by [@kitten](https://github.com/kitten) (See [`68e608f`](https://github.com/0no-co/wonka/commit/68e608f46244e82d41c952ecfa1d7f0096e168f6)) 9 + 3 10 ## 6.3.4 4 11 5 12 ### 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.3.4", 4 + "version": "6.3.5", 5 5 "author": "0no.co <hi@0no.co>", 6 6 "source": "./src/index.ts", 7 7 "main": "./dist/wonka",