@datastax/astra-db-ts

v1.2.0
Astra DB TS Client
cassandra dse document model schema database data datastore query and 5 more...

lint

eslint .

test

ts-mocha --paths -p tsconfig.json tests/unit/**/*.test.ts tests/integration/**/*.test.ts tests/integration/**/**/*.test.ts

build

sh ./scripts/build.sh

version

npm run build && git add src/version.ts etc/astra-db-ts.api.md

test:all

env ASTRA_RUN_LONG_TESTS=1 ASTRA_RUN_ADMIN_TESTS=1 ts-mocha --paths -p tsconfig.json tests/unit/**/*.test.ts tests/integration/**/*.test.ts tests/integration/**/**/*.test.ts

test:types

tsc --noEmit --skipLibCheck

api-extractor

api-extractor run -c ./api-extractor.jsonc --local

test:coverage

nyc npm run test:all -- -b

test:prerelease

npm run lint && npm run test:types && npm run test:all -- -b --exit
npm i @datastax/[email protected]

Metadata

Downloads