diff --git a/CHANGELOG.md b/CHANGELOG.md index cd104c2b..2457d5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [14.0.0](https://github.com/nfroidure/whook/compare/v13.2.2...v14.0.0) (2023-11-07) + + +### Features + +* **@whook/whook:** add a customizable build directory ([7f42eea](https://github.com/nfroidure/whook/commit/7f42eeafc33e92ecb94ce6d8de85a48743f30ced)) +* **@whook/whook:** allow to filter the API ([6597207](https://github.com/nfroidure/whook/commit/6597207b7a0e177b81f7d0a18e0c79ba67e38f5d)), closes [#170](https://github.com/nfroidure/whook/issues/170) + + + ## [13.2.1](https://github.com/nfroidure/whook/compare/v13.2.0...v13.2.1) (2023-09-29) diff --git a/lerna.json b/lerna.json index 92e69df6..ccf519b4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "13.2.2", + "version": "14.0.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 313fb175..b6b219db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18754,12 +18754,12 @@ }, "packages/whook": { "name": "@whook/whook", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/http-router": "^13.2.0", - "@whook/http-server": "^13.2.0", - "@whook/http-transaction": "^13.2.0", + "@whook/http-router": "^14.0.0", + "@whook/http-server": "^14.0.0", + "@whook/http-transaction": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -18820,10 +18820,10 @@ }, "packages/whook-authorization": { "name": "@whook/authorization", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/whook": "^13.2.1", + "@whook/whook": "^14.0.0", "common-services": "^15.0.0", "http-auth-utils": "^5.0.1", "knifecycle": "^17.0.1", @@ -18854,15 +18854,15 @@ }, "packages/whook-aws-lambda": { "name": "@whook/aws-lambda", - "version": "13.2.2", + "version": "14.0.0", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.109", "@types/bytes": "^3.1.1", - "@whook/cors": "^13.2.1", - "@whook/http-router": "^13.2.0", - "@whook/http-transaction": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/cors": "^14.0.0", + "@whook/http-router": "^14.0.0", + "@whook/http-transaction": "^14.0.0", + "@whook/whook": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -18905,12 +18905,12 @@ }, "packages/whook-cors": { "name": "@whook/cors", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", - "@whook/http-router": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-router": "^14.0.0", + "@whook/whook": "^14.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", "yhttperror": "^8.0.0" @@ -18939,10 +18939,10 @@ }, "packages/whook-create": { "name": "@whook/create", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/example": "^13.2.1", + "@whook/example": "^14.0.0", "axios": "^1.5.1", "common-services": "^15.0.0", "debug": "^4.3.4", @@ -19220,16 +19220,16 @@ }, "packages/whook-example": { "name": "@whook/example", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/authorization": "^13.2.1", - "@whook/cors": "^13.2.1", - "@whook/http-router": "^13.2.0", - "@whook/http-server": "^13.2.0", - "@whook/http-transaction": "^13.2.0", - "@whook/swagger-ui": "^13.2.1", - "@whook/whook": "^13.2.1", + "@whook/authorization": "^14.0.0", + "@whook/cors": "^14.0.0", + "@whook/http-router": "^14.0.0", + "@whook/http-server": "^14.0.0", + "@whook/http-transaction": "^14.0.0", + "@whook/swagger-ui": "^14.0.0", + "@whook/whook": "^14.0.0", "application-services": "^4.0.0", "common-services": "^15.0.0", "http-auth-utils": "^5.0.1", @@ -19273,12 +19273,12 @@ }, "packages/whook-gcp-functions": { "name": "@whook/gcp-functions", - "version": "13.2.2", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/cors": "^13.2.1", - "@whook/http-router": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/cors": "^14.0.0", + "@whook/http-router": "^14.0.0", + "@whook/whook": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -19317,10 +19317,10 @@ }, "packages/whook-graphiql": { "name": "@whook/graphiql", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/whook": "^13.2.1", + "@whook/whook": "^14.0.0", "apollo-server-module-graphiql": "^1.4.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -19333,7 +19333,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "@whook/http-router": "^13.2.0", + "@whook/http-router": "^14.0.0", "axios": "^1.5.1", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", @@ -19352,12 +19352,12 @@ }, "packages/whook-graphql": { "name": "@whook/graphql", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { "@apollo/server": "^4.9.4", - "@whook/http-transaction": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-transaction": "^14.0.0", + "@whook/whook": "^14.0.0", "common-services": "^15.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -19371,7 +19371,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "@whook/authorization": "^13.2.1", + "@whook/authorization": "^14.0.0", "axios": "^1.5.1", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", @@ -19392,14 +19392,14 @@ }, "packages/whook-http-router": { "name": "@whook/http-router", - "version": "13.2.0", + "version": "14.0.0", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@types/content-type": "^1.1.5", "@types/negotiator": "^0.6.1", "@types/qs": "^6.9.7", - "@whook/http-transaction": "^13.2.0", + "@whook/http-transaction": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -19450,10 +19450,10 @@ }, "packages/whook-http-server": { "name": "@whook/http-server", - "version": "13.2.0", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/http-router": "^13.2.0", + "@whook/http-router": "^14.0.0", "knifecycle": "^17.0.1", "ms": "^2.1.3", "yerror": "^8.0.0" @@ -19488,7 +19488,7 @@ }, "packages/whook-http-transaction": { "name": "@whook/http-transaction", - "version": "13.2.0", + "version": "14.0.0", "license": "MIT", "dependencies": { "common-services": "^15.0.0", @@ -19532,11 +19532,11 @@ }, "packages/whook-method-override": { "name": "@whook/method-override", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/http-transaction": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-transaction": "^14.0.0", + "@whook/whook": "^14.0.0", "common-services": "^15.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3" @@ -19565,12 +19565,12 @@ }, "packages/whook-oauth2": { "name": "@whook/oauth2", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { "@types/cookie": "^0.5.1", - "@whook/authorization": "^13.2.1", - "@whook/whook": "^13.2.1", + "@whook/authorization": "^14.0.0", + "@whook/whook": "^14.0.0", "camelcase": "^8.0.0", "common-services": "^15.0.0", "cookie": "^0.5.0", @@ -19605,11 +19605,11 @@ }, "packages/whook-swagger-ui": { "name": "@whook/swagger-ui", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/http-router": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-router": "^14.0.0", + "@whook/whook": "^14.0.0", "axios": "^1.5.1", "ecstatic": "^4.1.4", "knifecycle": "^17.0.1", @@ -19640,10 +19640,10 @@ }, "packages/whook-versions": { "name": "@whook/versions", - "version": "13.2.1", + "version": "14.0.0", "license": "MIT", "dependencies": { - "@whook/whook": "^13.2.1", + "@whook/whook": "^14.0.0", "application-services": "^4.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", diff --git a/packages/whook-authorization/package.json b/packages/whook-authorization/package.json index 7c7a4537..f1231ced 100644 --- a/packages/whook-authorization/package.json +++ b/packages/whook-authorization/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/authorization", - "version": "13.2.1", + "version": "14.0.0", "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": "^13.2.1", + "@whook/whook": "^14.0.0", "common-services": "^15.0.0", "http-auth-utils": "^5.0.1", "knifecycle": "^17.0.1", @@ -165,4 +165,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index 3a489a58..ceff11a2 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.2.2", + "version": "14.0.0", "description": "Build and deploy to AWS Lambda with Whook.", "type": "module", "main": "dist/index.js", @@ -45,10 +45,10 @@ "dependencies": { "@types/aws-lambda": "^8.10.109", "@types/bytes": "^3.1.1", - "@whook/cors": "^13.2.1", - "@whook/http-router": "^13.2.0", - "@whook/http-transaction": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/cors": "^14.0.0", + "@whook/http-router": "^14.0.0", + "@whook/http-transaction": "^14.0.0", + "@whook/whook": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -172,4 +172,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-cors/package.json b/packages/whook-cors/package.json index 5142c14e..14562624 100644 --- a/packages/whook-cors/package.json +++ b/packages/whook-cors/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/cors", - "version": "13.2.1", + "version": "14.0.0", "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": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-router": "^14.0.0", + "@whook/whook": "^14.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", "yhttperror": "^8.0.0" @@ -164,4 +164,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-create/package.json b/packages/whook-create/package.json index 3c4c60a0..148d1cc0 100644 --- a/packages/whook-create/package.json +++ b/packages/whook-create/package.json @@ -22,7 +22,7 @@ } }, "name": "@whook/create", - "version": "13.2.1", + "version": "14.0.0", "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.2.1", + "@whook/example": "^14.0.0", "axios": "^1.5.1", "common-services": "^15.0.0", "debug": "^4.3.4", @@ -168,4 +168,4 @@ ], "prettierPath": null } -} \ No newline at end of file +} diff --git a/packages/whook-example/package.json b/packages/whook-example/package.json index 6a2046ca..3b33d7c9 100644 --- a/packages/whook-example/package.json +++ b/packages/whook-example/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/example", - "version": "13.2.1", + "version": "14.0.0", "description": "A basic Whook server", "type": "module", "main": "dist/index.js", @@ -79,13 +79,13 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/authorization": "^13.2.1", - "@whook/cors": "^13.2.1", - "@whook/http-router": "^13.2.0", - "@whook/http-server": "^13.2.0", - "@whook/http-transaction": "^13.2.0", - "@whook/swagger-ui": "^13.2.1", - "@whook/whook": "^13.2.1", + "@whook/authorization": "^14.0.0", + "@whook/cors": "^14.0.0", + "@whook/http-router": "^14.0.0", + "@whook/http-server": "^14.0.0", + "@whook/http-transaction": "^14.0.0", + "@whook/swagger-ui": "^14.0.0", + "@whook/whook": "^14.0.0", "application-services": "^4.0.0", "common-services": "^15.0.0", "http-auth-utils": "^5.0.1", @@ -205,4 +205,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index f3e3548e..7aa99a4f 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.2.2", + "version": "14.0.0", "description": "Build and deploy to GCP Cloud Functions with Whook.", "type": "module", "main": "dist/index.js", @@ -49,9 +49,9 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/cors": "^13.2.1", - "@whook/http-router": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/cors": "^14.0.0", + "@whook/http-router": "^14.0.0", + "@whook/whook": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -171,4 +171,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-graphiql/package.json b/packages/whook-graphiql/package.json index bcc52cf1..50c51802 100644 --- a/packages/whook-graphiql/package.json +++ b/packages/whook-graphiql/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/graphiql", - "version": "13.2.1", + "version": "14.0.0", "description": "A wrapper for the Whook HTTP Router to provide GraphIQL for local dev", "type": "module", "main": "dist/index.js", @@ -66,7 +66,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/whook": "^13.2.1", + "@whook/whook": "^14.0.0", "apollo-server-module-graphiql": "^1.4.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -79,7 +79,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "@whook/http-router": "^13.2.0", + "@whook/http-router": "^14.0.0", "axios": "^1.5.1", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", @@ -166,4 +166,4 @@ ], "prettierPath": null } -} \ No newline at end of file +} diff --git a/packages/whook-graphql/package.json b/packages/whook-graphql/package.json index 488afba0..ac5817df 100644 --- a/packages/whook-graphql/package.json +++ b/packages/whook-graphql/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/graphql", - "version": "13.2.1", + "version": "14.0.0", "description": "GraphQL implementation for Whook servers", "type": "module", "main": "dist/index.js", @@ -67,8 +67,8 @@ "homepage": "https://github.com/nfroidure/whook", "dependencies": { "@apollo/server": "^4.9.4", - "@whook/http-transaction": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-transaction": "^14.0.0", + "@whook/whook": "^14.0.0", "common-services": "^15.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -82,7 +82,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "@whook/authorization": "^13.2.1", + "@whook/authorization": "^14.0.0", "axios": "^1.5.1", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", @@ -171,4 +171,4 @@ ], "prettierPath": null } -} \ No newline at end of file +} diff --git a/packages/whook-http-router/package.json b/packages/whook-http-router/package.json index 0f743a26..08c256f2 100644 --- a/packages/whook-http-router/package.json +++ b/packages/whook-http-router/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/http-router", - "version": "13.2.0", + "version": "14.0.0", "description": "The Whook base HTTP router", "type": "module", "main": "dist/index.js", @@ -57,7 +57,7 @@ "@types/content-type": "^1.1.5", "@types/negotiator": "^0.6.1", "@types/qs": "^6.9.7", - "@whook/http-transaction": "^13.2.0", + "@whook/http-transaction": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -184,4 +184,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-http-server/package.json b/packages/whook-http-server/package.json index a58f6bdb..8c028c7a 100644 --- a/packages/whook-http-server/package.json +++ b/packages/whook-http-server/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/http-server", - "version": "13.2.0", + "version": "14.0.0", "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": "^13.2.0", + "@whook/http-router": "^14.0.0", "knifecycle": "^17.0.1", "ms": "^2.1.3", "yerror": "^8.0.0" @@ -164,4 +164,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-http-transaction/package.json b/packages/whook-http-transaction/package.json index 07d0a04c..f1bf2d8d 100644 --- a/packages/whook-http-transaction/package.json +++ b/packages/whook-http-transaction/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/http-transaction", - "version": "13.2.0", + "version": "14.0.0", "description": "Isolated HTTP Transactions for the Whook framework", "type": "module", "main": "dist/index.js", @@ -178,4 +178,4 @@ ] } } -} \ No newline at end of file +} diff --git a/packages/whook-method-override/package.json b/packages/whook-method-override/package.json index 6f872ec5..29a223f5 100644 --- a/packages/whook-method-override/package.json +++ b/packages/whook-method-override/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/method-override", - "version": "13.2.1", + "version": "14.0.0", "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": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-transaction": "^14.0.0", + "@whook/whook": "^14.0.0", "common-services": "^15.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3" @@ -163,4 +163,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-oauth2/package.json b/packages/whook-oauth2/package.json index 18e98d1a..ea42cd0e 100644 --- a/packages/whook-oauth2/package.json +++ b/packages/whook-oauth2/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/oauth2", - "version": "13.2.1", + "version": "14.0.0", "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": "^13.2.1", - "@whook/whook": "^13.2.1", + "@whook/authorization": "^14.0.0", + "@whook/whook": "^14.0.0", "camelcase": "^8.0.0", "common-services": "^15.0.0", "cookie": "^0.5.0", @@ -161,4 +161,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook-swagger-ui/package.json b/packages/whook-swagger-ui/package.json index 6b716c81..65991da8 100644 --- a/packages/whook-swagger-ui/package.json +++ b/packages/whook-swagger-ui/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/swagger-ui", - "version": "13.2.1", + "version": "14.0.0", "description": "A wrapper for the Whook HTTP Router to provide SwaggerUI for local dev", "type": "module", "main": "dist/index.js", @@ -66,8 +66,8 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/http-router": "^13.2.0", - "@whook/whook": "^13.2.1", + "@whook/http-router": "^14.0.0", + "@whook/whook": "^14.0.0", "axios": "^1.5.1", "ecstatic": "^4.1.4", "knifecycle": "^17.0.1", @@ -166,4 +166,4 @@ ], "prettierPath": null } -} \ No newline at end of file +} diff --git a/packages/whook-versions/package.json b/packages/whook-versions/package.json index 23ecf0a4..a4c60970 100644 --- a/packages/whook-versions/package.json +++ b/packages/whook-versions/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/versions", - "version": "13.2.1", + "version": "14.0.0", "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": "^13.2.1", + "@whook/whook": "^14.0.0", "application-services": "^4.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -165,4 +165,4 @@ "test": "npm run jest", "type-check": "tsc --pretty --noEmit" } -} \ No newline at end of file +} diff --git a/packages/whook/package.json b/packages/whook/package.json index 9dec4e9b..13d5cf0e 100644 --- a/packages/whook/package.json +++ b/packages/whook/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/whook", - "version": "13.2.1", + "version": "14.0.0", "description": "Build strong and efficient REST web services.", "type": "module", "main": "dist/index.js", @@ -105,9 +105,9 @@ "typescript": "^5.2.2" }, "dependencies": { - "@whook/http-router": "^13.2.0", - "@whook/http-server": "^13.2.0", - "@whook/http-transaction": "^13.2.0", + "@whook/http-router": "^14.0.0", + "@whook/http-server": "^14.0.0", + "@whook/http-transaction": "^14.0.0", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^4.0.0", @@ -210,4 +210,4 @@ ] } } -} \ No newline at end of file +}