@lucern/graph-sync 0.3.0-alpha.14 → 0.3.0-alpha.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
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
+ ## [0.3.0-alpha.16] - 2026-05-14
9
+ - Adds the exact-row reasoning-kernel migration surface required for tenant identity/scope repairs.
10
+ - Keeps the coherent Lucern package line aligned for StackOS and reasoning-environment adoption.
11
+
12
+
8
13
  ## [0.3.0-alpha.7] - 2026-05-03
9
14
  - Rebuild the coherent Lucern package line after Campaign 1 SDK hardening fixes.
10
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucern/graph-sync",
3
- "version": "0.3.0-alpha.14",
3
+ "version": "0.3.0-alpha.16",
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": "0.3.0-alpha.14",
54
- "@lucern/graph-primitives": "0.3.0-alpha.14",
53
+ "@lucern/contracts": "0.3.0-alpha.16",
54
+ "@lucern/graph-primitives": "0.3.0-alpha.16",
55
55
  "convex": "^1.17.0",
56
56
  "neo4j-driver": "^5.28.1"
57
57
  },