We need a way to handle "oops" publishes. Examples: * analyzer 0.30.0+3 – worthless, need +4 * analyzer 0.30.0+1 – also broken, need +2 * isolate 1.1.0 - bad SDK constraint. Allows older Dart versions to get package that uses generic methods - which causes crashes. * Fix PR here - https://github.com/dart-lang/isolate/pull/17