@lucern/graph-sync 1.0.33 → 1.0.35

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 CHANGED
@@ -5,6 +5,11 @@ 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.34] - 2026-06-25
9
+ - Coherent package-line bump with the Graph V2 live staging identity-audit
10
+ repair. No graph-sync package-local runtime contract drift is introduced by
11
+ this version.
12
+
8
13
  ## [1.0.33] - 2026-06-25
9
14
  - Coherent package-line bump with the Graph V2 UUIDv7 hard-cut proof release.
10
15
  No graph-sync package-local runtime contract change is introduced by this
@@ -41,5 +41,5 @@
41
41
  "convex-validators",
42
42
  "proof-attestation"
43
43
  ],
44
- "signedAt": 1782374421745
44
+ "signedAt": 1782384925220
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/graph-sync",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -50,8 +50,8 @@
50
50
  "typecheck": "tsc --noEmit"
51
51
  },
52
52
  "dependencies": {
53
- "@lucern/contracts": "1.0.33",
54
- "@lucern/graph-primitives": "1.0.33",
53
+ "@lucern/contracts": "1.0.35",
54
+ "@lucern/graph-primitives": "1.0.35",
55
55
  "convex": "^1.39.1",
56
56
  "neo4j-driver": "^5.28.1"
57
57
  },