Skip to content

Commit

Permalink
replaced typebox with ajv
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Jun 2, 2024
1 parent 17af70f commit 396c613
Show file tree
Hide file tree
Showing 7 changed files with 3,464 additions and 6,225 deletions.
6,204 changes: 0 additions & 6,204 deletions package-lock.json

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nestjs-typebox",
"name": "ballerine-nestjs-typebox",
"version": "3.0.0-next.8",
"description": "",
"author": "Andrew Smiley <[email protected]>",
Expand All @@ -26,7 +26,8 @@
"@nestjs/core": "^9.0.1 || ^10.0.3",
"@nestjs/swagger": "^6.1.1 || ^7.0.11",
"@sinclair/typebox": "^0.32.4",
"rxjs": "^7.5.6"
"rxjs": "^7.5.6",
"ajv": "^8.14.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down
Loading

0 comments on commit 396c613

Please sign in to comment.