@node-core/utils 5.12.0 → 5.12.1

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.
@@ -13,6 +13,9 @@ query Reviews($prid: Int!, $owner: String!, $repo: String!, $after: String) {
13
13
  author {
14
14
  login
15
15
  }
16
+ commit {
17
+ oid
18
+ }
16
19
  authorCanPushToRepository
17
20
  url
18
21
  publishedAt
package/lib/reviews.js CHANGED
@@ -29,6 +29,7 @@ export class Review {
29
29
  * @property {string} bodyText
30
30
  * @property {string} state
31
31
  * @property {{login: string}} author
32
+ * @property {{oid:string}} commit
32
33
  * @property {string} url
33
34
  * @property {string} publishedAt
34
35
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-core/utils",
3
- "version": "5.12.0",
3
+ "version": "5.12.1",
4
4
  "description": "Utilities for Node.js core collaborators",
5
5
  "type": "module",
6
6
  "engines": {