@nats-io/services

v3.0.0-9
services library - this library implements all the base functionality for NATS services for javascript clients

real-clean

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

clean

shx rm -Rf ./build ./lib ./docs

pre-process

npm run clean && deno run -A ../bin/cjs-fix-imports.ts -o ./build/src ./src

build-cjs

npm run pre-process && tsc

build

npm run build-cjs

doc

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

prepack

npm run build

bump-qualifier

npm version prerelease --no-commit-hooks --no-git-tag-version

bump-release

npm version patch --no-commit-hooks --no-git-tag-version
npm i @nats-io/services

Metadata

Downloads