repository-provider 35.2.25 → 35.2.26

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 CHANGED
@@ -598,7 +598,7 @@ Type: AttributeDefinition
598
598
 
599
599
  ## body\_attribute
600
600
 
601
- The description of the pull request.
601
+ The body text of the pull request.
602
602
 
603
603
  Type: AttributeDefinition
604
604
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repository-provider",
3
- "version": "35.2.25",
3
+ "version": "35.2.26",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -37,14 +37,14 @@
37
37
  "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
38
38
  },
39
39
  "dependencies": {
40
- "content-entry": "^11.1.1",
40
+ "content-entry": "^11.1.2",
41
41
  "matching-iterator": "^2.1.3",
42
42
  "pacc": "^3.1.8"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/readable-stream": "^4.0.16",
45
+ "@types/readable-stream": "^4.0.18",
46
46
  "ava": "^6.2.0",
47
- "browser-ava": "^2.2.33",
47
+ "browser-ava": "^2.3.1",
48
48
  "c8": "^10.1.2",
49
49
  "documentation": "^14.0.3",
50
50
  "repository-provider-test-support": "^3.1.7",
@@ -113,7 +113,7 @@ export const state_attribute = {
113
113
  };
114
114
 
115
115
  /**
116
- * The description of the pull request.
116
+ * The body text of the pull request.
117
117
  * @type {AttributeDefinition}
118
118
  */
119
119
  export const body_attribute = {
@@ -57,7 +57,7 @@ export const id_attribute: AttributeDefinition;
57
57
  */
58
58
  export const state_attribute: AttributeDefinition;
59
59
  /**
60
- * The description of the pull request.
60
+ * The body text of the pull request.
61
61
  * @type {AttributeDefinition}
62
62
  */
63
63
  export const body_attribute: AttributeDefinition;