diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cfd9d5..bcc0cbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [16.0.1](https://github.com/nfroidure/whook/compare/v16.0.0...v16.0.1) (2024-02-29) + + +### Bug Fixes + +* **@whook/create:** fix the npm init script ([8ab2b10](https://github.com/nfroidure/whook/commit/8ab2b10319219e36cf6a229a4ac898b0b1c1b5d4)) +* **build:** fix forgotten node versions ([f2584fd](https://github.com/nfroidure/whook/commit/f2584fdd43d26d70c109373295d5ad2dec0914e0)) +* **watch:** fix the watch server for esm ([51022fd](https://github.com/nfroidure/whook/commit/51022fd4f577a0b226f4d021707599f0a305656c)) + + + # [16.0.0](https://github.com/nfroidure/whook/compare/v15.0.0...v16.0.0) (2024-02-27) diff --git a/lerna.json b/lerna.json index d062ba2d..949e20ea 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "16.0.0", + "version": "16.0.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index 04699c7a..d99a2589 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19645,7 +19645,7 @@ }, "packages/whook": { "name": "@whook/whook", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@whook/http-router": "^16.0.0", @@ -19711,10 +19711,10 @@ }, "packages/whook-authorization": { "name": "@whook/authorization", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "common-services": "^16.0.1", "http-auth-utils": "^6.0.0", "knifecycle": "^17.0.1", @@ -19745,15 +19745,15 @@ }, "packages/whook-aws-lambda": { "name": "@whook/aws-lambda", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.134", "@types/bytes": "^3.1.4", - "@whook/cors": "^16.0.0", + "@whook/cors": "^16.0.1", "@whook/http-router": "^16.0.0", "@whook/http-transaction": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^6.0.0", @@ -19796,12 +19796,12 @@ }, "packages/whook-cors": { "name": "@whook/cors", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@whook/http-router": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", "yhttperror": "^8.0.0" @@ -19830,10 +19830,10 @@ }, "packages/whook-create": { "name": "@whook/create", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { - "@whook/example": "^16.0.0", + "@whook/example": "^16.0.1", "axios": "^1.6.7", "common-services": "^16.0.1", "debug": "^4.3.4", @@ -20041,16 +20041,16 @@ }, "packages/whook-example": { "name": "@whook/example", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { - "@whook/authorization": "^16.0.0", - "@whook/cors": "^16.0.0", + "@whook/authorization": "^16.0.1", + "@whook/cors": "^16.0.1", "@whook/http-router": "^16.0.0", "@whook/http-server": "^16.0.0", "@whook/http-transaction": "^16.0.0", - "@whook/swagger-ui": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/swagger-ui": "^16.0.1", + "@whook/whook": "^16.0.1", "application-services": "^6.0.0", "common-services": "^16.0.1", "http-auth-utils": "^6.0.0", @@ -20093,12 +20093,12 @@ }, "packages/whook-gcp-functions": { "name": "@whook/gcp-functions", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { - "@whook/cors": "^16.0.0", + "@whook/cors": "^16.0.1", "@whook/http-router": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^6.0.0", @@ -20137,10 +20137,10 @@ }, "packages/whook-graphiql": { "name": "@whook/graphiql", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "apollo-server-module-graphiql": "^1.4.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -20172,12 +20172,12 @@ }, "packages/whook-graphql": { "name": "@whook/graphql", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@apollo/server": "^4.10.0", "@whook/http-transaction": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "common-services": "^16.0.1", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -20191,7 +20191,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "@whook/authorization": "^16.0.0", + "@whook/authorization": "^16.0.1", "axios": "^1.6.7", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", @@ -20352,11 +20352,11 @@ }, "packages/whook-method-override": { "name": "@whook/method-override", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@whook/http-transaction": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "common-services": "^16.0.1", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3" @@ -20385,12 +20385,12 @@ }, "packages/whook-oauth2": { "name": "@whook/oauth2", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@types/cookie": "^0.5.4", - "@whook/authorization": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/authorization": "^16.0.1", + "@whook/whook": "^16.0.1", "camelcase": "^8.0.0", "common-services": "^16.0.1", "cookie": "^0.6.0", @@ -20425,12 +20425,12 @@ }, "packages/whook-swagger-ui": { "name": "@whook/swagger-ui", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { "@types/swagger-ui": "3.52.4", "@whook/http-router": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "axios": "^1.6.7", "ecstatic": "^4.1.4", "knifecycle": "^17.0.1", @@ -20462,10 +20462,10 @@ }, "packages/whook-versions": { "name": "@whook/versions", - "version": "16.0.0", + "version": "16.0.1", "license": "MIT", "dependencies": { - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "application-services": "^6.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 8c5bb587..9491dd13 100644 --- a/packages/whook-authorization/package.json +++ b/packages/whook-authorization/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/authorization", - "version": "16.0.0", + "version": "16.0.1", "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.0.0", + "@whook/whook": "^16.0.1", "common-services": "^16.0.1", "http-auth-utils": "^6.0.0", "knifecycle": "^17.0.1", diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index 3df3aa11..e4e9163e 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.0.0", + "version": "16.0.1", "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.134", "@types/bytes": "^3.1.4", - "@whook/cors": "^16.0.0", + "@whook/cors": "^16.0.1", "@whook/http-router": "^16.0.0", "@whook/http-transaction": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^6.0.0", diff --git a/packages/whook-cors/package.json b/packages/whook-cors/package.json index 659d2a5a..63620098 100644 --- a/packages/whook-cors/package.json +++ b/packages/whook-cors/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/cors", - "version": "16.0.0", + "version": "16.0.1", "description": "A wrapper to provide CORS support to a Whook server", "type": "module", "main": "dist/index.js", @@ -54,7 +54,7 @@ "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", "@whook/http-router": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", "yhttperror": "^8.0.0" diff --git a/packages/whook-create/package.json b/packages/whook-create/package.json index 6b9889f9..728db767 100644 --- a/packages/whook-create/package.json +++ b/packages/whook-create/package.json @@ -22,7 +22,7 @@ } }, "name": "@whook/create", - "version": "16.0.0", + "version": "16.0.1", "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.0.0", + "@whook/example": "^16.0.1", "axios": "^1.6.7", "common-services": "^16.0.1", "debug": "^4.3.4", diff --git a/packages/whook-example/package.json b/packages/whook-example/package.json index 8f4d7802..2a938952 100644 --- a/packages/whook-example/package.json +++ b/packages/whook-example/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/example", - "version": "16.0.0", + "version": "16.0.1", "description": "A basic Whook server", "type": "module", "main": "dist/index.js", @@ -80,13 +80,13 @@ }, "homepage": "https://github.com/nfroidure/whook", "dependencies": { - "@whook/authorization": "^16.0.0", - "@whook/cors": "^16.0.0", + "@whook/authorization": "^16.0.1", + "@whook/cors": "^16.0.1", "@whook/http-router": "^16.0.0", "@whook/http-server": "^16.0.0", "@whook/http-transaction": "^16.0.0", - "@whook/swagger-ui": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/swagger-ui": "^16.0.1", + "@whook/whook": "^16.0.1", "application-services": "^6.0.0", "common-services": "^16.0.1", "http-auth-utils": "^6.0.0", diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index 8108f006..361e6917 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.0.0", + "version": "16.0.1", "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.0.0", + "@whook/cors": "^16.0.1", "@whook/http-router": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "application-services": "^6.0.0", diff --git a/packages/whook-graphiql/package.json b/packages/whook-graphiql/package.json index 9daf560f..87a228f9 100644 --- a/packages/whook-graphiql/package.json +++ b/packages/whook-graphiql/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/graphiql", - "version": "16.0.0", + "version": "16.0.1", "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.0.0", + "@whook/whook": "^16.0.1", "apollo-server-module-graphiql": "^1.4.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", diff --git a/packages/whook-graphql/package.json b/packages/whook-graphql/package.json index 28ad507d..210c085a 100644 --- a/packages/whook-graphql/package.json +++ b/packages/whook-graphql/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/graphql", - "version": "16.0.0", + "version": "16.0.1", "description": "GraphQL implementation for Whook servers", "type": "module", "main": "dist/index.js", @@ -69,7 +69,7 @@ "dependencies": { "@apollo/server": "^4.10.0", "@whook/http-transaction": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "common-services": "^16.0.1", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", @@ -83,7 +83,7 @@ "@swc/jest": "^0.2.29", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", - "@whook/authorization": "^16.0.0", + "@whook/authorization": "^16.0.1", "axios": "^1.6.7", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", diff --git a/packages/whook-method-override/package.json b/packages/whook-method-override/package.json index cddf61ae..cf375e5b 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.0.0", + "version": "16.0.1", "description": "A wrapper for the Whook HTTP Transaction service to handle patch method compatibility.", "type": "module", "main": "dist/index.js", @@ -53,7 +53,7 @@ "homepage": "https://github.com/nfroidure/whook", "dependencies": { "@whook/http-transaction": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "common-services": "^16.0.1", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3" diff --git a/packages/whook-oauth2/package.json b/packages/whook-oauth2/package.json index 718329c8..4b54f8d0 100644 --- a/packages/whook-oauth2/package.json +++ b/packages/whook-oauth2/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/oauth2", - "version": "16.0.0", + "version": "16.0.1", "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.0.0", - "@whook/whook": "^16.0.0", + "@whook/authorization": "^16.0.1", + "@whook/whook": "^16.0.1", "camelcase": "^8.0.0", "common-services": "^16.0.1", "cookie": "^0.6.0", diff --git a/packages/whook-swagger-ui/package.json b/packages/whook-swagger-ui/package.json index 182b0475..29934fc9 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.0.0", + "version": "16.0.1", "description": "A wrapper for the Whook HTTP Router to provide SwaggerUI for local dev", "type": "module", "main": "dist/index.js", @@ -69,7 +69,7 @@ "dependencies": { "@types/swagger-ui": "3.52.4", "@whook/http-router": "^16.0.0", - "@whook/whook": "^16.0.0", + "@whook/whook": "^16.0.1", "axios": "^1.6.7", "ecstatic": "^4.1.4", "knifecycle": "^17.0.1", diff --git a/packages/whook-versions/package.json b/packages/whook-versions/package.json index 56676fa1..5eae36bc 100644 --- a/packages/whook-versions/package.json +++ b/packages/whook-versions/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/versions", - "version": "16.0.0", + "version": "16.0.1", "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.0.0", + "@whook/whook": "^16.0.1", "application-services": "^6.0.0", "knifecycle": "^17.0.1", "openapi-types": "^12.1.3", diff --git a/packages/whook/package.json b/packages/whook/package.json index 064a95d1..8c22fc60 100644 --- a/packages/whook/package.json +++ b/packages/whook/package.json @@ -24,7 +24,7 @@ } }, "name": "@whook/whook", - "version": "16.0.0", + "version": "16.0.1", "description": "Build strong and efficient REST web services.", "type": "module", "main": "dist/index.js",