Skip to content

Commit

Permalink
feat!: Upgrade to pubsub-http-handler@v4
Browse files Browse the repository at this point in the history
Pubsub HTTP Handler requires Fastify@v4 now, along with node@v16. This feature bumps all this and makes it available for this package.

This is a breaking change since the minimum node version required was v10, now v16. The Fastify plugin also is made by async.
  • Loading branch information
simenandre committed Jun 13, 2022
1 parent 42f880d commit 5acf179
Show file tree
Hide file tree
Showing 2 changed files with 1,040 additions and 1,157 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"source": "src/index.ts",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=10"
"node": ">=16"
},
"keywords": [
"google",
Expand Down Expand Up @@ -42,23 +42,23 @@
"@bjerk/eslint-config": "^2.0.1",
"@cobraz/prettier": "^2.0.0",
"@slack-wrench/jest-mock-web-client": "^1.4.0",
"@tsconfig/node16": "^1.0.2",
"@types/jest": "^27.4.1",
"@tsconfig/node16": "^1.0.3",
"@types/jest": "^28.1.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"nock": "^13.2.4",
"jest": "^28.1.1",
"lint-staged": "^13.0.1",
"nock": "^13.2.6",
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-jest": "^28.0.4",
"typescript": "4.5.2"
},
"dependencies": {
"@slack/web-api": "^6.7.1",
"axios": "^0.26.1",
"fastify": "^3.28.0",
"pubsub-http-handler": "^3.0.1",
"@slack/web-api": "^6.7.2",
"axios": "^0.27.2",
"fastify": "^4.0.2",
"pubsub-http-handler": "^4.1.0",
"runtypes": "^6.5.1",
"ts-invariant": "^0.9.4"
"ts-invariant": "^0.10.3"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 5acf179

Please sign in to comment.