@lucern/graph-sync 0.3.0-alpha.10 → 0.3.0-alpha.11
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/README.md +1 -1
- package/package.json +3 -3
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/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.
|
|
3
|
+
"version": "0.3.0-alpha.11",
|
|
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.11",
|
|
54
|
+
"@lucern/graph-primitives": "0.3.0-alpha.11",
|
|
55
55
|
"convex": "^1.17.0",
|
|
56
56
|
"neo4j-driver": "^5.28.1"
|
|
57
57
|
},
|