Skip to content

Commit

Permalink
v13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Sep 29, 2023
1 parent ff84161 commit 35ba2a8
Show file tree
Hide file tree
Showing 19 changed files with 112 additions and 103 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [13.2.0](https://github.com/nfroidure/whook/compare/v13.1.3...v13.2.0) (2023-09-29)


### Features

* **config:** add API types configuration to base config ([749b6da](https://github.com/nfroidure/whook/commit/749b6daac03c436b213cdd8392bb1b989a484e8e))



# [13.1.0](https://github.com/nfroidure/whook/compare/v13.1.2...v13.1.0) (2023-08-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "13.1.3",
"version": "13.2.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
102 changes: 51 additions & 51 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
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/authorization",
"version": "13.1.2",
"version": "13.2.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": "^13.1.0",
"@whook/whook": "^13.2.0",
"common-services": "^15.0.0",
"http-auth-utils": "^5.0.1",
"knifecycle": "^17.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/whook-aws-lambda/package.json
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/aws-lambda",
"version": "13.1.3",
"version": "13.2.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.109",
"@types/bytes": "^3.1.1",
"@whook/cors": "^13.1.2",
"@whook/http-router": "^13.1.0",
"@whook/http-transaction": "^13.1.0",
"@whook/whook": "^13.1.0",
"@whook/cors": "^13.2.0",
"@whook/http-router": "^13.2.0",
"@whook/http-transaction": "^13.2.0",
"@whook/whook": "^13.2.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"application-services": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/whook-cors/package.json
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/cors",
"version": "13.1.2",
"version": "13.2.0",
"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": "^13.1.0",
"@whook/whook": "^13.1.0",
"@whook/http-router": "^13.2.0",
"@whook/whook": "^13.2.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
Expand Up @@ -22,7 +22,7 @@
}
},
"name": "@whook/create",
"version": "13.1.2",
"version": "13.2.0",
"description": "Kickstart a new Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/example": "^13.1.2",
"@whook/example": "^13.2.0",
"axios": "^1.4.0",
"common-services": "^15.0.0",
"debug": "^4.3.4",
Expand Down
16 changes: 8 additions & 8 deletions packages/whook-example/package.json
Expand Up @@ -24,7 +24,7 @@
}
},
"name": "@whook/example",
"version": "13.1.2",
"version": "13.2.0",
"description": "A basic Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -79,13 +79,13 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/authorization": "^13.1.2",
"@whook/cors": "^13.1.2",
"@whook/http-router": "^13.1.0",
"@whook/http-server": "^13.1.0",
"@whook/http-transaction": "^13.1.0",
"@whook/swagger-ui": "^13.1.0",
"@whook/whook": "^13.1.0",
"@whook/authorization": "^13.2.0",
"@whook/cors": "^13.2.0",
"@whook/http-router": "^13.2.0",
"@whook/http-server": "^13.2.0",
"@whook/http-transaction": "^13.2.0",
"@whook/swagger-ui": "^13.2.0",
"@whook/whook": "^13.2.0",
"application-services": "^4.0.0",
"common-services": "^15.0.0",
"http-auth-utils": "^5.0.1",
Expand Down

0 comments on commit 35ba2a8

Please sign in to comment.