repository-provider
Advanced tools
Comparing version 2.6.1 to 2.7.0
@@ -146,2 +146,10 @@ 'use strict'; | ||
/** | ||
* Deliver urls to access the repo | ||
* @return {string[]} | ||
*/ | ||
get urls() { | ||
return []; | ||
} | ||
/** | ||
* Lookup branch by name | ||
@@ -148,0 +156,0 @@ * @param {string} name |
{ | ||
"name": "repository-provider", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"main": "dist/repository-provider.js", | ||
@@ -5,0 +5,0 @@ "module": "src/repository-provider.js", |
@@ -68,2 +68,3 @@ [![npm](https://img.shields.io/npm/v/repository-provider.svg)](https://www.npmjs.com/package/repository-provider) | ||
- [content](#content-2) | ||
- [urls](#urls) | ||
- [branch](#branch-2) | ||
@@ -301,2 +302,8 @@ - [defaultBranch](#defaultbranch) | ||
### urls | ||
Deliver urls to access the repo | ||
Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>** | ||
### branch | ||
@@ -303,0 +310,0 @@ |
@@ -36,2 +36,10 @@ import { notImplementedError } from './util'; | ||
/** | ||
* Deliver urls to access the repo | ||
* @return {string[]} | ||
*/ | ||
get urls() { | ||
return []; | ||
} | ||
/** | ||
* Lookup branch by name | ||
@@ -38,0 +46,0 @@ * @param {string} 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
36878
761
454