BREAKING CHANGE(pypi,rubygems): Revise PyPI and RubyGems handling: normalize error payloads, fix .gem parsing/packing, adjust PyPI JSON API and tests, and export smartarchive plugin
This commit is contained in:
@@ -211,7 +211,7 @@ export interface IRubyGemsDependenciesResponse {
|
||||
*/
|
||||
export interface IRubyGemsError {
|
||||
/** Error message */
|
||||
message: string;
|
||||
error: string;
|
||||
/** HTTP status code */
|
||||
status?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user