oscartbeaumont / rspc

A framework for building typesafe web backends in Rust
https://rspc.dev
MIT License
1.1k stars 50 forks source link

Are the new versions of the `*-query` packages going to be published? #238

Closed pauliesnug closed 8 months ago

pauliesnug commented 8 months ago

Hi, currently I'm developing a project in which I would like to use the bleeding edge of rspc, however it isn't possible to use pnpm to install from a GitHub workspace, so the only solution is to publish release candidates of all rspc packages, just like how @rspc/client#1.0.0.rc-3 is published to npm. https://github.com/pnpm/pnpm/issues/4765

pauliesnug commented 8 months ago

@oscartbeaumont Hiya, any update on this?

Brendonovich commented 8 months ago

This is supposed to happen on each commit, but it looks like that workflow is broken atm. Will be fixed soon.

Brendonovich commented 8 months ago

All @rspc/* packages should now have latest-commit versions available on the main tag

pauliesnug commented 8 months ago

Thanks so much! This seems to be working and we've updated the project accordingly.