Skip to content

Releases: twiddler/deputui

v0.2.0

27 May 12:54

Choose a tag to compare

Now accepts .repository if it is just a string:

$ curl https://registry.npmjs.org/date-fns -s | jq '.repository'
"https://github.com/date-fns/date-fns"

Before, .repository needed to be an object:

$ curl https://registry.npmjs.org/npm -s | jq '.repository'
{
  "url": "git+https://github.com/npm/cli.git",
  "type": "git"
}

v0.1.0

31 Jan 01:32

Choose a tag to compare

First release! 🥳