I'd like to be able to use an orb based on a semantic range, like you might do with npm dependencies.
For example, this:
orbs: some-orb: random-company/some-orb@^1.2.0
would resolve to the newest version at or above 1.2, but under 2.0.
CCI-I-1078