diff --git a/apps/typesync/client/src/constants.ts b/apps/typesync/client/src/constants.ts index 6417f2c6..f4408d83 100644 --- a/apps/typesync/client/src/constants.ts +++ b/apps/typesync/client/src/constants.ts @@ -1,2 +1,2 @@ export const API_ROOT_URL = 'http://localhost:3000/api/v1'; -export const ROOT_SPACE_ID = '64ed9ffa-e7b3-40f6-ae99-fbf6112d10f8'; +export const ROOT_SPACE_ID = '2df11968-9d1c-489f-91b7-bdc88b472161'; diff --git a/apps/typesync/package.json b/apps/typesync/package.json index 71ff1a0a..20f3f073 100644 --- a/apps/typesync/package.json +++ b/apps/typesync/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/hypergraph-cli", - "version": "0.0.0-alpha.23", + "version": "0.0.0-alpha.24", "type": "module", "license": "MIT", "description": "CLI toolchain to view existing types, select, pick, extend to create schemas and generate a @graphprotocol/hypergraph schema.",