Skip to content

Commit

Permalink
v17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Oct 2, 2024
1 parent 8b63604 commit 652fda4
Show file tree
Hide file tree
Showing 19 changed files with 107 additions and 103 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [17.0.2](https://github.com/nfroidure/whook/compare/v17.0.1...v17.0.2) (2024-10-02)



## [17.0.1](https://github.com/nfroidure/whook/compare/v17.0.0...v17.0.1) (2024-07-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "17.0.1",
"version": "17.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
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/authorization",
"version": "17.0.1",
"version": "17.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": "^17.0.1",
"@whook/whook": "^17.0.2",
"common-services": "^16.0.4",
"http-auth-utils": "^6.0.1",
"knifecycle": "^17.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/aws-lambda",
"version": "17.0.1",
"version": "17.0.2",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -45,10 +45,10 @@
"dependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/bytes": "^3.1.4",
"@whook/cors": "^17.0.1",
"@whook/http-router": "^17.0.0",
"@whook/http-transaction": "^17.0.0",
"@whook/whook": "^17.0.1",
"@whook/cors": "^17.0.2",
"@whook/http-router": "^17.0.2",
"@whook/http-transaction": "^17.0.2",
"@whook/whook": "^17.0.2",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"application-services": "^6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/cors",
"version": "17.0.1",
"version": "17.0.2",
"description": "A wrapper to provide CORS support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,8 +53,8 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@whook/http-router": "^17.0.0",
"@whook/whook": "^17.0.1",
"@whook/http-router": "^17.0.2",
"@whook/whook": "^17.0.2",
"knifecycle": "^17.0.3",
"openapi-types": "^12.1.3",
"yhttperror": "^8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"name": "@whook/create",
"version": "17.0.1",
"version": "17.0.2",
"description": "Kickstart a new Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/example": "^17.0.1",
"@whook/example": "^17.0.2",
"axios": "^1.7.7",
"common-services": "^16.0.4",
"debug": "^4.3.7",
Expand Down
16 changes: 8 additions & 8 deletions packages/whook-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"name": "@whook/example",
"version": "17.0.1",
"version": "17.0.2",
"description": "A basic Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -81,13 +81,13 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@whook/authorization": "^17.0.1",
"@whook/cors": "^17.0.1",
"@whook/http-router": "^17.0.0",
"@whook/http-server": "^17.0.0",
"@whook/http-transaction": "^17.0.0",
"@whook/swagger-ui": "^17.0.1",
"@whook/whook": "^17.0.1",
"@whook/authorization": "^17.0.2",
"@whook/cors": "^17.0.2",
"@whook/http-router": "^17.0.2",
"@whook/http-server": "^17.0.2",
"@whook/http-transaction": "^17.0.2",
"@whook/swagger-ui": "^17.0.2",
"@whook/whook": "^17.0.2",
"application-services": "^6.1.0",
"common-services": "^16.0.4",
"http-auth-utils": "^6.0.1",
Expand Down
Loading

0 comments on commit 652fda4

Please sign in to comment.