Skip to content

Commit c8bb486

Browse files
authored
fix(typesync): update root space id (#296)
1 parent b23cd92 commit c8bb486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/typesync/client/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const API_ROOT_URL = 'http://localhost:3000/api/v1';
2-
export const ROOT_SPACE_ID = '64ed9ffa-e7b3-40f6-ae99-fbf6112d10f8';
2+
export const ROOT_SPACE_ID = '2df11968-9d1c-489f-91b7-bdc88b472161';

apps/typesync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/hypergraph-cli",
3-
"version": "0.0.0-alpha.23",
3+
"version": "0.0.0-alpha.24",
44
"type": "module",
55
"license": "MIT",
66
"description": "CLI toolchain to view existing types, select, pick, extend to create schemas and generate a @graphprotocol/hypergraph schema.",

0 commit comments

Comments
 (0)