Skip to content

Commit

Permalink
changed fast-uri to a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Jun 5, 2024
1 parent bb3be7c commit 505f70e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ballerine-nestjs-typebox",
"version": "3.0.1-next.8",
"version": "3.0.2-next.8",
"description": "",
"author": "Andrew Smiley <[email protected]>",
"license": "MIT",
Expand All @@ -27,7 +27,9 @@
"@nestjs/swagger": "^6.1.1 || ^7.0.11",
"@sinclair/typebox": "^0.32.4",
"ajv": "^8.14.0",
"rxjs": "^7.5.6",
"rxjs": "^7.5.6"
},
"dependencies": {
"fast-uri": "^2.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 505f70e

Please sign in to comment.