@bufbuild/connect-node

v0.13.0
Connect is a family of libraries for building and consuming APIs on different languages and platforms, and [@bufbuild/connect](https://www.npmjs.com/package/@bufbuild/connect) brings type-safe APIs with Protobuf to TypeScript.

build

npm run build:cjs && npm run build:esm+types

clean

rm -rf ./dist/cjs/* ./dist/esm/* ./dist/types/*

jasmine

jasmine --config=jasmine.json

build:cjs

tsc --project tsconfig.json --module commonjs --outDir ./dist/cjs && echo >./dist/cjs/package.json '{"type":"commonjs"}'

build:esm+types

tsc --project tsconfig.json --module ES2015 --verbatimModuleSyntax --outDir ./dist/esm --declaration --declarationDir ./dist/types
npm i @bufbuild/connect-node

Metadata

Downloads