@lucern/graph-sync 0.3.0-alpha.9 → 1.0.0

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,14 @@ 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.0] - 2026-05-23
9
+ - Promote the Campaign 1 package line to the stable 1.0.0 release.
10
+
11
+ ## [0.3.0-alpha.16] - 2026-05-14
12
+ - Adds the exact-row reasoning-kernel migration surface required for tenant identity/scope repairs.
13
+ - Keeps the coherent Lucern package line aligned for StackOS and reasoning-environment adoption.
14
+
15
+
8
16
  ## [0.3.0-alpha.7] - 2026-05-03
9
17
  - Rebuild the coherent Lucern package line after Campaign 1 SDK hardening fixes.
10
18
 
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/identity @lucern/reasoning-kernel @lucern/graph-sync
20
+ pnpm add @lucern/control-plane @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.9",
3
+ "version": "1.0.0",
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.9",
54
- "@lucern/graph-primitives": "0.3.0-alpha.9",
53
+ "@lucern/contracts": "1.0.0",
54
+ "@lucern/graph-primitives": "1.0.0",
55
55
  "convex": "^1.17.0",
56
56
  "neo4j-driver": "^5.28.1"
57
57
  },