From 912e927328c0b6c5434de00a1cc6913464daf67f Mon Sep 17 00:00:00 2001 From: Olli Warro Date: Wed, 10 Apr 2024 12:21:19 +0300 Subject: [PATCH 1/2] make assets to permalinks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d30cd..1403600 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Tsynamo logo - The logo has the DynamoDB logo on the left and the Typescript logo on the right with a red heart in between + Tsynamo logo - The logo has the DynamoDB logo on the left and the Typescript logo on the right with a red heart in between

Tsynamo

✨ Type-friendly DynamoDB query builder! ✨ @@ -14,7 +14,7 @@ License

-![](assets/demo.gif) +![](https://github.com/woltsu/tsynamo/blob/5fb5bb349887f0b8f0c903cbba93feb2a4a1ae50/assets/demo.gif) Tsynamo simplifies the DynamoDB API so that you don't have to write commands with raw expressions and hassle with the attribute names and values. Moreover, Tsynamo makes sure you use correct types in your DynamoDB expressions, and the queries are nicer to write with autocompletion! From 651e29f1887f56fae1aeed8fed747c7aa44019e7 Mon Sep 17 00:00:00 2001 From: Olli Warro Date: Wed, 10 Apr 2024 12:22:49 +0300 Subject: [PATCH 2/2] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf2b6de..815009d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tsynamo", "author": "woltsu", - "version": "0.0.8", + "version": "0.0.9", "description": "Typed query builder for DynamoDB", "main": "dist/index.js", "types": "dist/index.d.ts",