Skip to content

Commit 8b1aafa

Browse files
committed
fix: pull np to fix security bug in got, update README badge layout
1 parent f93c19f commit 8b1aafa

File tree

4 files changed

+886
-6969
lines changed

4 files changed

+886
-6969
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests without publish
1+
name: integration tests
22

33
on:
44
pull_request:
@@ -23,4 +23,3 @@ jobs:
2323
npm ci
2424
npm run test
2525
26-

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,15 @@
22

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

5-
[![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)
5+
[![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)
66

7-
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
8-
9-
![Discord](https://img.shields.io/discord/895292239633338380)
10-
11-
![npm (scoped)](https://img.shields.io/npm/v/@cyclic.sh/dynamodb)
12-
13-
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@cyclic.sh/dynamodb)
14-
15-
![node-current (scoped)](https://img.shields.io/node/v/@cyclic.sh/dynamodb)
7+
[![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)
168

179

1810

1911
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.
2012

21-
> The sdk and database feature are in preview - use it with the assumption that the interface and data structures will change
13+
> 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.
2214
2315
## Prerequisites
2416

0 commit comments

Comments
 (0)