eBay / digital-signature-nodejs-sdk

NodeJS SDK to generate and validate digital signatures
Apache License 2.0
9 stars 6 forks source link

tsconfig.json missing `ES2021.String` library #3

Closed alexdawn closed 1 year ago

alexdawn commented 1 year ago

Trying to run the /validate endpoint with a tweaked config and I'm getting the following error:

Property 'replaceAll' does not exist on type 'string'.

I've been able to fix it by applying the below solution:

https://stackoverflow.com/a/67227887/13904658

LokeshRishi commented 1 year ago

Thanks, @alexdawn! I have published v2.0.0 that resolves this issue.