Skip to content

Commit

Permalink
release: v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nolleh committed Jun 30, 2023
1 parent a783142 commit 7c66a2f
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 98 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serialize-interceptor",
"version": "1.1.3",
"version": "1.1.4",
"author": "nolleh <nolleh7707@gmail.com>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -42,14 +42,14 @@
},
"dependencies": {
"@nestjs/common": "^8.4.0",
"rxjs": "^7.5.4"
},
"devDependencies": {
"@nestjs/core": "^8.4.0",
"@nestjs/platform-express": "^8.4.0",
"@nestjs/swagger": "^5.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.4",
"swagger-ui-express": "^4.3.0"
},
"devDependencies": {
"swagger-ui-express": "^4.3.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/node": "^18.15.3",
Expand Down

0 comments on commit 7c66a2f

Please sign in to comment.