diff --git a/package.json b/package.json index 79d86f1..ff95479 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dep-check": "aegir run dep-check", "doc-check": "aegir run doc-check", "release": "run-s build docs:no-publish npm:release docs", - "npm:release": "aegir release", + "npm:release": "aegir run release", "docs": "aegir docs", "docs:no-publish": "aegir docs --publish false" }, diff --git a/packages/protons-runtime/README.md b/packages/protons-runtime/README.md index 59c71cd..470d2ba 100644 --- a/packages/protons-runtime/README.md +++ b/packages/protons-runtime/README.md @@ -9,6 +9,21 @@ # About + + This module contains serialization/deserialization code used when encoding/decoding protobufs. It should be declared as a dependency of your project: diff --git a/packages/protons/README.md b/packages/protons/README.md index 47ce43e..674467d 100644 --- a/packages/protons/README.md +++ b/packages/protons/README.md @@ -9,6 +9,21 @@ # About + + `protons` is a high performance implementation of [Protocol Buffers v3](https://protobuf.dev/programming-guides/proto3/). It transpiles code to TypeScript and supports BigInts for 64 bit types.