Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nestjs-cognito/auth@1.1.2
 - @nestjs-cognito/core@1.2.2
 - @nestjs-cognito/graphql@2.1.2
 - @nestjs-cognito/testing@1.1.2
  • Loading branch information
Lokicoule committed Feb 1, 2024
1 parent 80b218d commit 307230c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cognito/auth",
"version": "1.1.1",
"version": "1.1.2",
"description": "Auth Module for NestJS and Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down Expand Up @@ -30,12 +30,12 @@
"url": "https://github.com/Lokicoule/nestjs-cognito/issues"
},
"devDependencies": {
"@nestjs-cognito/testing": "^1.1.1",
"@nestjs-cognito/testing": "^1.1.2",
"@nestjs/jwt": "^10.0.1",
"@nestjs/testing": "10.3.1"
},
"dependencies": {
"@nestjs-cognito/core": "^1.2.1",
"@nestjs-cognito/core": "^1.2.2",
"aws-jwt-verify": "^4.0.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cognito/core",
"version": "1.2.1",
"version": "1.2.2",
"description": "Cognito Provider for NestJS",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cognito/graphql",
"version": "2.1.1",
"version": "2.1.2",
"description": "Auth Module for NestJS, GraphQL and Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down Expand Up @@ -32,13 +32,13 @@
},
"devDependencies": {
"@apollo/server": "4.10.0",
"@nestjs-cognito/testing": "^1.1.1",
"@nestjs-cognito/testing": "^1.1.2",
"@nestjs/apollo": "12.0.11",
"@nestjs/graphql": "12.0.11",
"@nestjs/jwt": "10.1.0",
"@nestjs/testing": "10.3.1"
},
"dependencies": {
"@nestjs-cognito/auth": "^1.1.1"
"@nestjs-cognito/auth": "^1.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-cognito/testing",
"version": "1.1.1",
"version": "1.1.2",
"description": "Cognito testing helpers for NestJS-Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"devDependencies": {
"@aws-sdk/client-cognito-identity-provider": "3.504.0",
"@nestjs-cognito/core": "^1.2.1"
"@nestjs-cognito/core": "^1.2.2"
}
}

0 comments on commit 307230c

Please sign in to comment.