authenio / samlify-node-xmllint

Validator module powered by node-xmllint
0 stars 3 forks source link

fix: import schema files to support bundlers #3

Closed shellscape closed 4 years ago

shellscape commented 4 years ago

This PR changes the /schemas files to export a string. This directly supports use in bundlers following the precedent set by node-xml-encryption. This fixes #2.

@tngan I would be happy to pay a bounty to get this update merged and published.

tngan commented 4 years ago

@shellscape Interesting, it would serve both serverless and with-server architecture. Good work.

With this change, I will bump a major version for it, just in case if there is potential side effect that we miss. I will do it right after this ticket is being merged.

shellscape commented 4 years ago

@tngan Done!

shellscape commented 4 years ago

Thank you!