From 3d0b9334beef4cc3a23e2b82cf94b036658b7e59 Mon Sep 17 00:00:00 2001 From: Nicolas Froidure Date: Mon, 21 Aug 2023 08:12:23 +0200 Subject: [PATCH] v13.1.2 --- CHANGELOG.md | 9 +++++++ lerna.json | 2 +- package-lock.json | 30 +++++++++++------------ packages/whook-authorization/package.json | 2 +- packages/whook-aws-lambda/package.json | 4 +-- packages/whook-cors/package.json | 2 +- packages/whook-create/package.json | 4 +-- packages/whook-example/package.json | 6 ++--- packages/whook-gcp-functions/package.json | 4 +-- packages/whook-graphql/package.json | 4 +-- packages/whook-oauth2/package.json | 4 +-- 11 files changed, 40 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3998f79..8e8bd456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [13.1.0](https://github.com/nfroidure/whook/compare/v13.1.1...v13.1.0) (2023-08-21) + + +### Bug Fixes + +* **@whook/gcp-functions:** fix functions build ([473cc54](https://github.com/nfroidure/whook/commit/473cc54a0028fd402f705604e3dd7fd7968d2ede)) + + + # [13.1.0](https://github.com/nfroidure/whook/compare/v13.0.0...v13.1.0) (2023-08-20) diff --git a/lerna.json b/lerna.json index 56e4e229..a2bcc9fd 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages/*" ], "useWorkspaces": true, - "version": "13.1.1", + "version": "13.1.2", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 457c1c74..38c79614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20471,7 +20471,7 @@ }, "packages/whook-authorization": { "name": "@whook/authorization", - "version": "13.1.0", + "version": "13.1.2", "license": "MIT", "dependencies": { "@whook/whook": "^13.1.0", @@ -20505,12 +20505,12 @@ }, "packages/whook-aws-lambda": { "name": "@whook/aws-lambda", - "version": "13.1.0", + "version": "13.1.2", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.109", "@types/bytes": "^3.1.1", - "@whook/cors": "^13.1.0", + "@whook/cors": "^13.1.2", "@whook/http-router": "^13.1.0", "@whook/http-transaction": "^13.1.0", "@whook/whook": "^13.1.0", @@ -20564,7 +20564,7 @@ }, "packages/whook-cors": { "name": "@whook/cors", - "version": "13.1.0", + "version": "13.1.2", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", @@ -20598,10 +20598,10 @@ }, "packages/whook-create": { "name": "@whook/create", - "version": "13.1.1", + "version": "13.1.2", "license": "MIT", "dependencies": { - "@whook/example": "^13.1.0", + "@whook/example": "^13.1.2", "axios": "^1.4.0", "common-services": "^15.0.0", "debug": "^4.3.4", @@ -20879,11 +20879,11 @@ }, "packages/whook-example": { "name": "@whook/example", - "version": "13.1.0", + "version": "13.1.2", "license": "MIT", "dependencies": { - "@whook/authorization": "^13.1.0", - "@whook/cors": "^13.1.0", + "@whook/authorization": "^13.1.2", + "@whook/cors": "^13.1.2", "@whook/http-router": "^13.1.0", "@whook/http-server": "^13.1.0", "@whook/http-transaction": "^13.1.0", @@ -20932,10 +20932,10 @@ }, "packages/whook-gcp-functions": { "name": "@whook/gcp-functions", - "version": "13.1.0", + "version": "13.1.2", "license": "MIT", "dependencies": { - "@whook/cors": "^13.1.0", + "@whook/cors": "^13.1.2", "@whook/http-router": "^13.1.0", "@whook/whook": "^13.1.0", "ajv": "^8.12.0", @@ -21011,7 +21011,7 @@ }, "packages/whook-graphql": { "name": "@whook/graphql", - "version": "13.1.0", + "version": "13.1.2", "license": "MIT", "dependencies": { "@apollo/server": "^4.9.1", @@ -21030,7 +21030,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "@whook/authorization": "^13.1.0", + "@whook/authorization": "^13.1.2", "axios": "^1.4.0", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", @@ -21224,11 +21224,11 @@ }, "packages/whook-oauth2": { "name": "@whook/oauth2", - "version": "13.1.0", + "version": "13.1.2", "license": "MIT", "dependencies": { "@types/cookie": "^0.5.1", - "@whook/authorization": "^13.1.0", + "@whook/authorization": "^13.1.2", "@whook/whook": "^13.1.0", "camelcase": "^8.0.0", "common-services": "^15.0.0", diff --git a/packages/whook-authorization/package.json b/packages/whook-authorization/package.json index c1db2edd..1c4f1f61 100644 --- a/packages/whook-authorization/package.json +++ b/packages/whook-authorization/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/authorization", - "version": "13.1.0", + "version": "13.1.2", "description": "A wrapper to provide authorization support to a Whook server", "type": "module", "main": "dist/index.js", diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index ede752c6..e02c219a 100644 --- a/packages/whook-aws-lambda/package.json +++ b/packages/whook-aws-lambda/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/aws-lambda", - "version": "13.1.0", + "version": "13.1.2", "description": "Build and deploy to AWS Lambda with Whook.", "type": "module", "main": "dist/index.js", @@ -45,7 +45,7 @@ "dependencies": { "@types/aws-lambda": "^8.10.109", "@types/bytes": "^3.1.1", - "@whook/cors": "^13.1.0", + "@whook/cors": "^13.1.2", "@whook/http-router": "^13.1.0", "@whook/http-transaction": "^13.1.0", "@whook/whook": "^13.1.0", diff --git a/packages/whook-cors/package.json b/packages/whook-cors/package.json index f7e7175b..d01eed79 100644 --- a/packages/whook-cors/package.json +++ b/packages/whook-cors/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/cors", - "version": "13.1.0", + "version": "13.1.2", "description": "A wrapper to provide CORS support to a Whook server", "type": "module", "main": "dist/index.js", diff --git a/packages/whook-create/package.json b/packages/whook-create/package.json index fdbba8b0..1119ca18 100644 --- a/packages/whook-create/package.json +++ b/packages/whook-create/package.json @@ -22,7 +22,7 @@ } }, "name": "@whook/create", - "version": "13.1.1", + "version": "13.1.2", "description": "Kickstart a new Whook server", "type": "module", "main": "dist/index.js", @@ -67,7 +67,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/example": "^13.1.0", + "@whook/example": "^13.1.2", "axios": "^1.4.0", "common-services": "^15.0.0", "debug": "^4.3.4", diff --git a/packages/whook-example/package.json b/packages/whook-example/package.json index a346744e..f0d6c544 100644 --- a/packages/whook-example/package.json +++ b/packages/whook-example/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/example", - "version": "13.1.0", + "version": "13.1.2", "description": "A basic Whook server", "type": "module", "main": "dist/index.js", @@ -79,8 +79,8 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/authorization": "^13.1.0", - "@whook/cors": "^13.1.0", + "@whook/authorization": "^13.1.2", + "@whook/cors": "^13.1.2", "@whook/http-router": "^13.1.0", "@whook/http-server": "^13.1.0", "@whook/http-transaction": "^13.1.0", diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index e3badb49..45102790 100644 --- a/packages/whook-gcp-functions/package.json +++ b/packages/whook-gcp-functions/package.json @@ -29,7 +29,7 @@ } }, "name": "@whook/gcp-functions", - "version": "13.1.0", + "version": "13.1.2", "description": "Build and deploy to GCP Cloud Functions with Whook.", "type": "module", "main": "dist/index.js", @@ -49,7 +49,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/cors": "^13.1.0", + "@whook/cors": "^13.1.2", "@whook/http-router": "^13.1.0", "@whook/whook": "^13.1.0", "ajv": "^8.12.0", diff --git a/packages/whook-graphql/package.json b/packages/whook-graphql/package.json index 5ca2cbfb..41468ce1 100644 --- a/packages/whook-graphql/package.json +++ b/packages/whook-graphql/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/graphql", - "version": "13.1.0", + "version": "13.1.2", "description": "GraphQL implementation for Whook servers", "type": "module", "main": "dist/index.js", @@ -82,7 +82,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", - "@whook/authorization": "^13.1.0", + "@whook/authorization": "^13.1.2", "axios": "^1.4.0", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", diff --git a/packages/whook-oauth2/package.json b/packages/whook-oauth2/package.json index 60ab257f..af7b3e08 100644 --- a/packages/whook-oauth2/package.json +++ b/packages/whook-oauth2/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/oauth2", - "version": "13.1.0", + "version": "13.1.2", "description": "OAuth2 implementation for Whook servers", "type": "module", "main": "dist/index.js", @@ -44,7 +44,7 @@ "homepage": "https://github.com/nfroidure/whook", "dependencies": { "@types/cookie": "^0.5.1", - "@whook/authorization": "^13.1.0", + "@whook/authorization": "^13.1.2", "@whook/whook": "^13.1.0", "camelcase": "^8.0.0", "common-services": "^15.0.0",