@connectrpc/connect-next

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

attw

attw --pack

build

npm run build:cjs && npm run build:esm

clean

rm -rf ./dist/*

build:cjs

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

build:esm

tsc --project tsconfig.json --module ES2015 --verbatimModuleSyntax --outDir ./dist/esm --declaration --declarationDir ./dist/esm
npm i @connectrpc/[email protected]

Metadata

Downloads