Skip to content

Commit

Permalink
Update to latest (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Nov 18, 2024
1 parent d214e4a commit d954d67
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 27 deletions.
2 changes: 1 addition & 1 deletion gateways/cosmo-router/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"

# https://github.com/wundergraph/cosmo/releases
DOWNLOAD_VERSION="0.141.2"
DOWNLOAD_VERSION="0.142.1"

download_binary() {
downloader --check
Expand Down
2 changes: 1 addition & 1 deletion gateways/inigo-gateway/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
BINARY_DOWNLOAD_PREFIX="https://github.com/inigolabs/artifacts/releases/download"

# https://github.com/inigolabs/artifacts/releases
DOWNLOAD_VERSION="v0.30.14"
DOWNLOAD_VERSION="v0.30.15"

download_binaries() {
downloader --check
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"express": "5.0.1",
"prettier": "3.3.3",
"tsx": "4.19.2",
"wgc": "0.70.1",
"typescript": "5.6.3"
"typescript": "5.6.3",
"wgc": "0.70.2"
}
}
}
10 changes: 8 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@
content="Apollo Federation Compatibility Audit: GraphQL Gateway Implementations"
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Apollo Federation Compatibility Audit: GraphQL Gateway Implementations" />
<meta
property="og:title"
content="Apollo Federation Compatibility Audit: GraphQL Gateway Implementations"
/>
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://the-guild.dev/graphql/hive/federation-gateway-audit" />
<meta
property="og:url"
content="https://the-guild.dev/graphql/hive/federation-gateway-audit"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1244" />
<meta property="og:image:height" content="700" />
Expand Down

0 comments on commit d954d67

Please sign in to comment.