@theguild/components 9.3.4 → 9.3.5-alpha-20250217200039-d2528840d21aa99fef051fd129a7d8eebb1dde01

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.
Files changed (2) hide show
  1. package/dist/products.js +1 -1
  2. package/package.json +1 -1
package/dist/products.js CHANGED
@@ -39,7 +39,7 @@ const PRODUCTS = {
39
39
  HIVE_GATEWAY: {
40
40
  name: "Hive Gateway",
41
41
  title: "GraphQL Gateway (Router) for federated GraphQL with Subscriptions support and built-in security features",
42
- href: "https://the-guild.dev/graphql/hive/docs/gateway",
42
+ href: "https://the-guild.dev/graphql/hive/gateway",
43
43
  logo: HiveGatewayIcon,
44
44
  primaryColor: "#ffb21d"
45
45
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "9.3.4",
3
+ "version": "9.3.5-alpha-20250217200039-d2528840d21aa99fef051fd129a7d8eebb1dde01",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"