repository-provider
Advanced tools
Comparing version 5.7.4 to 5.7.5
@@ -213,2 +213,5 @@ 'use strict'; | ||
} | ||
toString() { | ||
return this.fullCondensedName; | ||
} | ||
}); | ||
@@ -339,2 +342,5 @@ | ||
} | ||
toString() { | ||
return this.name; | ||
} | ||
}); | ||
@@ -669,2 +675,5 @@ | ||
} | ||
toString() { | ||
return this.name; | ||
} | ||
} | ||
@@ -671,0 +680,0 @@ |
{ | ||
"name": "repository-provider", | ||
"version": "5.7.4", | ||
"version": "5.7.5", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -203,3 +203,7 @@ import { notImplementedError } from "./util"; | ||
} | ||
toString() { | ||
return this.fullCondensedName; | ||
} | ||
} | ||
); |
@@ -178,2 +178,6 @@ import { Branch } from "./branch"; | ||
} | ||
toString() { | ||
return this.name; | ||
} | ||
} |
@@ -315,3 +315,7 @@ import { notImplementedError } from "./util"; | ||
} | ||
toString() { | ||
return this.name; | ||
} | ||
} | ||
); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67419
1748