electron-trpc
electron-trpc copied to clipboard
chore: trpc 11.x support (resolves #184)
Few things worth noting:
- This will break compatibility with tRPC 10.x.
- tRPC 11.x is currently in RC state, so they will probably release a stable build soon. (see: https://www.npmjs.com/package/@trpc/server?activeTab=versions)
- Once tRPC 11.x has a stable release, the version specifier in
package.json
will need to be replaced (next
->>=11.0.0
) for both@trpc/client
and@trpc/server
indevDependencies
. Otherwise tRPC 12.x unstable releases might be installed (whenever they start existing). - I've been using this for around 3 months in my own fork, with my app and I have noticed no issues; so the changes should be decently stable.