repository-provider 35.3.0 → 35.3.2
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 +5 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1369,7 +1369,8 @@ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/
|
|
|
1369
1369
|
|
|
1370
1370
|
### Parameters
|
|
1371
1371
|
|
|
1372
|
-
* `repository`
|
|
1372
|
+
* `repository` **[Repository](#repository)** 
|
|
1373
|
+
* `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
|
|
1373
1374
|
|
|
1374
1375
|
### Properties
|
|
1375
1376
|
|
|
@@ -2201,6 +2202,8 @@ Mixin to define a class able to handle a collection of repositories.
|
|
|
2201
2202
|
|
|
2202
2203
|
## Repository
|
|
2203
2204
|
|
|
2205
|
+
**Extends OwnedObject**
|
|
2206
|
+
|
|
2204
2207
|
Abstract repository
|
|
2205
2208
|
|
|
2206
2209
|
### Parameters
|
|
@@ -2208,9 +2211,7 @@ Abstract repository
|
|
|
2208
2211
|
* `owner` **[RepositoryOwner](#repositoryowner)** 
|
|
2209
2212
|
* `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** (#branch) will be removed
|
|
2210
2213
|
* `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** 
|
|
2211
|
-
|
|
2212
|
-
* `options.description` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** human readable description
|
|
2213
|
-
* `options.id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** internal id
|
|
2214
|
+
* `additionalProperties` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** 
|
|
2214
2215
|
|
|
2215
2216
|
### Properties
|
|
2216
2217
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repository-provider",
|
|
3
|
-
"version": "35.3.
|
|
3
|
+
"version": "35.3.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"browser-ava": "^2.3.24",
|
|
47
47
|
"c8": "^10.1.3",
|
|
48
48
|
"documentation": "^14.0.3",
|
|
49
|
-
"repository-provider-test-support": "^3.1.
|
|
49
|
+
"repository-provider-test-support": "^3.1.12",
|
|
50
50
|
"semantic-release": "^24.2.3",
|
|
51
51
|
"typescript": "^5.8.3"
|
|
52
52
|
},
|