Skip to content

Commit b37483e

Browse files
authored
export Id from grc-20 (#432)
1 parent faf8db5 commit b37483e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/fair-weeks-double.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@graphprotocol/hypergraph": patch
3+
---
4+
5+
export Id (re-exported from grc-20)
6+

packages/hypergraph/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { Id } from '@graphprotocol/grc-20';
12
export * as Connect from './connect/index.js';
23
export * as Entity from './entity/index.js';
34
export * as Identity from './identity/index.js';

0 commit comments

Comments
 (0)