this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#2)

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
61350310 de9dbd1c

+8 -6
-5
.changeset/six-chicken-float.md
··· 1 - --- 2 - 'fiber-dev': patch 3 - --- 4 - 5 - Prevent typos causing accidental state tracking issues
+7
CHANGELOG.md
··· 1 1 # fiber-dev 2 2 3 + ## 0.0.1 4 + 5 + ### Patch Changes 6 + 7 + - Prevent typos causing accidental state tracking issues 8 + Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/fiber-dev/pull/1)) 9 + 3 10 ## 0.0.0 4 11 5 12 Initial Release
+1 -1
package.json
··· 1 1 { 2 2 "name": "fiber-dev", 3 - "version": "0.0.0", 3 + "version": "0.0.1", 4 4 "description": "Node.js isolation primitive to run asynchronous worker-like operations without leaking async IO", 5 5 "author": "Phil Pluckthun <phil@kitten.sh>", 6 6 "source": "./src/index.ts",