Skip to content

Commit 619ce22

Browse files
Bump @graphql-inspector/core from 2.9.0 to 3.1.1 (github#25384)
1 parent 20d2eb3 commit 619ce22

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@babel/plugin-syntax-top-level-await": "^7.14.5",
101101
"@babel/plugin-transform-runtime": "^7.16.10",
102102
"@babel/preset-env": "^7.16.11",
103-
"@graphql-inspector/core": "^2.9.0",
103+
"@graphql-inspector/core": "^3.1.1",
104104
"@graphql-tools/load": "^7.4.1",
105105
"@jest/globals": "^27.4.6",
106106
"@octokit/graphql": "4.8.0",

script/graphql/build-changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export async function createChangelogEntry(
4848
const newSchema = await loadSchema(newSchemaString, {})
4949

5050
// Generate changes between the two schemas
51-
const changes = diff(oldSchema, newSchema)
51+
const changes = await diff(oldSchema, newSchema)
5252
const changesToReport = []
5353
changes.forEach(function (change) {
5454
if (CHANGES_TO_REPORT.includes(change.type)) {

0 commit comments

Comments
 (0)