Skip to content

Commit

Permalink
v10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jun 22, 2022
1 parent 30cfd5b commit 9a91f94
Show file tree
Hide file tree
Showing 37 changed files with 93 additions and 75 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [10.0.2](https://github.com/nfroidure/whook/compare/v10.0.1...v10.0.2) (2022-06-22)


### Bug Fixes

* **@whook/create:** fix the whook project initialization ([30cfd5b](https://github.com/nfroidure/whook/commit/30cfd5b6b0ce6262de7ab01f1b222844e83a5eae))



## [10.0.1](https://github.com/nfroidure/whook/compare/v10.0.0...v10.0.1) (2022-06-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "10.0.1"
"version": "10.0.2"
}
2 changes: 1 addition & 1 deletion packages/whook-authorization/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
@@ -1,6 +1,6 @@
{
"name": "@whook/authorization",
"version": "10.0.1",
"version": "10.0.2",
"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": "^10.0.1",
"@whook/whook": "^10.0.2",
"common-services": "^11.0.1",
"http-auth-utils": "^3.0.3",
"knifecycle": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-aws-lambda/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/aws-lambda",
"version": "10.0.1",
"version": "10.0.2",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -45,11 +45,11 @@
"dependencies": {
"@types/aws-lambda": "^8.10.97",
"@types/bytes": "^3.1.1",
"@whook/cli": "^10.0.1",
"@whook/cors": "^10.0.1",
"@whook/http-router": "^10.0.1",
"@whook/http-transaction": "^10.0.1",
"@whook/whook": "^10.0.1",
"@whook/cli": "^10.0.2",
"@whook/cors": "^10.0.2",
"@whook/http-router": "^10.0.2",
"@whook/http-transaction": "^10.0.2",
"@whook/whook": "^10.0.2",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"bytes": "^3.1.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/whook-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [10.0.2](https://github.com/nfroidure/whook/compare/v10.0.1...v10.0.2) (2022-06-22)


### Bug Fixes

* **@whook/create:** fix the whook project initialization ([30cfd5b](https://github.com/nfroidure/whook/commit/30cfd5b6b0ce6262de7ab01f1b222844e83a5eae))



## [10.0.1](https://github.com/nfroidure/whook/compare/v10.0.0...v10.0.1) (2022-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/whook-cli/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-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/cli",
"version": "10.0.1",
"version": "10.0.2",
"description": "The Whook server CLI",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -75,7 +75,7 @@
"dependencies": {
"@types/fs-extra": "^9.0.10",
"@types/inquirer": "^7.3.1",
"@whook/whook": "^10.0.1",
"@whook/whook": "^10.0.2",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"camelcase": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-cors/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/whook-cors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/cors",
"version": "10.0.1",
"version": "10.0.2",
"description": "A wrapper to provide CORS support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,8 +53,8 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@whook/http-router": "^10.0.1",
"@whook/whook": "^10.0.1",
"@whook/http-router": "^10.0.2",
"@whook/whook": "^10.0.2",
"knifecycle": "^14.0.0",
"openapi-types": "^12.0.0",
"yhttperror": "^6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-create/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/create",
"version": "10.0.1",
"version": "10.0.2",
"description": "Kickstart a new Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -66,8 +66,8 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/cli": "^10.0.1",
"@whook/example": "^10.0.1",
"@whook/cli": "^10.0.2",
"@whook/example": "^10.0.2",
"axios": "^0.27.2",
"common-services": "^11.0.1",
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-example/package-lock.json

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

18 changes: 9 additions & 9 deletions packages/whook-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/example",
"version": "10.0.1",
"version": "10.0.2",
"description": "A basic Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -77,14 +77,14 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/authorization": "^10.0.1",
"@whook/cli": "^10.0.1",
"@whook/cors": "^10.0.1",
"@whook/http-router": "^10.0.1",
"@whook/http-server": "^10.0.1",
"@whook/http-transaction": "^10.0.1",
"@whook/swagger-ui": "^10.0.1",
"@whook/whook": "^10.0.1",
"@whook/authorization": "^10.0.2",
"@whook/cli": "^10.0.2",
"@whook/cors": "^10.0.2",
"@whook/http-router": "^10.0.2",
"@whook/http-server": "^10.0.2",
"@whook/http-transaction": "^10.0.2",
"@whook/swagger-ui": "^10.0.2",
"@whook/whook": "^10.0.2",
"common-services": "^11.0.1",
"http-auth-utils": "^3.0.3",
"jwt-service": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-gcp-functions/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/whook-gcp-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/gcp-functions",
"version": "10.0.1",
"version": "10.0.2",
"description": "Build and deploy to GCP Cloud Functions with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -49,10 +49,10 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/cli": "^10.0.1",
"@whook/cors": "^10.0.1",
"@whook/http-router": "^10.0.1",
"@whook/whook": "^10.0.1",
"@whook/cli": "^10.0.2",
"@whook/cors": "^10.0.2",
"@whook/http-router": "^10.0.2",
"@whook/whook": "^10.0.2",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"camelcase": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-graphiql/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/whook-graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/graphiql",
"version": "10.0.1",
"version": "10.0.2",
"description": "A wrapper for the Whook HTTP Router to provide GraphIQL for local dev",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/whook": "^10.0.1",
"@whook/whook": "^10.0.2",
"apollo-server-module-graphiql": "^1.4.0",
"knifecycle": "^14.0.0",
"openapi-types": "^12.0.0"
Expand All @@ -74,7 +74,7 @@
"@types/jest": "^28.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@whook/http-router": "^10.0.1",
"@whook/http-router": "^10.0.2",
"axios": "^0.27.2",
"esbuild": "^0.14.46",
"esbuild-jest": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-graphql/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/whook-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/graphql",
"version": "10.0.1",
"version": "10.0.2",
"description": "GraphQL implementation for Whook servers",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -65,8 +65,8 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/http-transaction": "^10.0.1",
"@whook/whook": "^10.0.1",
"@whook/http-transaction": "^10.0.2",
"@whook/whook": "^10.0.2",
"apollo-server-core": "^2.25.0",
"apollo-server-env": "^3.1.0",
"common-services": "^11.0.1",
Expand All @@ -79,7 +79,7 @@
"@types/jest": "^28.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@whook/authorization": "^10.0.1",
"@whook/authorization": "^10.0.2",
"axios": "^0.27.2",
"esbuild": "^0.14.46",
"esbuild-jest": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-http-router/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-http-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/http-router",
"version": "10.0.1",
"version": "10.0.2",
"description": "The Whook base HTTP router",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@types/qs": "^6.9.7",
"@whook/http-transaction": "^10.0.1",
"@whook/http-transaction": "^10.0.2",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"bytes": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-http-server/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-http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/http-server",
"version": "10.0.1",
"version": "10.0.2",
"description": "The Whook base HTTP server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/http-router": "^10.0.1",
"@whook/http-router": "^10.0.2",
"knifecycle": "^14.0.0",
"ms": "^2.1.3",
"yerror": "^6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-http-transaction/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/whook-http-transaction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whook/http-transaction",
"version": "10.0.1",
"version": "10.0.2",
"description": "Isolated HTTP Transactions for the Whook framework",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-method-override/package-lock.json

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

Loading

0 comments on commit 9a91f94

Please sign in to comment.