Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huy97 committed Feb 16, 2024
1 parent f7fe5bc commit cfb17f6
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 106 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you have questions on how this module is implemented, please read [Understand

### Deps version

- current -> @nestjs/common ^10.0
- current -> @nestjs/common >= 10.x
- 1.0.7 -> @nestjs/common ^9.4
- 1.0.2 -> @nestjs/common ^7.6

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ncsrf",
"version": "1.0.12",
"version": "1.1.0",
"description": "Simple NestJS CSRF verify token",
"main": "dist/index.js",
"types": "dist/index.ts",
Expand Down Expand Up @@ -34,15 +34,15 @@
"csrf": "^3.1.0"
},
"peerDependencies": {
"@nestjs/common": "^10.2.2",
"@nestjs/graphql": "^12.0.4",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
"@nestjs/common": ">=10.0.0",
"@nestjs/graphql": ">=11.0.6",
"reflect-metadata": ">=0.1.13",
"rxjs": ">=7.8.1"
},
"devDependencies": {
"@nestjs/common": "^10.2.2",
"@nestjs/core": "^10.2.2",
"@nestjs/graphql": "^12.0.4",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^11.0.6",
"@types/express": "^4.17.17",
"@types/node": "^20.3.2",
"eslint": "^8.43.0",
Expand Down
Loading

0 comments on commit cfb17f6

Please sign in to comment.