You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2019. It is now read-only.
Currently the scanner (packages/acai/src/scanner.js) uses as option depth to shorten the output. This should be replaced with ref getting a commit or version reference. Possible configurations are:
// From one version to another{ref: 'v1.0.0..v2.0.0'}// From a specific commit hash{ref: '4f7abfd'}// is the same as:{ref: '4f7abfd..HEAD'}