Files
mlugg 048396053b npm update
Notably, this gets us `@actions/github` 6.0.1, which is necessary for
`github.context.runAttempt` (so I have also updated `package.json`
accordingly). On that note... great job following semver, GitHub!
Between this and the non-breaking major version change on
`@actions/cache`, I'm starting to feel like nobody on the Actions team
understands how software versioning works.
2025-06-29 17:06:44 +01:00
..
2025-06-29 17:06:44 +01:00
2025-03-10 17:01:15 +00:00
2025-06-29 17:06:44 +01:00
2025-03-10 17:01:15 +00:00

@protobuf-ts/runtime

Runtime library for code generated by protobuf-ts.

Create, clone, serialize, and compare protobuf messages. Get reflection information about message fields and custom options.

Installation:

# with npm:
npm install @protobuf-ts/runtime

# with yarn:
yarn add @protobuf-ts/runtime

You probably want the protoc plugin as well:

# with npm:
npm install -D @protobuf-ts/plugin

# with yarn:
yarn add --dev @protobuf-ts/plugin

To learn more, please read the MANUAL or check the repository README for a quick overview.