@nats-io/nats-core

v3.0.0-27
nats-core library - this library implements all the base functionality for NATS javascript clients

doc

npm run build && node_modules/.bin/typedoc --out ../docs/core && touch ../docs/core/.nojekyll

build

npm run build-cjs

clean

shx rm -Rf ./build ./lib

prepack

npm run build

build-cjs

npm run pre-process && tsc

real-clean

npm run clean && shx rm -Rf ./node_modules

pre-process

npm run clean && deno run -A ../bin/cjs-fix-imports.ts -o ./build/src ./src
npm i @nats-io/[email protected]

Metadata

Downloads