windingtree / stays-models

💾 Data models and protobufs for the stays videre implementation
MIT License
0 stars 1 forks source link

Remove compiled protobufs #1

Closed mfw78 closed 2 years ago

mfw78 commented 2 years ago

This PR removes all compiled protobufs and their types from the distributed package.

Purpose

This is to align with the process whereby protobuf consuming packages are responsible for their own compiled protobuf generation. This eliminates any type management with exporting protobufs and takes advantage of consuming package generation.

mfw78 commented 2 years ago

Replaced by new PR.