benjamine / jsondiffpatch

Diff & patch JavaScript objects
MIT License
4.78k stars 466 forks source link

Missing /dist #288

Closed BHare1985 closed 1 year ago

BHare1985 commented 4 years ago

readme says to look at /dist for UMD but there is no folder

kshay commented 4 years ago

We just ran into this too when trying to update to the latest release (apparently 0.3.11, though the code is up to 0.4.1). The old 0.1.x version we were using included a public directory with built files.

1j01 commented 2 years ago

Workaround: can download from https://unpkg.com/browse/jsondiffpatch@latest/dist/

Methuselah96 commented 1 year ago

Hello, sorry for the delayed response!

The dist folder only exists when the library is built. The common way to access this is by installing the npm or by using a CDN service that serves npm packages.

Hopefully that helps, let me know if that answers your question.

Methuselah96 commented 1 year ago

I'm going to go ahead and close this for now, let me know if this is still an issue for you.