windingtree / stays-models

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

Remove exporting of compiled protobufs #2

Closed mfw78 closed 2 years ago

mfw78 commented 2 years ago

This PR:

  1. Removes all compiled protobufs and their types from the distributed package.
  2. Adds protobufs for telemetry and beg.

Purpose for removal of type exports:

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.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: