WIP: Node.js isolation primitive to run asynchronous worker-like operations without leaking async IO

Version Packages (#2)

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

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