Skip to content

Commit 3557416

Browse files
authored
Merge pull request #31 from eijawerner/export-json-struct
fix: export json struct functions
2 parents e8b3e9f + 9ff77b6 commit 3557416

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.changeset/tricky-poems-explode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@neo4j/graph-schema-utils": patch
3+
---
4+
5+
fix: export json struct functions
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
export * from "./types.js";
2-
export { toJson, fromJson, VERSION } from "./extensions.js";
2+
export {
3+
toJson,
4+
fromJson,
5+
fromJsonStruct,
6+
toJsonStruct,
7+
VERSION,
8+
} from "./extensions.js";

0 commit comments

Comments
 (0)