perron
perron copied to clipboard
Update Node types and TypeScript
Updated Node types to latest v16 and TypeScript to latest v3
Updating the two libraries required some type changes in the
implementation, notably the possibly breaking change of changing the
type of ServiceClientRequestOptions.query
from object | undefined
to
ParsedUrlQueryInput | undefined
, which is more specific about the
possible query parameter types. Clients of the library who defined earlier
own types to structure query parameters, need to make sure the types extend
ParsedUrlQueryInput
:+1:
:+1:
:+1:
It looks like the package version hasn't been updated in some time, should we bump it as part of this PR?
👍