repository-provider 35.2.17 → 35.2.18
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 +15 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -80,6 +80,8 @@ console.log(await readme.string);
|
|
|
80
80
|
* [BaseObject](#baseobject)
|
|
81
81
|
* [Parameters](#parameters-5)
|
|
82
82
|
* [Properties](#properties)
|
|
83
|
+
* [id](#id)
|
|
84
|
+
* [description](#description)
|
|
83
85
|
* [updateAttributes](#updateattributes)
|
|
84
86
|
* [Parameters](#parameters-6)
|
|
85
87
|
* [update](#update)
|
|
@@ -182,6 +184,7 @@ console.log(await readme.string);
|
|
|
182
184
|
* [MessageDestination](#messagedestination)
|
|
183
185
|
* [Properties](#properties-2)
|
|
184
186
|
* [name](#name-2)
|
|
187
|
+
* [name](#name-3)
|
|
185
188
|
* [messageDestination](#messagedestination-1)
|
|
186
189
|
* [parsedName](#parsedname)
|
|
187
190
|
* [Branch](#branch)
|
|
@@ -634,6 +637,14 @@ Creates an instance of BaseObject.
|
|
|
634
637
|
* `id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** 
|
|
635
638
|
* `description` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)?** 
|
|
636
639
|
|
|
640
|
+
### id
|
|
641
|
+
|
|
642
|
+
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
|
|
643
|
+
|
|
644
|
+
### description
|
|
645
|
+
|
|
646
|
+
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
|
|
647
|
+
|
|
637
648
|
### updateAttributes
|
|
638
649
|
|
|
639
650
|
Takes values from options.
|
|
@@ -1207,6 +1218,10 @@ Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa
|
|
|
1207
1218
|
|
|
1208
1219
|
Name of the provider.
|
|
1209
1220
|
|
|
1221
|
+
## name
|
|
1222
|
+
|
|
1223
|
+
Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)
|
|
1224
|
+
|
|
1210
1225
|
## messageDestination
|
|
1211
1226
|
|
|
1212
1227
|
To forward info/warn and error messages to
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repository-provider",
|
|
3
|
-
"version": "35.2.
|
|
3
|
+
"version": "35.2.18",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"browser-ava": "^2.2.14",
|
|
47
47
|
"c8": "^9.1.0",
|
|
48
48
|
"documentation": "^14.0.3",
|
|
49
|
-
"repository-provider-test-support": "^3.1.
|
|
49
|
+
"repository-provider-test-support": "^3.1.5",
|
|
50
50
|
"semantic-release": "^24.0.0",
|
|
51
51
|
"typescript": "^5.4.5"
|
|
52
52
|
},
|