repository-provider 26.7.0 → 26.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -125,6 +125,7 @@ console.log(await readme.getString());
|
|
|
125
125
|
* [pullRequests](#pullrequests)
|
|
126
126
|
* [Parameters](#parameters-27)
|
|
127
127
|
* [name](#name)
|
|
128
|
+
* [fullName](#fullname)
|
|
128
129
|
* [provider](#provider-1)
|
|
129
130
|
* [url](#url)
|
|
130
131
|
* [toJSON](#tojson)
|
|
@@ -203,7 +204,7 @@ console.log(await readme.getString());
|
|
|
203
204
|
* [PullRequest](#pullrequest)
|
|
204
205
|
* [Parameters](#parameters-52)
|
|
205
206
|
* [Properties](#properties-7)
|
|
206
|
-
* [fullName](#fullname)
|
|
207
|
+
* [fullName](#fullname-1)
|
|
207
208
|
* [url](#url-2)
|
|
208
209
|
* [repository](#repository-1)
|
|
209
210
|
* [provider](#provider-2)
|
|
@@ -245,7 +246,7 @@ console.log(await readme.getString());
|
|
|
245
246
|
* [entry](#entry)
|
|
246
247
|
* [Parameters](#parameters-62)
|
|
247
248
|
* [owner](#owner)
|
|
248
|
-
* [fullName](#fullname-
|
|
249
|
+
* [fullName](#fullname-2)
|
|
249
250
|
* [fullCondensedName](#fullcondensedname)
|
|
250
251
|
* [identifier](#identifier-1)
|
|
251
252
|
* [issuesURL](#issuesurl)
|
|
@@ -260,6 +261,7 @@ console.log(await readme.getString());
|
|
|
260
261
|
* [RepositoryGroup](#repositorygroup-1)
|
|
261
262
|
* [Parameters](#parameters-63)
|
|
262
263
|
* [Properties](#properties-9)
|
|
264
|
+
* [fullName](#fullname-3)
|
|
263
265
|
* [attributeMapping](#attributemapping-1)
|
|
264
266
|
* [type](#type)
|
|
265
267
|
* [url](#url-3)
|
|
@@ -268,7 +270,7 @@ console.log(await readme.getString());
|
|
|
268
270
|
* [Repository](#repository-2)
|
|
269
271
|
* [Parameters](#parameters-65)
|
|
270
272
|
* [Properties](#properties-10)
|
|
271
|
-
* [fullName](#fullname-
|
|
273
|
+
* [fullName](#fullname-4)
|
|
272
274
|
* [slug](#slug)
|
|
273
275
|
* [provider](#provider-3)
|
|
274
276
|
* [identifier](#identifier-2)
|
|
@@ -806,6 +808,10 @@ Deliver the provider name.
|
|
|
806
808
|
|
|
807
809
|
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** class name by default
|
|
808
810
|
|
|
811
|
+
### fullName
|
|
812
|
+
|
|
813
|
+
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** name
|
|
814
|
+
|
|
809
815
|
### provider
|
|
810
816
|
|
|
811
817
|
We are our own provider.
|
|
@@ -1549,6 +1555,10 @@ Abstract repository collection.
|
|
|
1549
1555
|
* `provider` **[BaseProvider](#baseprovider)**
|
|
1550
1556
|
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
|
|
1551
1557
|
|
|
1558
|
+
### fullName
|
|
1559
|
+
|
|
1560
|
+
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** name with owner name
|
|
1561
|
+
|
|
1552
1562
|
### attributeMapping
|
|
1553
1563
|
|
|
1554
1564
|
Map attributes between external and internal representation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repository-provider",
|
|
3
|
-
"version": "26.7.
|
|
3
|
+
"version": "26.7.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"ava": "^4.0.1",
|
|
37
37
|
"c8": "^7.11.0",
|
|
38
38
|
"documentation": "^13.2.5",
|
|
39
|
-
"repository-provider-test-support": "^1.12.
|
|
39
|
+
"repository-provider-test-support": "^1.12.2",
|
|
40
40
|
"semantic-release": "^19.0.2",
|
|
41
41
|
"typescript": "^4.6.0-dev.20220207"
|
|
42
42
|
},
|