·
110 commits
to main
since this release
Patch Changes
-
#172
1bf3576Thanks @threepointone! - Update dependencies -
#176
7edbfa9Thanks @ghostwriternr! - Add cache mounts to Dockerfile for faster buildsAdds 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
1bf3576Thanks @threepointone! - Fix type generationWe inline types from
@repo/sharedso that it includes the types we reexport. Fixes #165 -
#175
77cb937Thanks @ghostwriternr! - Move .connect to .wsConnect within DO stub