From c6f485d41c30808aa8b720c42ab03ef0e16b82ee Mon Sep 17 00:00:00 2001 From: Yousef Moazzam Date: Fri, 7 Aug 2026 10:26:59 +0100 Subject: [PATCH] Change to nightly supergraph This is primarily because the nightly supergraph supports subscriptions but the stable supergraph doesn't. --- frontend/.env.production | 4 ++-- frontend/package-lock.json | 2 +- frontend/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/.env.production b/frontend/.env.production index 64248d4..ac6439b 100644 --- a/frontend/.env.production +++ b/frontend/.env.production @@ -3,5 +3,5 @@ VITE_KEYCLOAK_URL = "https://identity.diamond.ac.uk" VITE_KEYCLOAK_REALM = "dls" VITE_KEYCLOAK_CLIENT_ID = "ImagingHub" VITE_KEYCLOAK_SCOPE = "openid profile posix-uid email" -VITE_GRAPHQL_HTTP_ENDPOINT = "https://graph.diamond.ac.uk/graphql" -VITE_GRAPHQL_WS_ENDPOINT = "wss://graph.diamond.ac.uk/graphql" +VITE_GRAPHQL_HTTP_ENDPOINT = "https://graph-nightly.diamond.ac.uk/graphql" +VITE_GRAPHQL_WS_ENDPOINT = "wss://graph-nightly.diamond.ac.uk/graphql" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d8c2975..72c0da1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,6 +1,6 @@ { "name": "imaginghub", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/frontend/package.json b/frontend/package.json index 38e56bd..ae7182d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "imaginghub", "private": true, - "version": "0.9.1", + "version": "0.9.2", "type": "module", "scripts": { "dev": "vite",