Skip to content

Commit

Permalink
v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jul 16, 2024
1 parent 3f29b9c commit dc8b5ec
Show file tree
Hide file tree
Showing 19 changed files with 128 additions and 119 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [17.0.0](https://github.com/nfroidure/whook/compare/v16.1.1...v17.0.0) (2024-07-16)


### Features

* **openapi:** move OpenAPI support to 3.1 ([87fe576](https://github.com/nfroidure/whook/commit/87fe576be7ebe32835ff7b45d8f0c2d145316e85))



## <small>16.1.1 (2024-05-27)</small>

* chore(dependencies): update dependencies ([8bc226a](https://github.com/nfroidure/whook/commit/8bc226a))
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.1.1",
"version": "17.0.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.

6 changes: 3 additions & 3 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.1.1",
"version": "17.0.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.1.1",
"@whook/whook": "^17.0.0",
"common-services": "^16.0.4",
"http-auth-utils": "^6.0.1",
"knifecycle": "^17.0.3",
Expand Down Expand Up @@ -141,4 +141,4 @@
"overrides": {
"eslint": "^9.7.0"
}
}
}
12 changes: 6 additions & 6 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.1.1",
"version": "17.0.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.141",
"@types/bytes": "^3.1.4",
"@whook/cors": "^16.1.1",
"@whook/http-router": "^16.1.1",
"@whook/http-transaction": "^16.1.1",
"@whook/whook": "^16.1.1",
"@whook/cors": "^17.0.0",
"@whook/http-router": "^17.0.0",
"@whook/http-transaction": "^17.0.0",
"@whook/whook": "^17.0.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"application-services": "^6.1.0",
Expand Down Expand Up @@ -147,4 +147,4 @@
"overrides": {
"eslint": "^9.7.0"
}
}
}
8 changes: 4 additions & 4 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.1.1",
"version": "17.0.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": "^16.1.1",
"@whook/whook": "^16.1.1",
"@whook/http-router": "^17.0.0",
"@whook/whook": "^17.0.0",
"knifecycle": "^17.0.3",
"openapi-types": "^12.1.3",
"yhttperror": "^8.0.0"
Expand Down Expand Up @@ -140,4 +140,4 @@
"overrides": {
"eslint": "^9.7.0"
}
}
}
6 changes: 3 additions & 3 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.1.1",
"version": "17.0.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.1.1",
"@whook/example": "^17.0.0",
"axios": "^1.7.2",
"common-services": "^16.0.4",
"debug": "^4.3.5",
Expand Down Expand Up @@ -144,4 +144,4 @@
"overrides": {
"eslint": "^9.7.0"
}
}
}
Loading

0 comments on commit dc8b5ec

Please sign in to comment.