Skip to content

Commit

Permalink
v16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Mar 18, 2024
1 parent 12054f5 commit b4cb0c9
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 65 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [16.1.0](https://github.com/nfroidure/whook/compare/v16.0.1...v16.1.0) (2024-03-18)


### Features

* **@whook/whook:** add prepareCommand function ([f5c59f8](https://github.com/nfroidure/whook/commit/f5c59f8b99fa518b7536e591e2e2e2f57d214a4d))



## [16.0.1](https://github.com/nfroidure/whook/compare/v16.0.0...v16.0.1) (2024-02-29)


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": "16.0.1",
"version": "16.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": "16.0.1",
"version": "16.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": "^16.0.1",
"@whook/whook": "^16.1.0",
"common-services": "^16.0.1",
"http-auth-utils": "^6.0.0",
"knifecycle": "^17.0.1",
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": "16.0.1",
"version": "16.1.0",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -45,10 +45,10 @@
"dependencies": {
"@types/aws-lambda": "^8.10.134",
"@types/bytes": "^3.1.4",
"@whook/cors": "^16.0.1",
"@whook/cors": "^16.1.0",
"@whook/http-router": "^16.0.0",
"@whook/http-transaction": "^16.0.0",
"@whook/whook": "^16.0.1",
"@whook/whook": "^16.1.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"application-services": "^6.0.0",
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": "16.0.1",
"version": "16.1.0",
"description": "A wrapper to provide CORS support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@whook/http-router": "^16.0.0",
"@whook/whook": "^16.0.1",
"@whook/whook": "^16.1.0",
"knifecycle": "^17.0.1",
"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": "16.0.1",
"version": "16.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": "^16.0.1",
"@whook/example": "^16.1.0",
"axios": "^1.6.7",
"common-services": "^16.0.1",
"debug": "^4.3.4",
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": "16.0.1",
"version": "16.1.0",
"description": "A basic Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -80,13 +80,13 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/authorization": "^16.0.1",
"@whook/cors": "^16.0.1",
"@whook/authorization": "^16.1.0",
"@whook/cors": "^16.1.0",
"@whook/http-router": "^16.0.0",
"@whook/http-server": "^16.0.0",
"@whook/http-transaction": "^16.0.0",
"@whook/swagger-ui": "^16.0.1",
"@whook/whook": "^16.0.1",
"@whook/swagger-ui": "^16.1.0",
"@whook/whook": "^16.1.0",
"application-services": "^6.0.0",
"common-services": "^16.0.1",
"http-auth-utils": "^6.0.0",
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": "16.0.1",
"version": "16.1.0",
"description": "Build and deploy to GCP Cloud Functions with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -49,9 +49,9 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/cors": "^16.0.1",
"@whook/cors": "^16.1.0",
"@whook/http-router": "^16.0.0",
"@whook/whook": "^16.0.1",
"@whook/whook": "^16.1.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"application-services": "^6.0.0",
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": "16.0.1",
"version": "16.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": "^16.0.1",
"@whook/whook": "^16.1.0",
"apollo-server-module-graphiql": "^1.4.0",
"knifecycle": "^17.0.1",
"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": "16.0.1",
"version": "16.1.0",
"description": "GraphQL implementation for Whook servers",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@apollo/server": "^4.10.0",
"@whook/http-transaction": "^16.0.0",
"@whook/whook": "^16.0.1",
"@whook/whook": "^16.1.0",
"common-services": "^16.0.1",
"knifecycle": "^17.0.1",
"openapi-types": "^12.1.3",
Expand All @@ -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.1",
"@whook/authorization": "^16.1.0",
"axios": "^1.6.7",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
Expand Down

0 comments on commit b4cb0c9

Please sign in to comment.