repository-provider 35.2.20 → 35.2.21

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.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,7 +62,7 @@ console.log(await readme.string);
62
62
  * [boolean\_attribute](#boolean_attribute)
63
63
  * [boolean\_read\_only\_attribute](#boolean_read_only_attribute)
64
64
  * [uuid\_attribute](#uuid_attribute)
65
- * [empty\_attiribute](#empty_attiribute)
65
+ * [empty\_attribute](#empty_attribute)
66
66
  * [secret\_attribute](#secret_attribute)
67
67
  * [count\_attribute](#count_attribute)
68
68
  * [size\_attribute](#size_attribute)
@@ -296,6 +296,7 @@ console.log(await readme.string);
296
296
  * [PullRequest](#pullrequest)
297
297
  * [Parameters](#parameters-73)
298
298
  * [Properties](#properties-7)
299
+ * [source](#source)
299
300
  * [fullName](#fullname-3)
300
301
  * [url](#url-3)
301
302
  * [repository](#repository-1)
@@ -553,7 +554,7 @@ Type: AttributeDefinition
553
554
 
554
555
  Type: AttributeDefinition
555
556
 
556
- ## empty\_attiribute
557
+ ## empty\_attribute
557
558
 
558
559
  Type: AttributeDefinition
559
560
 
@@ -1826,6 +1827,10 @@ Abstract pull request.
1826
1827
  * `locked` **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)?** 
1827
1828
  * `url` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
1828
1829
 
1830
+ ### source
1831
+
1832
+ Type: [Branch](#branch)
1833
+
1829
1834
  ### fullName
1830
1835
 
1831
1836
  Name of the PR together with the repository.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repository-provider",
3
- "version": "35.2.20",
3
+ "version": "35.2.21",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "content-entry": "^11.0.1",
41
41
  "matching-iterator": "^2.1.3",
42
- "pacc": "^3.1.7"
42
+ "pacc": "^3.1.8"
43
43
  },
44
44
  "devDependencies": {
45
45
  "ava": "^6.1.3",