Closed gnidan closed 6 years ago
To align more closely with the idea that this module provides an interface for interacting with manifests in the aggregate.
Mostly this is because I think it improves the potential usage syntax:
const registry = ethpm.registries.get("cool-packages.gnidan.eth"); const release = registry.package("cool-package").release("1.9.1");
To align more closely with the idea that this module provides an interface for interacting with manifests in the aggregate.
Mostly this is because I think it improves the potential usage syntax: