File tree 6 files changed +401
-275
lines changed
6 files changed +401
-275
lines changed Original file line number Diff line number Diff line change 1
1
# https://github.com/apollographql/router/releases
2
- curl -sSL https://router.apollo.dev/download/nix/v2.1.0 | sh
2
+ curl -sSL https://router.apollo.dev/download/nix/v2.1.1 | sh
Original file line number Diff line number Diff line change 8
8
BINARY_DOWNLOAD_PREFIX=" https://github.com/wundergraph/cosmo/releases/download"
9
9
10
10
# https://github.com/wundergraph/cosmo/releases
11
- DOWNLOAD_VERSION=" 0.193 .1"
11
+ DOWNLOAD_VERSION=" 0.197 .1"
12
12
13
13
download_binary () {
14
14
downloader --check
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
5
5
# to the current directory instead of /usr/local/bin
6
6
7
7
# https://github.com/grafbase/grafbase/releases
8
- VERSION=" 0.31.2 "
8
+ VERSION=" 0.34.0 "
9
9
10
10
error () {
11
11
echo -e " ${Red} error${Color_Off} :" " $@ " >&2
Original file line number Diff line number Diff line change 1
1
# https://github.com/graphql-hive/gateway/releases
2
- curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s " 1.13.4 "
2
+ curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s " 1.13.5 "
You can’t perform that action at this time.
0 commit comments