diff --git a/README.md b/README.md index f4ce6f2..580b451 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,19 @@ NodeJS SDK for interacting with [Cyclic.sh](https://cyclic.sh) app AWS DynamoDB databases. -[![CI](https://github.com/cyclic-software/db-sdk/actions/workflows/merge_main.yaml/badge.svg)](https://github.com/cyclic-software/db-sdk/actions/workflows/merge_main.yaml) +[![CI](https://github.com/cyclic-software/db-sdk/actions/workflows/run_tests.yaml/badge.svg)](https://github.com/cyclic-software/db-sdk/actions/workflows/run_tests.yaml) + +[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) + +![Discord](https://img.shields.io/discord/895292239633338380) + +![npm (scoped)](https://img.shields.io/npm/v/@cyclic.sh/dynamodb) + +![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@cyclic.sh/dynamodb) + +![node-current (scoped)](https://img.shields.io/node/v/@cyclic.sh/dynamodb) + + Together with the Cyclic.sh DynamoDB indexing strategy and data model, the sdk simplifies the DynamoDB interface and enables collection organization of records, queries and data scheme discovery among other features. diff --git a/package.json b/package.json index 1bb2979..dcf664e 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,12 @@ "dynamodb", "database", "cyclic", - "cyclic.sh" + "cyclic.sh", + "@cyclic.sh" ], + "engines": { + "node": ">=14.20.0" + }, "devDependencies": { "jest": "^27.5.1", "np": "^7.6.2"