Skip to content

@cloudflare/[email protected]

Choose a tag to compare

@threepointone threepointone released this 30 Oct 14:33
· 110 commits to main since this release
b0c4c97

Patch Changes

  • #172 1bf3576 Thanks @threepointone! - Update dependencies

  • #176 7edbfa9 Thanks @ghostwriternr! - Add cache mounts to Dockerfile for faster builds

    Adds cache mounts for npm, apt, and pip package managers in the Dockerfile. This speeds up Docker image builds when dependencies change, particularly beneficial for users building from source.

  • #172 1bf3576 Thanks @threepointone! - Fix type generation

    We inline types from @repo/shared so that it includes the types we reexport. Fixes #165

  • #175 77cb937 Thanks @ghostwriternr! - Move .connect to .wsConnect within DO stub