We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c42063 commit fa88502Copy full SHA for fa88502
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@as-integrations/hapi",
3
"description": "An Apollo Server integration for use with Hapi",
4
- "version": "3.0.0",
+ "version": "2.0.2",
5
"author": {
6
"name": "David Castro",
7
"email": "arimus@gmail.com"
@@ -56,7 +56,7 @@
56
"typescript": "5.9.2"
57
},
58
"peerDependencies": {
59
- "@apollo/server": "^5.0.0",
+ "@apollo/server": "^4.0.0 || ^5.0.0",
60
"@hapi/hapi": "^20.2.2 || ^21.0.0"
61
62
"overrides": {
0 commit comments