Skip to content

Commit

Permalink
fix(public): add public decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 13, 2022
1 parent 1a691e7 commit e018a24
Show file tree
Hide file tree
Showing 4 changed files with 11,422 additions and 15,837 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@casl/ability": "^6.1.1",
"@golevelup/nestjs-modules": "^0.6.1",
"@golevelup/nestjs-rabbitmq": "^3.2.0",
"@mikro-orm/core": "^5.4.1",
"@mikro-orm/migrations": "^5.4.1",
"@mikro-orm/nestjs": "^5.1.1",
"@mikro-orm/postgresql": "^5.4.1",
"@mikro-orm/reflection": "^5.4.1",
"@mikro-orm/core": "^5.4.2",
"@mikro-orm/migrations": "^5.4.2",
"@mikro-orm/nestjs": "^5.1.2",
"@mikro-orm/postgresql": "^5.4.2",
"@mikro-orm/reflection": "^5.4.2",
"@mikro-orm/sql-highlighter": "^1.0.1",
"@nestjs/axios": "^0.1.0",
"@nestjs/class-transformer": "^0.4.0",
Expand All @@ -54,7 +54,7 @@
"cache-manager-redis-store": "^2.0.0",
"cloudinary": "^1.31.0",
"compression": "^1.7.4",
"date-fns": "^2.29.2",
"date-fns": "^2.29.3",
"eta": "^1.12.3",
"firebase-admin": "^11.0.1",
"helmet": "^6.0.0",
Expand Down Expand Up @@ -93,9 +93,9 @@
"@types/compression": "^1.7.2",
"@types/jest": "^29.0.1",
"@types/multer": "^1.4.7",
"@types/node": "^18.7.16",
"@types/nodemailer": "^6.4.5",
"@types/passport": "^1.0.10",
"@types/node": "^18.7.17",
"@types/nodemailer": "^6.4.6",
"@types/passport": "^1.0.11",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-jwt": "^3.0.6",
"@types/preview-email": "^2.0.1",
Expand All @@ -104,8 +104,8 @@
"@types/sharp": "^0.30.5",
"@types/supertest": "2.0.12",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
Expand Down
Loading

0 comments on commit e018a24

Please sign in to comment.