Skip to content

Commit

Permalink
v18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Dec 11, 2024
1 parent ec3f556 commit 540bd23
Show file tree
Hide file tree
Showing 16 changed files with 84 additions and 65 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [18.1.0](https://github.com/nfroidure/whook/compare/v18.0.3...v18.1.0) (2024-12-11)


### Bug Fixes

* **@whook/example:** fix the time mock handler ([1cc3956](https://github.com/nfroidure/whook/commit/1cc395665c5c69e38d4f36612b16d5fc3dd92e72))


### Code Refactoring

* **core:** remove non-necessary modules ([ec3f556](https://github.com/nfroidure/whook/commit/ec3f556ab53da4ff119014c9e3152a53e680f107))


### BREAKING CHANGES

* **core:** Will have to import whook instead



## [18.0.3](https://github.com/nfroidure/whook/compare/v18.0.2...v18.0.3) (2024-12-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "18.0.3",
"version": "18.1.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
64 changes: 32 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/whook-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/authorization",
"version": "18.0.3",
"version": "18.1.0",
"description": "A wrapper to provide authorization support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^18.0.3",
"@whook/whook": "^18.1.0",
"common-services": "^17.0.1",
"http-auth-utils": "^6.0.1",
"knifecycle": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/aws-lambda",
"version": "18.0.3",
"version": "18.1.0",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -45,8 +45,8 @@
"dependencies": {
"@types/aws-lambda": "^8.10.146",
"@types/bytes": "^3.1.4",
"@whook/cors": "^18.0.3",
"@whook/whook": "^18.0.3",
"@whook/cors": "^18.1.0",
"@whook/whook": "^18.1.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"application-services": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/cors",
"version": "18.0.3",
"version": "18.1.0",
"description": "A wrapper to provide CORS support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@whook/whook": "^18.0.3",
"@whook/whook": "^18.1.0",
"knifecycle": "^18.0.0",
"openapi-types": "^12.1.3",
"yhttperror": "^8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"name": "@whook/create",
"version": "18.0.3",
"version": "18.1.0",
"description": "Kickstart a new Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/example": "^18.0.3",
"@whook/example": "^18.1.0",
"axios": "^1.7.9",
"common-services": "^17.0.1",
"debug": "^4.3.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/whook-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"name": "@whook/example",
"version": "18.0.3",
"version": "18.1.0",
"description": "A basic Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -79,10 +79,10 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@whook/authorization": "^18.0.3",
"@whook/cors": "^18.0.3",
"@whook/swagger-ui": "^18.0.3",
"@whook/whook": "^18.0.3",
"@whook/authorization": "^18.1.0",
"@whook/cors": "^18.1.0",
"@whook/swagger-ui": "^18.1.0",
"@whook/whook": "^18.1.0",
"application-services": "^7.0.1",
"common-services": "^17.0.1",
"http-auth-utils": "^6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
"name": "@whook/gcp-functions",
"version": "18.0.3",
"version": "18.1.0",
"description": "Build and deploy to GCP Cloud Functions with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -49,8 +49,8 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/cors": "^18.0.3",
"@whook/whook": "^18.0.3",
"@whook/cors": "^18.1.0",
"@whook/whook": "^18.1.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"application-services": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/graphiql",
"version": "18.0.3",
"version": "18.1.0",
"description": "A wrapper for the Whook HTTP Router to provide GraphIQL for local dev",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^18.0.3",
"@whook/whook": "^18.1.0",
"apollo-server-module-graphiql": "^1.4.0",
"knifecycle": "^18.0.0",
"openapi-types": "^12.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/graphql",
"version": "18.0.3",
"version": "18.1.0",
"description": "GraphQL implementation for Whook servers",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apollo/server": "^4.11.2",
"@whook/whook": "^18.0.3",
"@whook/whook": "^18.1.0",
"common-services": "^17.0.1",
"knifecycle": "^18.0.0",
"openapi-types": "^12.1.3",
Expand All @@ -81,7 +81,7 @@
"@swc/core": "^1.10.0",
"@swc/helpers": "^0.5.15",
"@swc/jest": "^0.2.37",
"@whook/authorization": "^18.0.3",
"@whook/authorization": "^18.1.0",
"axios": "^1.7.9",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 540bd23

Please sign in to comment.