Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nestjs-cognito/auth@0.2.3
 - @nestjs-cognito/core@0.2.3
 - @nestjs-cognito/graphql@0.2.3
 - @nestjs-cognito/testing@0.2.3
  • Loading branch information
Lokicoule committed Sep 30, 2022
1 parent 1ae5299 commit c0c6cde
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": "0.2.2",
"version": "0.2.3",
"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": "^0.2.2",
"@nestjs-cognito/testing": "^0.2.3",
"@nestjs/jwt": "9.0.0",
"@nestjs/testing": "9.1.2"
},
"dependencies": {
"@nestjs-cognito/core": "^0.2.2"
"@nestjs-cognito/core": "^0.2.3"
},
"peerDependencies": {
"@nestjs/jwt": "^9.0.0"
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": "0.2.2",
"version": "0.2.3",
"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": "0.2.2",
"version": "0.2.3",
"description": "Auth Module for NestJS, GraphQL and Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down Expand Up @@ -31,15 +31,15 @@
"url": "https://github.com/Lokicoule/nestjs-cognito/issues"
},
"devDependencies": {
"@nestjs-cognito/testing": "^0.2.2",
"@nestjs-cognito/testing": "^0.2.3",
"@nestjs/apollo": "10.1.3",
"@nestjs/graphql": "10.1.3",
"@nestjs/testing": "9.1.2",
"apollo-server-core": "3.10.2",
"apollo-server-express": "3.10.2"
},
"dependencies": {
"@nestjs-cognito/auth": "^0.2.2"
"@nestjs-cognito/auth": "^0.2.3"
},
"peerDependencies": {
"@nestjs/graphql": "10.1.3"
Expand Down
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": "0.2.2",
"version": "0.2.3",
"description": "Cognito testing helpers for NestJS-Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down Expand Up @@ -31,6 +31,6 @@
"url": "https://github.com/Lokicoule/nestjs-cognito/issues"
},
"dependencies": {
"@nestjs-cognito/core": "^0.2.2"
"@nestjs-cognito/core": "^0.2.3"
}
}

0 comments on commit c0c6cde

Please sign in to comment.