Skip to content

Commit

Permalink
v13.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Aug 21, 2023
1 parent 5c171f7 commit 3d0b933
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 31 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [13.1.0](https://github.com/nfroidure/whook/compare/v13.1.1...v13.1.0) (2023-08-21)


### Bug Fixes

* **@whook/gcp-functions:** fix functions build ([473cc54](https://github.com/nfroidure/whook/commit/473cc54a0028fd402f705604e3dd7fd7968d2ede))



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


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages/*"
],
"useWorkspaces": true,
"version": "13.1.1",
"version": "13.1.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
30 changes: 15 additions & 15 deletions 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-authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/authorization",
"version": "13.1.0",
"version": "13.1.2",
"description": "A wrapper to provide authorization support to a Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 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": "13.1.0",
"version": "13.1.2",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -45,7 +45,7 @@
"dependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/bytes": "^3.1.1",
"@whook/cors": "^13.1.0",
"@whook/cors": "^13.1.2",
"@whook/http-router": "^13.1.0",
"@whook/http-transaction": "^13.1.0",
"@whook/whook": "^13.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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": "13.1.0",
"version": "13.1.2",
"description": "A wrapper to provide CORS support to a Whook server",
"type": "module",
"main": "dist/index.js",
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": "13.1.1",
"version": "13.1.2",
"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.0",
"@whook/example": "^13.1.2",
"axios": "^1.4.0",
"common-services": "^15.0.0",
"debug": "^4.3.4",
Expand Down
6 changes: 3 additions & 3 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": "13.1.0",
"version": "13.1.2",
"description": "A basic Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -79,8 +79,8 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/authorization": "^13.1.0",
"@whook/cors": "^13.1.0",
"@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",
Expand Down
4 changes: 2 additions & 2 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": "13.1.0",
"version": "13.1.2",
"description": "Build and deploy to GCP Cloud Functions with Whook.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -49,7 +49,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/cors": "^13.1.0",
"@whook/cors": "^13.1.2",
"@whook/http-router": "^13.1.0",
"@whook/whook": "^13.1.0",
"ajv": "^8.12.0",
Expand Down
4 changes: 2 additions & 2 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": "13.1.0",
"version": "13.1.2",
"description": "GraphQL implementation for Whook servers",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@swc/jest": "^0.2.29",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@whook/authorization": "^13.1.0",
"@whook/authorization": "^13.1.2",
"axios": "^1.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/oauth2",
"version": "13.1.0",
"version": "13.1.2",
"description": "OAuth2 implementation for Whook servers",
"type": "module",
"main": "dist/index.js",
Expand All @@ -44,7 +44,7 @@
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@types/cookie": "^0.5.1",
"@whook/authorization": "^13.1.0",
"@whook/authorization": "^13.1.2",
"@whook/whook": "^13.1.0",
"camelcase": "^8.0.0",
"common-services": "^15.0.0",
Expand Down

0 comments on commit 3d0b933

Please sign in to comment.