From dc8b5ec6d5f6be2bdcecfdecf565906201d41808 Mon Sep 17 00:00:00 2001 From: Nicolas Froidure Date: Tue, 16 Jul 2024 15:05:33 +0200 Subject: [PATCH] v17.0.0 --- CHANGELOG.md | 9 ++ lerna.json | 2 +- package-lock.json | 102 +++++++++---------- packages/whook-authorization/package.json | 6 +- packages/whook-aws-lambda/package.json | 12 +-- packages/whook-cors/package.json | 8 +- packages/whook-create/package.json | 6 +- packages/whook-example/package.json | 18 ++-- packages/whook-gcp-functions/package.json | 10 +- packages/whook-graphiql/package.json | 8 +- packages/whook-graphql/package.json | 10 +- packages/whook-http-router/package.json | 6 +- packages/whook-http-server/package.json | 6 +- packages/whook-http-transaction/package.json | 4 +- packages/whook-method-override/package.json | 8 +- packages/whook-oauth2/package.json | 8 +- packages/whook-swagger-ui/package.json | 8 +- packages/whook-versions/package.json | 6 +- packages/whook/package.json | 10 +- 19 files changed, 128 insertions(+), 119 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f35310..00e79cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [17.0.0](https://github.com/nfroidure/whook/compare/v16.1.1...v17.0.0) (2024-07-16) + + +### Features + +* **openapi:** move OpenAPI support to 3.1 ([87fe576](https://github.com/nfroidure/whook/commit/87fe576be7ebe32835ff7b45d8f0c2d145316e85)) + + + ## 16.1.1 (2024-05-27) * chore(dependencies): update dependencies ([8bc226a](https://github.com/nfroidure/whook/commit/8bc226a)) diff --git a/lerna.json b/lerna.json index 0d9005a4..3e52af27 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "16.1.1", + "version": "17.0.0", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fe376ee8..1fe39fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18633,12 +18633,12 @@ }, "packages/whook": { "name": "@whook/whook", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/http-router": "^16.1.1", - "@whook/http-server": "^16.1.1", - "@whook/http-transaction": "^16.1.1", + "@whook/http-router": "^17.0.0", + "@whook/http-server": "^17.0.0", + "@whook/http-transaction": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -18699,10 +18699,10 @@ }, "packages/whook-authorization": { "name": "@whook/authorization", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/whook": "^16.1.1", + "@whook/whook": "^17.0.0", "common-services": "^16.0.4", "http-auth-utils": "^6.0.1", "knifecycle": "^17.0.3", @@ -18734,15 +18734,15 @@ }, "packages/whook-aws-lambda": { "name": "@whook/aws-lambda", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.141", "@types/bytes": "^3.1.4", - "@whook/cors": "^16.1.1", - "@whook/http-router": "^16.1.1", - "@whook/http-transaction": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/cors": "^17.0.0", + "@whook/http-router": "^17.0.0", + "@whook/http-transaction": "^17.0.0", + "@whook/whook": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -18785,12 +18785,12 @@ }, "packages/whook-cors": { "name": "@whook/cors", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", - "@whook/http-router": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-router": "^17.0.0", + "@whook/whook": "^17.0.0", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", "yhttperror": "^8.0.0" @@ -18820,10 +18820,10 @@ }, "packages/whook-create": { "name": "@whook/create", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/example": "^16.1.1", + "@whook/example": "^17.0.0", "axios": "^1.7.2", "common-services": "^16.0.4", "debug": "^4.3.5", @@ -18906,17 +18906,17 @@ }, "packages/whook-example": { "name": "@whook/example", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", - "@whook/authorization": "^16.1.1", - "@whook/cors": "^16.1.1", - "@whook/http-router": "^16.1.1", - "@whook/http-server": "^16.1.1", - "@whook/http-transaction": "^16.1.1", - "@whook/swagger-ui": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/authorization": "^17.0.0", + "@whook/cors": "^17.0.0", + "@whook/http-router": "^17.0.0", + "@whook/http-server": "^17.0.0", + "@whook/http-transaction": "^17.0.0", + "@whook/swagger-ui": "^17.0.0", + "@whook/whook": "^17.0.0", "application-services": "^6.1.0", "common-services": "^16.0.4", "http-auth-utils": "^6.0.1", @@ -18959,12 +18959,12 @@ }, "packages/whook-gcp-functions": { "name": "@whook/gcp-functions", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/cors": "^16.1.1", - "@whook/http-router": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/cors": "^17.0.0", + "@whook/http-router": "^17.0.0", + "@whook/whook": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -19003,10 +19003,10 @@ }, "packages/whook-graphiql": { "name": "@whook/graphiql", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/whook": "^16.1.1", + "@whook/whook": "^17.0.0", "apollo-server-module-graphiql": "^1.4.0", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", @@ -19018,7 +19018,7 @@ "@swc/core": "^1.6.13", "@swc/helpers": "^0.5.12", "@swc/jest": "^0.2.36", - "@whook/http-router": "^16.1.1", + "@whook/http-router": "^17.0.0", "axios": "^1.7.2", "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", @@ -19039,12 +19039,12 @@ }, "packages/whook-graphql": { "name": "@whook/graphql", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "@apollo/server": "^4.10.4", - "@whook/http-transaction": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-transaction": "^17.0.0", + "@whook/whook": "^17.0.0", "common-services": "^16.0.4", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", @@ -19057,7 +19057,7 @@ "@swc/core": "^1.6.13", "@swc/helpers": "^0.5.12", "@swc/jest": "^0.2.36", - "@whook/authorization": "^16.1.1", + "@whook/authorization": "^17.0.0", "axios": "^1.7.2", "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", @@ -19080,14 +19080,14 @@ }, "packages/whook-http-router": { "name": "@whook/http-router", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@types/content-type": "^1.1.8", "@types/negotiator": "^0.6.3", "@types/qs": "^6.9.15", - "@whook/http-transaction": "^16.1.1", + "@whook/http-transaction": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -19139,10 +19139,10 @@ }, "packages/whook-http-server": { "name": "@whook/http-server", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/http-router": "^16.1.1", + "@whook/http-router": "^17.0.0", "knifecycle": "^17.0.3", "ms": "^2.1.3", "yerror": "^8.0.0" @@ -19178,7 +19178,7 @@ }, "packages/whook-http-transaction": { "name": "@whook/http-transaction", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "common-services": "^16.0.4", @@ -19223,11 +19223,11 @@ }, "packages/whook-method-override": { "name": "@whook/method-override", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/http-transaction": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-transaction": "^17.0.0", + "@whook/whook": "^17.0.0", "common-services": "^16.0.4", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3" @@ -19257,12 +19257,12 @@ }, "packages/whook-oauth2": { "name": "@whook/oauth2", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "@types/cookie": "^0.5.4", - "@whook/authorization": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/authorization": "^17.0.0", + "@whook/whook": "^17.0.0", "camelcase": "^8.0.0", "common-services": "^16.0.4", "cookie": "^0.6.0", @@ -19298,13 +19298,13 @@ }, "packages/whook-swagger-ui": { "name": "@whook/swagger-ui", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@types/swagger-ui": "3.52.4", - "@whook/http-router": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-router": "^17.0.0", + "@whook/whook": "^17.0.0", "axios": "^1.7.2", "ecstatic": "^4.1.4", "knifecycle": "^17.0.3", @@ -19337,10 +19337,10 @@ }, "packages/whook-versions": { "name": "@whook/versions", - "version": "16.1.1", + "version": "17.0.0", "license": "MIT", "dependencies": { - "@whook/whook": "^16.1.1", + "@whook/whook": "^17.0.0", "application-services": "^6.1.0", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", diff --git a/packages/whook-authorization/package.json b/packages/whook-authorization/package.json index 193fc55c..02a8797d 100644 --- a/packages/whook-authorization/package.json +++ b/packages/whook-authorization/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/authorization", - "version": "16.1.1", + "version": "17.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": "^16.1.1", + "@whook/whook": "^17.0.0", "common-services": "^16.0.4", "http-auth-utils": "^6.0.1", "knifecycle": "^17.0.3", @@ -141,4 +141,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index 3a47eac2..2a9dd21e 100644 --- a/packages/whook-aws-lambda/package.json +++ b/packages/whook-aws-lambda/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/aws-lambda", - "version": "16.1.1", + "version": "17.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.141", "@types/bytes": "^3.1.4", - "@whook/cors": "^16.1.1", - "@whook/http-router": "^16.1.1", - "@whook/http-transaction": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/cors": "^17.0.0", + "@whook/http-router": "^17.0.0", + "@whook/http-transaction": "^17.0.0", + "@whook/whook": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -147,4 +147,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-cors/package.json b/packages/whook-cors/package.json index cbe4b76f..6ff7ec61 100644 --- a/packages/whook-cors/package.json +++ b/packages/whook-cors/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/cors", - "version": "16.1.1", + "version": "17.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": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-router": "^17.0.0", + "@whook/whook": "^17.0.0", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", "yhttperror": "^8.0.0" @@ -140,4 +140,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-create/package.json b/packages/whook-create/package.json index e2a97af8..8a491d98 100644 --- a/packages/whook-create/package.json +++ b/packages/whook-create/package.json @@ -22,7 +22,7 @@ } }, "name": "@whook/create", - "version": "16.1.1", + "version": "17.0.0", "description": "Kickstart a new Whook server", "type": "module", "main": "dist/index.js", @@ -68,7 +68,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/example": "^16.1.1", + "@whook/example": "^17.0.0", "axios": "^1.7.2", "common-services": "^16.0.4", "debug": "^4.3.5", @@ -144,4 +144,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-example/package.json b/packages/whook-example/package.json index c89dc274..f2aca89a 100644 --- a/packages/whook-example/package.json +++ b/packages/whook-example/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/example", - "version": "16.1.1", + "version": "17.0.0", "description": "A basic Whook server", "type": "module", "main": "dist/index.js", @@ -81,13 +81,13 @@ "homepage": "https://github.com/nfroidure/whook", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", - "@whook/authorization": "^16.1.1", - "@whook/cors": "^16.1.1", - "@whook/http-router": "^16.1.1", - "@whook/http-server": "^16.1.1", - "@whook/http-transaction": "^16.1.1", - "@whook/swagger-ui": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/authorization": "^17.0.0", + "@whook/cors": "^17.0.0", + "@whook/http-router": "^17.0.0", + "@whook/http-server": "^17.0.0", + "@whook/http-transaction": "^17.0.0", + "@whook/swagger-ui": "^17.0.0", + "@whook/whook": "^17.0.0", "application-services": "^6.1.0", "common-services": "^16.0.4", "http-auth-utils": "^6.0.1", @@ -180,4 +180,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index fe216c5e..7a7cd9c0 100644 --- a/packages/whook-gcp-functions/package.json +++ b/packages/whook-gcp-functions/package.json @@ -29,7 +29,7 @@ } }, "name": "@whook/gcp-functions", - "version": "16.1.1", + "version": "17.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": "^16.1.1", - "@whook/http-router": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/cors": "^17.0.0", + "@whook/http-router": "^17.0.0", + "@whook/whook": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -146,4 +146,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-graphiql/package.json b/packages/whook-graphiql/package.json index e4bf297c..ab5fd1a1 100644 --- a/packages/whook-graphiql/package.json +++ b/packages/whook-graphiql/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/graphiql", - "version": "16.1.1", + "version": "17.0.0", "description": "A wrapper for the Whook HTTP Router to provide GraphIQL for local dev", "type": "module", "main": "dist/index.js", @@ -67,7 +67,7 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/whook": "^16.1.1", + "@whook/whook": "^17.0.0", "apollo-server-module-graphiql": "^1.4.0", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", @@ -79,7 +79,7 @@ "@swc/core": "^1.6.13", "@swc/helpers": "^0.5.12", "@swc/jest": "^0.2.36", - "@whook/http-router": "^16.1.1", + "@whook/http-router": "^17.0.0", "axios": "^1.7.2", "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", @@ -142,4 +142,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-graphql/package.json b/packages/whook-graphql/package.json index 543bfc67..c529e6a4 100644 --- a/packages/whook-graphql/package.json +++ b/packages/whook-graphql/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/graphql", - "version": "16.1.1", + "version": "17.0.0", "description": "GraphQL implementation for Whook servers", "type": "module", "main": "dist/index.js", @@ -68,8 +68,8 @@ "homepage": "https://github.com/nfroidure/whook", "dependencies": { "@apollo/server": "^4.10.4", - "@whook/http-transaction": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-transaction": "^17.0.0", + "@whook/whook": "^17.0.0", "common-services": "^16.0.4", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", @@ -82,7 +82,7 @@ "@swc/core": "^1.6.13", "@swc/helpers": "^0.5.12", "@swc/jest": "^0.2.36", - "@whook/authorization": "^16.1.1", + "@whook/authorization": "^17.0.0", "axios": "^1.7.2", "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", @@ -147,4 +147,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-http-router/package.json b/packages/whook-http-router/package.json index 9df05441..35d40711 100644 --- a/packages/whook-http-router/package.json +++ b/packages/whook-http-router/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/http-router", - "version": "16.1.1", + "version": "17.0.0", "description": "The Whook base HTTP router", "type": "module", "main": "dist/index.js", @@ -57,7 +57,7 @@ "@types/content-type": "^1.1.8", "@types/negotiator": "^0.6.3", "@types/qs": "^6.9.15", - "@whook/http-transaction": "^16.1.1", + "@whook/http-transaction": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -160,4 +160,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-http-server/package.json b/packages/whook-http-server/package.json index dad261f5..168f2ec8 100644 --- a/packages/whook-http-server/package.json +++ b/packages/whook-http-server/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/http-server", - "version": "16.1.1", + "version": "17.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": "^16.1.1", + "@whook/http-router": "^17.0.0", "knifecycle": "^17.0.3", "ms": "^2.1.3", "yerror": "^8.0.0" @@ -140,4 +140,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-http-transaction/package.json b/packages/whook-http-transaction/package.json index 76480ae5..f73a11e0 100644 --- a/packages/whook-http-transaction/package.json +++ b/packages/whook-http-transaction/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/http-transaction", - "version": "16.1.1", + "version": "17.0.0", "description": "Isolated HTTP Transactions for the Whook framework", "type": "module", "main": "dist/index.js", @@ -154,4 +154,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-method-override/package.json b/packages/whook-method-override/package.json index f8cd8d1c..d9e6ee04 100644 --- a/packages/whook-method-override/package.json +++ b/packages/whook-method-override/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/method-override", - "version": "16.1.1", + "version": "17.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": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-transaction": "^17.0.0", + "@whook/whook": "^17.0.0", "common-services": "^16.0.4", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3" @@ -139,4 +139,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-oauth2/package.json b/packages/whook-oauth2/package.json index fd6b91e3..e56628c3 100644 --- a/packages/whook-oauth2/package.json +++ b/packages/whook-oauth2/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/oauth2", - "version": "16.1.1", + "version": "17.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.4", - "@whook/authorization": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/authorization": "^17.0.0", + "@whook/whook": "^17.0.0", "camelcase": "^8.0.0", "common-services": "^16.0.4", "cookie": "^0.6.0", @@ -137,4 +137,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-swagger-ui/package.json b/packages/whook-swagger-ui/package.json index 361f7ce4..a67092b6 100644 --- a/packages/whook-swagger-ui/package.json +++ b/packages/whook-swagger-ui/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/swagger-ui", - "version": "16.1.1", + "version": "17.0.0", "description": "A wrapper for the Whook HTTP Router to provide SwaggerUI for local dev", "type": "module", "main": "dist/index.js", @@ -69,8 +69,8 @@ "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@types/swagger-ui": "3.52.4", - "@whook/http-router": "^16.1.1", - "@whook/whook": "^16.1.1", + "@whook/http-router": "^17.0.0", + "@whook/whook": "^17.0.0", "axios": "^1.7.2", "ecstatic": "^4.1.4", "knifecycle": "^17.0.3", @@ -145,4 +145,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook-versions/package.json b/packages/whook-versions/package.json index 0fcae5ad..ba91901a 100644 --- a/packages/whook-versions/package.json +++ b/packages/whook-versions/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/versions", - "version": "16.1.1", + "version": "17.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": "^16.1.1", + "@whook/whook": "^17.0.0", "application-services": "^6.1.0", "knifecycle": "^17.0.3", "openapi-types": "^12.1.3", @@ -141,4 +141,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +} diff --git a/packages/whook/package.json b/packages/whook/package.json index a766c85f..eadda139 100644 --- a/packages/whook/package.json +++ b/packages/whook/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/whook", - "version": "16.1.1", + "version": "17.0.0", "description": "Build strong and efficient REST web services.", "type": "module", "main": "dist/index.js", @@ -106,9 +106,9 @@ "typescript-eslint": "^7.16.0" }, "dependencies": { - "@whook/http-router": "^16.1.1", - "@whook/http-server": "^16.1.1", - "@whook/http-transaction": "^16.1.1", + "@whook/http-router": "^17.0.0", + "@whook/http-server": "^17.0.0", + "@whook/http-transaction": "^17.0.0", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "application-services": "^6.1.0", @@ -185,4 +185,4 @@ "overrides": { "eslint": "^9.7.0" } -} \ No newline at end of file +}