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.

fix: remove changeset version from publish workflow, done locally

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

-2
-2
.tangled/workflows/publish.yaml
··· 36 36 NPM_TOKEN: $NPM_TOKEN 37 37 command: | 38 38 echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc 39 - pnpm changeset version 40 - pnpm changeset tag 41 39 pnpm changeset publish 42 40 git push --tags