@lucern/graph-sync 1.0.31 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.js.map +1 -1
- package/dist/neo4jEdgeAPI.d.ts +4 -4
- package/dist/neo4jEdgeAPI.js.map +1 -1
- package/dist/neo4jQueries.js.map +1 -1
- package/dist/neo4jSync.d.ts +2 -2
- package/dist/neo4jSync.js.map +1 -1
- package/dist/neo4jSyncHelpers.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to `@lucern/graph-sync` will be documented in this file.
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
- No unreleased changes yet.
|
|
7
7
|
|
|
8
|
+
## [1.0.33] - 2026-06-25
|
|
9
|
+
- Coherent package-line bump with the Graph V2 UUIDv7 hard-cut proof release.
|
|
10
|
+
No graph-sync package-local runtime contract change is introduced by this
|
|
11
|
+
version.
|
|
12
|
+
|
|
13
|
+
## [1.0.32] - 2026-06-25
|
|
14
|
+
- Coherent 1.0.32 bump with the UUIDv7 identity-spine release line. No
|
|
15
|
+
graph-sync package-local runtime contract change is introduced by this
|
|
16
|
+
release.
|
|
17
|
+
|
|
8
18
|
## [1.0.31] - 2026-06-23
|
|
9
19
|
- Coherent 1.0.31 bump with the control-plane Convex module-path fix so tenant
|
|
10
20
|
adopters install one package line across graph, SDK, MCP, kernel, and
|