diff --git a/CHANGELOG.md b/CHANGELOG.md index ab17b4a6..c6135b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 1e2710ef..0414f56e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "8.4.1" + "version": "8.4.2" } diff --git a/packages/whook-authorization/package.json b/packages/whook-authorization/package.json index ae7391b1..4530170d 100644 --- a/packages/whook-authorization/package.json +++ b/packages/whook-authorization/package.json @@ -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", @@ -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", diff --git a/packages/whook-aws-lambda/package-lock.json b/packages/whook-aws-lambda/package-lock.json index 3e8fdfa7..5d03add6 100644 --- a/packages/whook-aws-lambda/package-lock.json +++ b/packages/whook-aws-lambda/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/aws-lambda", - "version": "8.4.1", + "version": "8.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index e5b79a40..99c28b43 100644 --- a/packages/whook-aws-lambda/package.json +++ b/packages/whook-aws-lambda/package.json @@ -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", @@ -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", diff --git a/packages/whook-cli/CHANGELOG.md b/packages/whook-cli/CHANGELOG.md index 96adf361..7d346b84 100644 --- a/packages/whook-cli/CHANGELOG.md +++ b/packages/whook-cli/CHANGELOG.md @@ -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) diff --git a/packages/whook-cli/package.json b/packages/whook-cli/package.json index 519e2aeb..74eaf6b0 100644 --- a/packages/whook-cli/package.json +++ b/packages/whook-cli/package.json @@ -1,6 +1,6 @@ { "name": "@whook/cli", - "version": "8.4.1", + "version": "8.4.2", "description": "The Whook server CLI", "keywords": [ "whook", @@ -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", diff --git a/packages/whook-cors/package.json b/packages/whook-cors/package.json index e95e758c..46583807 100644 --- a/packages/whook-cors/package.json +++ b/packages/whook-cors/package.json @@ -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", @@ -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" diff --git a/packages/whook-create/package.json b/packages/whook-create/package.json index 653eef92..71d208d2 100644 --- a/packages/whook-create/package.json +++ b/packages/whook-create/package.json @@ -1,6 +1,6 @@ { "name": "@whook/create", - "version": "8.4.1", + "version": "8.4.2", "description": "Kickstart a new Whook server", "keywords": [ "whook", @@ -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", diff --git a/packages/whook-example/package.json b/packages/whook-example/package.json index 253503de..9014b035 100644 --- a/packages/whook-example/package.json +++ b/packages/whook-example/package.json @@ -1,6 +1,6 @@ { "name": "@whook/example", - "version": "8.4.1", + "version": "8.4.2", "description": "A basic Whook server", "keywords": [ "whook", @@ -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", diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index 44f20748..67fdaae3 100644 --- a/packages/whook-gcp-functions/package.json +++ b/packages/whook-gcp-functions/package.json @@ -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", @@ -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", diff --git a/packages/whook-graphiql/package.json b/packages/whook-graphiql/package.json index e79f7127..4090eb59 100644 --- a/packages/whook-graphiql/package.json +++ b/packages/whook-graphiql/package.json @@ -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", @@ -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" @@ -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", diff --git a/packages/whook-graphql/package.json b/packages/whook-graphql/package.json index b7333da2..c13bc08a 100644 --- a/packages/whook-graphql/package.json +++ b/packages/whook-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@whook/graphql", - "version": "8.4.1", + "version": "8.4.2", "description": "GraphQL implementation for Whook servers", "keywords": [ "whook", @@ -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", @@ -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", diff --git a/packages/whook-http-router/package.json b/packages/whook-http-router/package.json index 26b9653b..249cd3ed 100644 --- a/packages/whook-http-router/package.json +++ b/packages/whook-http-router/package.json @@ -1,6 +1,6 @@ { "name": "@whook/http-router", - "version": "8.3.0", + "version": "8.4.2", "description": "The Whook base HTTP router", "keywords": [ "whook", diff --git a/packages/whook-http-server/package.json b/packages/whook-http-server/package.json index 412b59fe..db017acd 100644 --- a/packages/whook-http-server/package.json +++ b/packages/whook-http-server/package.json @@ -1,6 +1,6 @@ { "name": "@whook/http-server", - "version": "8.3.0", + "version": "8.4.2", "description": "The Whook base HTTP server", "keywords": [ "whook", @@ -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" diff --git a/packages/whook-method-override/package.json b/packages/whook-method-override/package.json index 54640725..e0277931 100644 --- a/packages/whook-method-override/package.json +++ b/packages/whook-method-override/package.json @@ -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", @@ -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" diff --git a/packages/whook-oauth2/package.json b/packages/whook-oauth2/package.json index cab0aec2..02d3a620 100644 --- a/packages/whook-oauth2/package.json +++ b/packages/whook-oauth2/package.json @@ -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", @@ -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", diff --git a/packages/whook-swagger-ui/package.json b/packages/whook-swagger-ui/package.json index 89e56d0b..6457382c 100644 --- a/packages/whook-swagger-ui/package.json +++ b/packages/whook-swagger-ui/package.json @@ -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", @@ -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", @@ -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", diff --git a/packages/whook-versions/package.json b/packages/whook-versions/package.json index e958c0a8..afcfaba6 100644 --- a/packages/whook-versions/package.json +++ b/packages/whook-versions/package.json @@ -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", @@ -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", diff --git a/packages/whook/package.json b/packages/whook/package.json index bb5d8d18..824f26f9 100644 --- a/packages/whook/package.json +++ b/packages/whook/package.json @@ -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", @@ -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",