Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @nestjs-cognito/auth@1.0.0
 - @nestjs-cognito/core@1.0.0
 - @nestjs-cognito/graphql@1.0.0
 - @nestjs-cognito/testing@1.0.0
  • Loading branch information
Lokicoule committed Feb 4, 2023
1 parent c993ecf commit 54357dc
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.0.1-alpha.0",
"version": "1.0.0",
"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.0.1-alpha.0",
"@nestjs-cognito/testing": "^1.0.0",
"@nestjs/jwt": "^10.0.1",
"@nestjs/testing": "9.3.2"
},
"dependencies": {
"@nestjs-cognito/core": "1.0.0-alpha.0",
"@nestjs-cognito/core": "^1.0.0",
"aws-jwt-verify": "^3.4.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.0.0-alpha.0",
"version": "1.0.0",
"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": "1.0.1-alpha.0",
"version": "1.0.0",
"description": "Auth Module for NestJS, GraphQL and Cognito",
"author": "Loik Fekkai",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/Lokicoule/nestjs-cognito/issues"
},
"devDependencies": {
"@nestjs-cognito/testing": "^1.0.1-alpha.0",
"@nestjs-cognito/testing": "^1.0.0",
"@nestjs/apollo": "10.1.7",
"@nestjs/graphql": "10.1.7",
"@nestjs/jwt": "10.0.1",
Expand All @@ -40,6 +40,6 @@
"apollo-server-express": "3.11.1"
},
"dependencies": {
"@nestjs-cognito/auth": "^1.0.1-alpha.0"
"@nestjs-cognito/auth": "^1.0.0"
}
}
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.0.1-alpha.0",
"version": "1.0.0",
"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.264.0",
"@nestjs-cognito/core": "1.0.0-alpha.0"
"@nestjs-cognito/core": "^1.0.0"
}
}

0 comments on commit 54357dc

Please sign in to comment.