Skip to content

Commit

Permalink
Merge pull request #30 from jharlow/feat-release-100
Browse files Browse the repository at this point in the history
feat(release): v1.0.0 🎉
  • Loading branch information
jharlow authored Oct 20, 2024
2 parents 5fba360 + 694166b commit 0717aa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Auto-generate `dynamodb-onetable` model schemas using `zod`, with best-in-class

Enter, `zod`, which excels at providing a flexible schema-building API and [parsing](https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/) data. This library aims to bridge the two, giving you all the benefits of `dynamodb-onetable` while delegating model schema building and parsing to `zod`, which has proven itself as a capable library for those jobs.

## Install

```sh
npm i zod-to-dynamodb-onetable-schema
```

## Quick start

Say you have an existing 'Account' schema using `zod` in your application code:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-to-dynamodb-onetable-schema",
"version": "0.0.11",
"version": "1.0.0",
"description": "Auto-generate `dynamodb-onetable` model schemas using `zod`, with best-in-class autocomplete",
"keywords": [
"dynamo",
Expand Down

0 comments on commit 0717aa4

Please sign in to comment.