Point libraries to graphql-hive.com (#87)

This commit is contained in:
Kamil Kisiela 2022-05-25 15:18:31 +02:00 committed by GitHub
parent 11d5c7356a
commit 0a5dbeb852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,7 @@
---
'@graphql-hive/cli': patch
'@graphql-hive/client': patch
'@graphql-hive/core': patch
---
Point to graphql-hive.com

View file

@ -12,6 +12,7 @@
"url": "kamilkisiela/graphql-hive",
"directory": "packages/libraries/cli"
},
"homepage": "https://graphql-hive.com",
"license": "MIT",
"keywords": [
"graphql"

View file

@ -1,6 +1,6 @@
# GraphQL Hive Client
GraphQL Hive is a GraphQL schemas registry where you can host, manage and collaborate on all your GraphQL schemas and operations, compatible with all architecture: schema stitching, federation, or just a good old monolith.
[GraphQL Hive](https://graphql-hive.com) is a GraphQL schemas registry where you can host, manage and collaborate on all your GraphQL schemas and operations, compatible with all architecture: schema stitching, federation, or just a good old monolith.
GraphQL Hive is currently available as a hosted service to be used by all.
We take care of the heavy lifting behind the scenes be managing the registry, scaling it for your needs, to free your time to focus on the most important things at hand.

View file

@ -12,6 +12,7 @@
"url": "kamilkisiela/graphql-hive",
"directory": "packages/libraries/client"
},
"homepage": "https://graphql-hive.com",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",

View file

@ -11,6 +11,7 @@
"url": "kamilkisiela/graphql-hive",
"directory": "packages/libraries/core"
},
"homepage": "https://graphql-hive.com",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",

View file

@ -36,7 +36,7 @@
rm -rf ~/.local/share/hive
URL=https://graphql-hive-cli-test.s3.us-east-2.amazonaws.com/channels/stable/hive-\$OS-\$ARCH.tar.gz
URL=https://graphql-hive-cli.s3.us-east-2.amazonaws.com/channels/stable/hive-\$OS-\$ARCH.tar.gz
TAR_ARGS="xz"
echo "Installing CLI from \$URL"