Offload functions to worker threads with shared memory primitives for Node.js.
8
fork

Configure Feed

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

chore: remove unplanned packageManager/engines/lockfile

-13
-4
package.json
··· 3 3 "version": "0.0.0", 4 4 "type": "module", 5 5 "exports": "./src/index.ts", 6 - "engines": { 7 - "node": ">=22" 8 - }, 9 - "packageManager": "pnpm@10.33.0", 10 6 "scripts": { 11 7 "test": "node --experimental-strip-types --test test/**/*.test.ts" 12 8 }
-9
pnpm-lock.yaml
··· 1 - lockfileVersion: '9.0' 2 - 3 - settings: 4 - autoInstallPeers: true 5 - excludeLinksFromLockfile: false 6 - 7 - importers: 8 - 9 - .: {}