Skip to content

Commit

Permalink
fix: pull np to fix security bug in got, update README badge layout
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Nov 26, 2022
1 parent f93c19f commit 8b1aafa
Show file tree
Hide file tree
Showing 4 changed files with 886 additions and 6,969 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests without publish
name: integration tests

on:
pull_request:
Expand All @@ -23,4 +23,3 @@ jobs:
npm ci
npm run test
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,15 @@

NodeJS SDK for interacting with [Cyclic.sh](https://cyclic.sh) app AWS DynamoDB databases.

[![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)
[![Discord](https://img.shields.io/discord/895292239633338380)](https://discord.cyclic.sh/support) [![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)

[![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)
[![npm (scoped)](https://img.shields.io/npm/v/@cyclic.sh/dynamodb)](https://www.npmjs.com/package/@cyclic.sh/dynamodb) ![node-current (scoped)](https://img.shields.io/node/v/@cyclic.sh/dynamodb) ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@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.

> The sdk and database feature are in preview - use it with the assumption that the interface and data structures will change
> The sdk and database feature are in preview - use it with the assumption that the interface and data structures will change. We use semantic release for versioning so take note of version numbers.
## Prerequisites

Expand Down
Loading

0 comments on commit 8b1aafa

Please sign in to comment.