Skip to content

Commit

Permalink
Merge pull request #1 from ballerine-io/omri-levy/refactor/typebox-to…
Browse files Browse the repository at this point in the history
…-ajv

Replaced Typebox with AJV
  • Loading branch information
Omri-Levy authored Jun 3, 2024
2 parents 17af70f + a94f152 commit e67b69a
Show file tree
Hide file tree
Showing 8 changed files with 3,519 additions and 6,250 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ coverage
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

*.tgz
6,204 changes: 0 additions & 6,204 deletions package-lock.json

This file was deleted.

6 changes: 4 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,9 @@
"@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"
"ajv": "^8.14.0",
"rxjs": "^7.5.6",
"fast-uri": "^2.3.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down
Loading

0 comments on commit e67b69a

Please sign in to comment.