ionic-team / capacitor-plugin-registry

4 stars 5 forks source link

fix: reduce outputted json file #30

Closed dtarnawsky closed 1 year ago

dtarnawsky commented 1 year ago

The versions property gets a very object large payload dumped into it from npm. It is supposed to be a string array of version numbers (but isn't actually used).

This PR reduces the JSON payload size from ~186mb to less than 2mb