We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3557416 commit 7f1468aCopy full SHA for 7f1468a
.changeset/pre.json
@@ -26,6 +26,7 @@
26
"slow-wombats-try",
27
"swift-actors-flow",
28
"tasty-actors-repeat",
29
+ "tricky-poems-explode",
30
"yellow-avocados-flash",
31
"yellow-lizards-arrive"
32
]
packages/graph-schema-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @neo4j/graph-schema-utils
2
3
+## 1.0.0-next.12
4
+
5
+### Patch Changes
6
7
+- 9ff77b6: fix: export json struct functions
8
9
## 1.0.0-next.11
10
11
### Patch Changes
packages/graph-schema-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graph-schema-utils",
- "version": "1.0.0-next.11",
+ "version": "1.0.0-next.12",
"description": "Utilities for Neo4j Graph Schema JSON representation",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments