ethpm / ethpm.js

Javascript library for EthPM package manifest and registry operations
https://ethpm.github.io/ethpm.js/
MIT License
13 stars 7 forks source link

Automatically validate manifests in v2 reader #25

Closed njgheorghita closed 4 years ago

njgheorghita commented 5 years ago

Stronger validation of manifests is a useful pattern we've been using in py-ethpm. I added validation against the json schema in v2.Reader. It's been a while since I've done much js and have no experience with typescript - so pls feel free to critique this as harshly as necessary.

njgheorghita commented 5 years ago

Travis builds are failing - but will be fixed pending https://github.com/ethpm/ethpm-spec/pull/136

njgheorghita commented 5 years ago

ping @gnidan This isn't picking up on the most recent change to ethpm-spec. Do I need to run a script to publish the changes added in https://github.com/ethpm/ethpm-spec/pull/136 ?