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

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