Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with @hapi/hapi 21.0.0+ because namespace was renamed in @hapi/hapi 21.1.0 #57

Open
eriktoyra opened this issue Jun 24, 2024 · 1 comment

Comments

@eriktoyra
Copy link

Hapi has unfortunately introduced a breaking change in a the minor version 21.1.0 which causes a type issue in @as-integrations and apollo-server-integration-hapi when Util.Dictionary is imported. Util.Dictionary was renamed to Utils.Dictionary in @hapi/hapi 21.1.0.

See my issue in hapijs here: hapijs/hapi#4510.

Hapi suggests to not rely on the Util.Dictionary type. See hapijs/hapi#4510 (comment).

@arimus
Copy link
Collaborator

arimus commented Jun 24, 2024

Ugh. Okay, looks like we'll need to tackle this in an update. Thanks for the report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants