Reintroduce @protobuf-ts/runtime-rpc as a runtime dependency by Link- · Pull Request #2113 · actions/toolkit (original) (raw)

Fixes: #2112
Related to: #2106

By moving @protobuf-ts/plugin from dependencies to devDependencies, @protobuf-ts/runtime-rpc which is a runtime dependency was lost.

This change reintroduced @protobuf-ts/runtime-rpc only and not the entire @protobuf-ts/plugin package which has 6 other dependencies not needed during runtime.