Skip to content

Commit

Permalink
Merge pull request #18 from jharlow/fix-deps-test-1
Browse files Browse the repository at this point in the history
fix(deps): can you import and use with 0 deps?
  • Loading branch information
jharlow authored Oct 15, 2024
2 parents 59cbe47 + a6274c0 commit 18a24fb
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 17 deletions.
8 changes: 3 additions & 5 deletions 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.5",
"version": "0.0.6",
"description": "Auto-generate `dynamodb-onetable` model schemas using `zod`, with best-in-class autocomplete",
"keywords": [
"dynamo",
Expand Down Expand Up @@ -44,17 +44,15 @@
"@vitest/coverage-v8": "2.1.2",
"aws-lambda": "^1.0.7",
"dynamo-db-local": "^9.2.1",
"dynamodb-onetable": "^2.7.5",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"vitest": "^2.1.2",
"vitest-mock-extended": "^2.0.2",
"wait-port": "^1.1.0",
"winston": "^3.15.0"
},
"dependencies": {
"dynamodb-onetable": "^2.7.5",
"winston": "^3.15.0",
"zod": "^3.23.8"
}
}
Loading

0 comments on commit 18a24fb

Please sign in to comment.