Skip to content

Commit

Permalink
v8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Sep 26, 2021
1 parent 081a1cc commit da55737
Show file tree
Hide file tree
Showing 20 changed files with 69 additions and 51 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [8.4.2](https://github.com/nfroidure/whook/compare/v8.4.1...v8.4.2) (2021-09-26)


### Features

* **@whook/cors:** add an error wrapper for CORS ([081a1cc](https://github.com/nfroidure/whook/commit/081a1cc1d2b87a96a082a9002477c021cf445518))



## [8.4.1](https://github.com/nfroidure/whook/compare/v8.4.0...v8.4.1) (2021-09-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "8.4.1"
"version": "8.4.2"
}
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": "8.4.1",
"version": "8.4.2",
"description": "A wrapper to provide authorization support to a Whook server",
"keywords": [
"whook",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"common-services": "^9.0.1",
"http-auth-utils": "^3.0.1",
"knifecycle": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-aws-lambda/package-lock.json

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

10 changes: 5 additions & 5 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": "8.4.1",
"version": "8.4.2",
"description": "Build and deploy to AWS Lambda with Whook.",
"main": "dist/index",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -46,11 +46,11 @@
"dependencies": {
"@types/aws-lambda": "^8.10.83",
"@types/bytes": "^3.1.1",
"@whook/cli": "^8.4.1",
"@whook/cors": "^8.4.1",
"@whook/http-router": "^8.3.0",
"@whook/cli": "^8.4.2",
"@whook/cors": "^8.4.2",
"@whook/http-router": "^8.4.2",
"@whook/http-transaction": "^8.3.0",
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"bytes": "^3.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/whook-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [8.4.2](https://github.com/nfroidure/whook/compare/v8.4.1...v8.4.2) (2021-09-26)


### Features

* **@whook/cors:** add an error wrapper for CORS ([081a1cc](https://github.com/nfroidure/whook/commit/081a1cc1d2b87a96a082a9002477c021cf445518))



## [8.4.1](https://github.com/nfroidure/whook/compare/v8.4.0...v8.4.1) (2021-09-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/whook-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/cli",
"version": "8.4.1",
"version": "8.4.2",
"description": "The Whook server CLI",
"keywords": [
"whook",
Expand Down Expand Up @@ -78,7 +78,7 @@
"dependencies": {
"@types/fs-extra": "^9.0.10",
"@types/inquirer": "^7.3.1",
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.0",
"camelcase": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/cors",
"version": "8.4.1",
"version": "8.4.2",
"description": "A wrapper to provide CORS support to a Whook server",
"keywords": [
"whook",
Expand Down Expand Up @@ -54,8 +54,8 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.2",
"@whook/http-router": "^8.3.0",
"@whook/whook": "^8.4.1",
"@whook/http-router": "^8.4.2",
"@whook/whook": "^8.4.2",
"knifecycle": "^11.1.1",
"openapi-types": "^9.3.0",
"yhttperror": "^6.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/create",
"version": "8.4.1",
"version": "8.4.2",
"description": "Kickstart a new Whook server",
"keywords": [
"whook",
Expand Down Expand Up @@ -73,8 +73,8 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/cli": "^8.4.1",
"@whook/example": "^8.4.1",
"@whook/cli": "^8.4.2",
"@whook/example": "^8.4.2",
"axios": "^0.21.4",
"common-services": "^9.0.1",
"debug": "^4.3.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/whook-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/example",
"version": "8.4.1",
"version": "8.4.2",
"description": "A basic Whook server",
"keywords": [
"whook",
Expand Down Expand Up @@ -80,13 +80,13 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/authorization": "^8.4.1",
"@whook/cli": "^8.4.1",
"@whook/cors": "^8.4.1",
"@whook/http-router": "^8.3.0",
"@whook/authorization": "^8.4.2",
"@whook/cli": "^8.4.2",
"@whook/cors": "^8.4.2",
"@whook/http-router": "^8.4.2",
"@whook/http-transaction": "^8.3.0",
"@whook/swagger-ui": "^8.4.1",
"@whook/whook": "^8.4.1",
"@whook/swagger-ui": "^8.4.2",
"@whook/whook": "^8.4.2",
"common-services": "^9.0.1",
"http-auth-utils": "^3.0.1",
"jwt-service": "^7.1.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/whook-gcp-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/gcp-functions",
"version": "8.4.1",
"version": "8.4.2",
"description": "Build and deploy to GCP Cloud Functions with Whook.",
"main": "dist/index",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -51,10 +51,10 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@types/bytes": "^3.1.0",
"@whook/cli": "^8.4.1",
"@whook/cors": "^8.4.1",
"@whook/http-router": "^8.3.0",
"@whook/whook": "^8.4.1",
"@whook/cli": "^8.4.2",
"@whook/cors": "^8.4.2",
"@whook/http-router": "^8.4.2",
"@whook/whook": "^8.4.2",
"ajv": "^8.6.3",
"ajv-formats": "^2.1.0",
"camelcase": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/graphiql",
"version": "8.4.1",
"version": "8.4.2",
"description": "A wrapper for the Whook HTTP Router to provide GraphIQL for local dev",
"keywords": [
"whook",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"apollo-server-module-graphiql": "^1.4.0",
"knifecycle": "^11.1.1",
"openapi-types": "^9.3.0"
Expand All @@ -87,7 +87,7 @@
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@whook/http-router": "^8.3.0",
"@whook/http-router": "^8.4.2",
"axios": "^0.21.4",
"babel-plugin-knifecycle": "^5.0.1",
"eslint": "^7.23.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/graphql",
"version": "8.4.1",
"version": "8.4.2",
"description": "GraphQL implementation for Whook servers",
"keywords": [
"whook",
Expand Down Expand Up @@ -69,7 +69,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/http-transaction": "^8.3.0",
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"apollo-server-core": "^2.25.0",
"apollo-server-env": "^3.1.0",
"common-services": "^9.0.1",
Expand All @@ -92,7 +92,7 @@
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@whook/authorization": "^8.4.1",
"@whook/authorization": "^8.4.2",
"axios": "^0.21.4",
"babel-plugin-knifecycle": "^5.0.1",
"eslint": "^7.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-http-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/http-router",
"version": "8.3.0",
"version": "8.4.2",
"description": "The Whook base HTTP router",
"keywords": [
"whook",
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/http-server",
"version": "8.3.0",
"version": "8.4.2",
"description": "The Whook base HTTP server",
"keywords": [
"whook",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/http-router": "^8.3.0",
"@whook/http-router": "^8.4.2",
"knifecycle": "^11.1.1",
"ms": "^2.1.3",
"yerror": "^6.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-method-override/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/method-override",
"version": "8.4.1",
"version": "8.4.2",
"description": "A wrapper for the Whook HTTP Transaction service to handle patch method compatibility.",
"keywords": [
"whook",
Expand Down Expand Up @@ -54,7 +54,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/http-transaction": "^8.3.0",
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"common-services": "^9.0.1",
"knifecycle": "^11.1.1",
"openapi-types": "^9.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/oauth2",
"version": "8.4.1",
"version": "8.4.2",
"description": "OAuth2 implementation for Whook servers",
"main": "dist/index",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -45,8 +45,8 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@types/cookies": "^0.7.6",
"@whook/authorization": "^8.4.1",
"@whook/whook": "^8.4.1",
"@whook/authorization": "^8.4.2",
"@whook/whook": "^8.4.2",
"camelcase": "^6.2.0",
"common-services": "^9.0.1",
"cookie": "^0.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-swagger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/swagger-ui",
"version": "8.4.1",
"version": "8.4.2",
"description": "A wrapper for the Whook HTTP Router to provide SwaggerUI for local dev",
"keywords": [
"whook",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"axios": "^0.21.4",
"ecstatic": "^4.1.4",
"knifecycle": "^11.1.1",
Expand All @@ -89,7 +89,7 @@
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@whook/http-router": "^8.3.0",
"@whook/http-router": "^8.4.2",
"@whook/whook": "^8.0.3",
"babel-plugin-knifecycle": "^5.0.1",
"eslint": "^7.23.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-versions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/versions",
"version": "8.4.1",
"version": "8.4.2",
"description": "A wrapper to provide versions check support to a Whook server",
"keywords": [
"whook",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^8.4.1",
"@whook/whook": "^8.4.2",
"knifecycle": "^11.1.1",
"openapi-types": "^9.3.0",
"semver": "^7.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/whook",
"version": "8.4.1",
"version": "8.4.2",
"description": "Build strong and efficient REST web services.",
"keywords": [
"whook",
Expand Down Expand Up @@ -105,8 +105,8 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@whook/http-router": "^8.3.0",
"@whook/http-server": "^8.3.0",
"@whook/http-router": "^8.4.2",
"@whook/http-server": "^8.4.2",
"@whook/http-transaction": "^8.3.0",
"common-services": "^9.0.1",
"debug": "^4.3.2",
Expand Down

0 comments on commit da55737

Please sign in to comment.