@lucern/graph-sync 0.3.0-alpha.17 → 0.3.0-alpha.8
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 +0 -9
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,15 +5,6 @@ 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
|
-
|
|
12
|
-
## [0.3.0-alpha.16] - 2026-05-14
|
|
13
|
-
- Adds the exact-row reasoning-kernel migration surface required for tenant identity/scope repairs.
|
|
14
|
-
- Keeps the coherent Lucern package line aligned for StackOS and reasoning-environment adoption.
|
|
15
|
-
|
|
16
|
-
|
|
17
8
|
## [0.3.0-alpha.7] - 2026-05-03
|
|
18
9
|
- Rebuild the coherent Lucern package line after Campaign 1 SDK hardening fixes.
|
|
19
10
|
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Most tenants should install this only after the regular Convex component
|
|
|
17
17
|
profile is present:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
pnpm add @lucern/
|
|
20
|
+
pnpm add @lucern/identity @lucern/reasoning-kernel @lucern/graph-sync
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Environment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucern/graph-sync",
|
|
3
|
-
"version": "0.3.0-alpha.
|
|
3
|
+
"version": "0.3.0-alpha.8",
|
|
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.
|
|
54
|
-
"@lucern/graph-primitives": "0.3.0-alpha.
|
|
53
|
+
"@lucern/contracts": "0.3.0-alpha.8",
|
|
54
|
+
"@lucern/graph-primitives": "0.3.0-alpha.8",
|
|
55
55
|
"convex": "^1.17.0",
|
|
56
56
|
"neo4j-driver": "^5.28.1"
|
|
57
57
|
},
|