fastify / fastify-soap-client

Fastify plugin for a SOAP client
MIT License
9 stars 5 forks source link

Imposible use with fastify@4.x #56

Closed rodmoreno closed 2 years ago

rodmoreno commented 2 years ago

Prerequisites

Fastify version

4.2.1

Plugin version

1.0.0

Node.js version

16.16.0

Operating system

macOS

Operating system version (i.e. 20.04, 11.3, 10)

12.4

Description

I received the error: fastify-plugin: fastify-soap-client - expected '3.x' fastify version, '4.2.1' is installed

Steps to Reproduce

Start a new project with fastify@4.x and install @fastify/soap-client@1.0.0 and try to start the server

Expected Behavior

Server start with normally

mcollina commented 2 years ago

Thanks for reporting! Would you like to send a Pull Request to address this issue?

rodmoreno commented 2 years ago

Sure I'll send a pull request to fix it