github-repository-provider 7.25.17 → 7.25.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -97,7 +97,7 @@ Writes content into the branch
97
97
 
98
98
  * `entry` **ConentEntry**
99
99
 
100
- Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<ConentEntry>** written content with sha values set
100
+ Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<ContentEntry>** written content with sha values set
101
101
 
102
102
  ### commit
103
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-repository-provider",
3
- "version": "7.25.17",
3
+ "version": "7.25.18",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,13 +36,13 @@
36
36
  "matching-iterator": "^2.0.0",
37
37
  "node-fetch": "3.2.0",
38
38
  "one-time-execution-method": "^2.0.9",
39
- "repository-provider": "^26.3.0"
39
+ "repository-provider": "^26.4.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "ava": "^4.0.1",
43
43
  "c8": "^7.11.0",
44
44
  "documentation": "^13.2.5",
45
- "repository-provider-test-support": "^1.9.8",
45
+ "repository-provider-test-support": "^1.9.9",
46
46
  "semantic-release": "^19.0.2"
47
47
  },
48
48
  "engines": {