RexSkz / json-diff-kit

A better JSON differ & viewer, support LCS diff for arrays and recognise some changes as "modification" apart from simple "remove"+"add".
https://json-diff-kit.js.org
MIT License
138 stars 12 forks source link

Fix import error in certain environment #10

Closed alexturpin closed 1 year ago

alexturpin commented 1 year ago

Fixes #4, #9

"type": "module" might also be desirable to indicate that the code is using ESM, and I do have it in my local patch working fine, but not sure if this would interfere with the build process of the package so didn't include it.

RexSkz commented 1 year ago

Thanks, bro. Let's have a try!

Version v1.0.9-alpha.2 has been released :)