From 9a91f940bb084998baa83917bf143ec198bdf143 Mon Sep 17 00:00:00 2001 From: Nicolas Froidure Date: Wed, 22 Jun 2022 20:38:24 +0200 Subject: [PATCH] v10.0.2 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/whook-authorization/package-lock.json | 2 +- packages/whook-authorization/package.json | 4 ++-- packages/whook-aws-lambda/package-lock.json | 2 +- packages/whook-aws-lambda/package.json | 12 ++++++------ packages/whook-cli/CHANGELOG.md | 9 +++++++++ packages/whook-cli/package-lock.json | 2 +- packages/whook-cli/package.json | 4 ++-- packages/whook-cors/package-lock.json | 2 +- packages/whook-cors/package.json | 6 +++--- packages/whook-create/package-lock.json | 2 +- packages/whook-create/package.json | 6 +++--- packages/whook-example/package-lock.json | 2 +- packages/whook-example/package.json | 18 +++++++++--------- packages/whook-gcp-functions/package-lock.json | 2 +- packages/whook-gcp-functions/package.json | 10 +++++----- packages/whook-graphiql/package-lock.json | 2 +- packages/whook-graphiql/package.json | 6 +++--- packages/whook-graphql/package-lock.json | 2 +- packages/whook-graphql/package.json | 8 ++++---- packages/whook-http-router/package-lock.json | 2 +- packages/whook-http-router/package.json | 4 ++-- packages/whook-http-server/package-lock.json | 2 +- packages/whook-http-server/package.json | 4 ++-- .../whook-http-transaction/package-lock.json | 2 +- packages/whook-http-transaction/package.json | 2 +- .../whook-method-override/package-lock.json | 2 +- packages/whook-method-override/package.json | 6 +++--- packages/whook-oauth2/package-lock.json | 2 +- packages/whook-oauth2/package.json | 6 +++--- packages/whook-swagger-ui/package-lock.json | 2 +- packages/whook-swagger-ui/package.json | 6 +++--- packages/whook-versions/package-lock.json | 2 +- packages/whook-versions/package.json | 4 ++-- packages/whook/package-lock.json | 2 +- packages/whook/package.json | 8 ++++---- 37 files changed, 93 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9c86a3..bca6afcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [10.0.2](https://github.com/nfroidure/whook/compare/v10.0.1...v10.0.2) (2022-06-22) + + +### Bug Fixes + +* **@whook/create:** fix the whook project initialization ([30cfd5b](https://github.com/nfroidure/whook/commit/30cfd5b6b0ce6262de7ab01f1b222844e83a5eae)) + + + ## [10.0.1](https://github.com/nfroidure/whook/compare/v10.0.0...v10.0.1) (2022-06-22) diff --git a/lerna.json b/lerna.json index 28008d02..d63ee2ef 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "10.0.1" + "version": "10.0.2" } diff --git a/packages/whook-authorization/package-lock.json b/packages/whook-authorization/package-lock.json index 50ab45e0..6a84062a 100644 --- a/packages/whook-authorization/package-lock.json +++ b/packages/whook-authorization/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/authorization", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-authorization/package.json b/packages/whook-authorization/package.json index ef0f377b..7fa83829 100644 --- a/packages/whook-authorization/package.json +++ b/packages/whook-authorization/package.json @@ -1,6 +1,6 @@ { "name": "@whook/authorization", - "version": "10.0.1", + "version": "10.0.2", "description": "A wrapper to provide authorization support to a Whook server", "type": "module", "main": "dist/index.js", @@ -53,7 +53,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/whook": "^10.0.1", + "@whook/whook": "^10.0.2", "common-services": "^11.0.1", "http-auth-utils": "^3.0.3", "knifecycle": "^14.0.0", diff --git a/packages/whook-aws-lambda/package-lock.json b/packages/whook-aws-lambda/package-lock.json index c2cdec90..b560752b 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": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index 7b3ab7cb..309b1ad4 100644 --- a/packages/whook-aws-lambda/package.json +++ b/packages/whook-aws-lambda/package.json @@ -1,6 +1,6 @@ { "name": "@whook/aws-lambda", - "version": "10.0.1", + "version": "10.0.2", "description": "Build and deploy to AWS Lambda with Whook.", "type": "module", "main": "dist/index.js", @@ -45,11 +45,11 @@ "dependencies": { "@types/aws-lambda": "^8.10.97", "@types/bytes": "^3.1.1", - "@whook/cli": "^10.0.1", - "@whook/cors": "^10.0.1", - "@whook/http-router": "^10.0.1", - "@whook/http-transaction": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/cli": "^10.0.2", + "@whook/cors": "^10.0.2", + "@whook/http-router": "^10.0.2", + "@whook/http-transaction": "^10.0.2", + "@whook/whook": "^10.0.2", "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "bytes": "^3.1.2", diff --git a/packages/whook-cli/CHANGELOG.md b/packages/whook-cli/CHANGELOG.md index 06e24037..bb2b7c20 100644 --- a/packages/whook-cli/CHANGELOG.md +++ b/packages/whook-cli/CHANGELOG.md @@ -1,3 +1,12 @@ +## [10.0.2](https://github.com/nfroidure/whook/compare/v10.0.1...v10.0.2) (2022-06-22) + + +### Bug Fixes + +* **@whook/create:** fix the whook project initialization ([30cfd5b](https://github.com/nfroidure/whook/commit/30cfd5b6b0ce6262de7ab01f1b222844e83a5eae)) + + + ## [10.0.1](https://github.com/nfroidure/whook/compare/v10.0.0...v10.0.1) (2022-06-22) diff --git a/packages/whook-cli/package-lock.json b/packages/whook-cli/package-lock.json index 4d47b96d..9d1b409a 100644 --- a/packages/whook-cli/package-lock.json +++ b/packages/whook-cli/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/cli", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-cli/package.json b/packages/whook-cli/package.json index 5148b116..9a0d7a2d 100644 --- a/packages/whook-cli/package.json +++ b/packages/whook-cli/package.json @@ -1,6 +1,6 @@ { "name": "@whook/cli", - "version": "10.0.1", + "version": "10.0.2", "description": "The Whook server CLI", "type": "module", "main": "dist/index.js", @@ -75,7 +75,7 @@ "dependencies": { "@types/fs-extra": "^9.0.10", "@types/inquirer": "^7.3.1", - "@whook/whook": "^10.0.1", + "@whook/whook": "^10.0.2", "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "camelcase": "^7.0.0", diff --git a/packages/whook-cors/package-lock.json b/packages/whook-cors/package-lock.json index 5af8ae31..7dfde620 100644 --- a/packages/whook-cors/package-lock.json +++ b/packages/whook-cors/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/cors", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-cors/package.json b/packages/whook-cors/package.json index 7fd66c4c..97ba8f76 100644 --- a/packages/whook-cors/package.json +++ b/packages/whook-cors/package.json @@ -1,6 +1,6 @@ { "name": "@whook/cors", - "version": "10.0.1", + "version": "10.0.2", "description": "A wrapper to provide CORS support to a Whook server", "type": "module", "main": "dist/index.js", @@ -53,8 +53,8 @@ "homepage": "https://github.com/nfroidure/whook", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", - "@whook/http-router": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/http-router": "^10.0.2", + "@whook/whook": "^10.0.2", "knifecycle": "^14.0.0", "openapi-types": "^12.0.0", "yhttperror": "^6.1.1" diff --git a/packages/whook-create/package-lock.json b/packages/whook-create/package-lock.json index cdb03785..6d989873 100644 --- a/packages/whook-create/package-lock.json +++ b/packages/whook-create/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/create", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-create/package.json b/packages/whook-create/package.json index aa2a7787..dc97b894 100644 --- a/packages/whook-create/package.json +++ b/packages/whook-create/package.json @@ -1,6 +1,6 @@ { "name": "@whook/create", - "version": "10.0.1", + "version": "10.0.2", "description": "Kickstart a new Whook server", "type": "module", "main": "dist/index.js", @@ -66,8 +66,8 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/cli": "^10.0.1", - "@whook/example": "^10.0.1", + "@whook/cli": "^10.0.2", + "@whook/example": "^10.0.2", "axios": "^0.27.2", "common-services": "^11.0.1", "debug": "^4.3.4", diff --git a/packages/whook-example/package-lock.json b/packages/whook-example/package-lock.json index 640d4cfe..4d906d08 100644 --- a/packages/whook-example/package-lock.json +++ b/packages/whook-example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/example", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-example/package.json b/packages/whook-example/package.json index a292a9f3..85f455d4 100644 --- a/packages/whook-example/package.json +++ b/packages/whook-example/package.json @@ -1,6 +1,6 @@ { "name": "@whook/example", - "version": "10.0.1", + "version": "10.0.2", "description": "A basic Whook server", "type": "module", "main": "dist/index.js", @@ -77,14 +77,14 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/authorization": "^10.0.1", - "@whook/cli": "^10.0.1", - "@whook/cors": "^10.0.1", - "@whook/http-router": "^10.0.1", - "@whook/http-server": "^10.0.1", - "@whook/http-transaction": "^10.0.1", - "@whook/swagger-ui": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/authorization": "^10.0.2", + "@whook/cli": "^10.0.2", + "@whook/cors": "^10.0.2", + "@whook/http-router": "^10.0.2", + "@whook/http-server": "^10.0.2", + "@whook/http-transaction": "^10.0.2", + "@whook/swagger-ui": "^10.0.2", + "@whook/whook": "^10.0.2", "common-services": "^11.0.1", "http-auth-utils": "^3.0.3", "jwt-service": "^9.0.1", diff --git a/packages/whook-gcp-functions/package-lock.json b/packages/whook-gcp-functions/package-lock.json index 07bef466..20421cb1 100644 --- a/packages/whook-gcp-functions/package-lock.json +++ b/packages/whook-gcp-functions/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/gcp-functions", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index fc801934..ed8a4a8d 100644 --- a/packages/whook-gcp-functions/package.json +++ b/packages/whook-gcp-functions/package.json @@ -1,6 +1,6 @@ { "name": "@whook/gcp-functions", - "version": "10.0.1", + "version": "10.0.2", "description": "Build and deploy to GCP Cloud Functions with Whook.", "type": "module", "main": "dist/index.js", @@ -49,10 +49,10 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/cli": "^10.0.1", - "@whook/cors": "^10.0.1", - "@whook/http-router": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/cli": "^10.0.2", + "@whook/cors": "^10.0.2", + "@whook/http-router": "^10.0.2", + "@whook/whook": "^10.0.2", "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "camelcase": "^7.0.0", diff --git a/packages/whook-graphiql/package-lock.json b/packages/whook-graphiql/package-lock.json index ad062806..6d6b5204 100644 --- a/packages/whook-graphiql/package-lock.json +++ b/packages/whook-graphiql/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/graphiql", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-graphiql/package.json b/packages/whook-graphiql/package.json index db350361..208626c4 100644 --- a/packages/whook-graphiql/package.json +++ b/packages/whook-graphiql/package.json @@ -1,6 +1,6 @@ { "name": "@whook/graphiql", - "version": "10.0.1", + "version": "10.0.2", "description": "A wrapper for the Whook HTTP Router to provide GraphIQL for local dev", "type": "module", "main": "dist/index.js", @@ -65,7 +65,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/whook": "^10.0.1", + "@whook/whook": "^10.0.2", "apollo-server-module-graphiql": "^1.4.0", "knifecycle": "^14.0.0", "openapi-types": "^12.0.0" @@ -74,7 +74,7 @@ "@types/jest": "^28.1.1", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", - "@whook/http-router": "^10.0.1", + "@whook/http-router": "^10.0.2", "axios": "^0.27.2", "esbuild": "^0.14.46", "esbuild-jest": "^0.5.0", diff --git a/packages/whook-graphql/package-lock.json b/packages/whook-graphql/package-lock.json index 894de3de..96189fda 100644 --- a/packages/whook-graphql/package-lock.json +++ b/packages/whook-graphql/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/graphql", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-graphql/package.json b/packages/whook-graphql/package.json index 8723db5c..71d0e894 100644 --- a/packages/whook-graphql/package.json +++ b/packages/whook-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@whook/graphql", - "version": "10.0.1", + "version": "10.0.2", "description": "GraphQL implementation for Whook servers", "type": "module", "main": "dist/index.js", @@ -65,8 +65,8 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/http-transaction": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/http-transaction": "^10.0.2", + "@whook/whook": "^10.0.2", "apollo-server-core": "^2.25.0", "apollo-server-env": "^3.1.0", "common-services": "^11.0.1", @@ -79,7 +79,7 @@ "@types/jest": "^28.1.1", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", - "@whook/authorization": "^10.0.1", + "@whook/authorization": "^10.0.2", "axios": "^0.27.2", "esbuild": "^0.14.46", "esbuild-jest": "^0.5.0", diff --git a/packages/whook-http-router/package-lock.json b/packages/whook-http-router/package-lock.json index 3d233ea6..a6364619 100644 --- a/packages/whook-http-router/package-lock.json +++ b/packages/whook-http-router/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/http-router", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-http-router/package.json b/packages/whook-http-router/package.json index 610b038b..a867cedd 100644 --- a/packages/whook-http-router/package.json +++ b/packages/whook-http-router/package.json @@ -1,6 +1,6 @@ { "name": "@whook/http-router", - "version": "10.0.1", + "version": "10.0.2", "description": "The Whook base HTTP router", "type": "module", "main": "dist/index.js", @@ -55,7 +55,7 @@ "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@types/qs": "^6.9.7", - "@whook/http-transaction": "^10.0.1", + "@whook/http-transaction": "^10.0.2", "ajv": "^8.11.0", "ajv-formats": "^2.1.1", "bytes": "^3.1.2", diff --git a/packages/whook-http-server/package-lock.json b/packages/whook-http-server/package-lock.json index d83151c9..f818beb5 100644 --- a/packages/whook-http-server/package-lock.json +++ b/packages/whook-http-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/http-server", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-http-server/package.json b/packages/whook-http-server/package.json index 3bead934..eaa65775 100644 --- a/packages/whook-http-server/package.json +++ b/packages/whook-http-server/package.json @@ -1,6 +1,6 @@ { "name": "@whook/http-server", - "version": "10.0.1", + "version": "10.0.2", "description": "The Whook base HTTP server", "type": "module", "main": "dist/index.js", @@ -53,7 +53,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/http-router": "^10.0.1", + "@whook/http-router": "^10.0.2", "knifecycle": "^14.0.0", "ms": "^2.1.3", "yerror": "^6.1.1" diff --git a/packages/whook-http-transaction/package-lock.json b/packages/whook-http-transaction/package-lock.json index 6c6645f6..ec345f73 100644 --- a/packages/whook-http-transaction/package-lock.json +++ b/packages/whook-http-transaction/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/http-transaction", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-http-transaction/package.json b/packages/whook-http-transaction/package.json index 3b8d1fc9..44f4c4f2 100644 --- a/packages/whook-http-transaction/package.json +++ b/packages/whook-http-transaction/package.json @@ -1,6 +1,6 @@ { "name": "@whook/http-transaction", - "version": "10.0.1", + "version": "10.0.2", "description": "Isolated HTTP Transactions for the Whook framework", "type": "module", "main": "dist/index.js", diff --git a/packages/whook-method-override/package-lock.json b/packages/whook-method-override/package-lock.json index d58a4633..22efdc79 100644 --- a/packages/whook-method-override/package-lock.json +++ b/packages/whook-method-override/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/method-override", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-method-override/package.json b/packages/whook-method-override/package.json index 1fef2e79..3bc0d20d 100644 --- a/packages/whook-method-override/package.json +++ b/packages/whook-method-override/package.json @@ -1,6 +1,6 @@ { "name": "@whook/method-override", - "version": "10.0.1", + "version": "10.0.2", "description": "A wrapper for the Whook HTTP Transaction service to handle patch method compatibility.", "type": "module", "main": "dist/index.js", @@ -52,8 +52,8 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/http-transaction": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/http-transaction": "^10.0.2", + "@whook/whook": "^10.0.2", "common-services": "^11.0.1", "knifecycle": "^14.0.0", "openapi-types": "^12.0.0" diff --git a/packages/whook-oauth2/package-lock.json b/packages/whook-oauth2/package-lock.json index 6d5c13ed..1d82d679 100644 --- a/packages/whook-oauth2/package-lock.json +++ b/packages/whook-oauth2/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/oauth2", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-oauth2/package.json b/packages/whook-oauth2/package.json index c9f2a383..f0defa79 100644 --- a/packages/whook-oauth2/package.json +++ b/packages/whook-oauth2/package.json @@ -1,6 +1,6 @@ { "name": "@whook/oauth2", - "version": "10.0.1", + "version": "10.0.2", "description": "OAuth2 implementation for Whook servers", "type": "module", "main": "dist/index.js", @@ -44,8 +44,8 @@ "homepage": "https://github.com/nfroidure/whook", "dependencies": { "@types/cookie": "^0.5.1", - "@whook/authorization": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/authorization": "^10.0.2", + "@whook/whook": "^10.0.2", "camelcase": "^7.0.0", "common-services": "^11.0.1", "cookie": "^0.5.0", diff --git a/packages/whook-swagger-ui/package-lock.json b/packages/whook-swagger-ui/package-lock.json index 8bab86d8..64bd30df 100644 --- a/packages/whook-swagger-ui/package-lock.json +++ b/packages/whook-swagger-ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/swagger-ui", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-swagger-ui/package.json b/packages/whook-swagger-ui/package.json index 5a3c0953..4f16d9d1 100644 --- a/packages/whook-swagger-ui/package.json +++ b/packages/whook-swagger-ui/package.json @@ -1,6 +1,6 @@ { "name": "@whook/swagger-ui", - "version": "10.0.1", + "version": "10.0.2", "description": "A wrapper for the Whook HTTP Router to provide SwaggerUI for local dev", "type": "module", "main": "dist/index.js", @@ -65,8 +65,8 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/http-router": "^10.0.1", - "@whook/whook": "^10.0.1", + "@whook/http-router": "^10.0.2", + "@whook/whook": "^10.0.2", "axios": "^0.27.2", "ecstatic": "^4.1.4", "knifecycle": "^14.0.0", diff --git a/packages/whook-versions/package-lock.json b/packages/whook-versions/package-lock.json index b2db9b6b..2d0ee3e4 100644 --- a/packages/whook-versions/package-lock.json +++ b/packages/whook-versions/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/versions", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook-versions/package.json b/packages/whook-versions/package.json index 38a57692..67097528 100644 --- a/packages/whook-versions/package.json +++ b/packages/whook-versions/package.json @@ -1,6 +1,6 @@ { "name": "@whook/versions", - "version": "10.0.1", + "version": "10.0.2", "description": "A wrapper to provide versions check support to a Whook server", "type": "module", "main": "dist/index.js", @@ -53,7 +53,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/whook": "^10.0.1", + "@whook/whook": "^10.0.2", "knifecycle": "^14.0.0", "openapi-types": "^12.0.0", "semver": "^7.3.7", diff --git a/packages/whook/package-lock.json b/packages/whook/package-lock.json index 0e8bc5b6..ab4b3965 100644 --- a/packages/whook/package-lock.json +++ b/packages/whook/package-lock.json @@ -1,6 +1,6 @@ { "name": "@whook/whook", - "version": "10.0.1", + "version": "10.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/whook/package.json b/packages/whook/package.json index 6f6beaae..0a06305c 100644 --- a/packages/whook/package.json +++ b/packages/whook/package.json @@ -1,6 +1,6 @@ { "name": "@whook/whook", - "version": "10.0.1", + "version": "10.0.2", "description": "Build strong and efficient REST web services.", "type": "module", "main": "dist/index.js", @@ -96,9 +96,9 @@ "typescript": "^4.7.3" }, "dependencies": { - "@whook/http-router": "^10.0.1", - "@whook/http-server": "^10.0.1", - "@whook/http-transaction": "^10.0.1", + "@whook/http-router": "^10.0.2", + "@whook/http-server": "^10.0.2", + "@whook/http-transaction": "^10.0.2", "common-services": "^11.0.1", "debug": "^4.3.4", "dotenv": "^16.0.1",