Skip to content

Commit

Permalink
v12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jan 5, 2023
1 parent c87ba0d commit 9b78e72
Show file tree
Hide file tree
Showing 16 changed files with 94 additions and 85 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [12.0.2](https://github.com/nfroidure/whook/compare/v12.0.1...v12.0.2) (2023-01-05)


### Bug Fixes

* **dependencies:** remove typings from deps ([c87ba0d](https://github.com/nfroidure/whook/commit/c87ba0df04251f541941753d79c1a8b69c624f1b))



## [12.0.1](https://github.com/nfroidure/whook/compare/v12.0.0...v12.0.1) (2023-01-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "12.0.1",
"version": "12.0.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/whook-authorization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/authorization",
"version": "12.0.1",
"version": "12.0.2",
"description": "A wrapper to provide authorization support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^12.0.1",
"@whook/whook": "^12.0.2",
"common-services": "^12.1.0",
"http-auth-utils": "^3.0.5",
"knifecycle": "^14.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/aws-lambda",
"version": "12.0.1",
"version": "12.0.2",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -45,10 +45,10 @@
"dependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/bytes": "^3.1.1",
"@whook/cors": "^12.0.1",
"@whook/cors": "^12.0.2",
"@whook/http-router": "^12.0.1",
"@whook/http-transaction": "^12.0.1",
"@whook/whook": "^12.0.1",
"@whook/whook": "^12.0.2",
"ajv": "^8.11.2",
"ajv-formats": "^2.1.1",
"bytes": "^3.1.2",
Expand Down

0 comments on commit 9b78e72

Please sign in to comment.