logseq-graph-living-atlas 0.1.0 → 0.1.1
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 +11 -0
- package/dist/assets/{AtlasCanvas-p-Pb_C3p.js → AtlasCanvas-CX4cQjjH.js} +1 -1
- package/dist/assets/{index-D-LUf-q7.js → index-BO3MzInn.js} +4 -4
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/server/contracts.mjs +1 -0
- package/server/graph/pathfinding.mjs +50 -22
- package/server/logseq/source-adapter.mjs +19 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.1 - 2026-06-01
|
|
4
|
+
|
|
5
|
+
Security and release hardening patch.
|
|
6
|
+
|
|
7
|
+
- Reject Logseq `pages` and `journals` source directories that resolve outside the selected graph root.
|
|
8
|
+
- Skip nested source symlinks and realpath-check discovered markdown before reading.
|
|
9
|
+
- Bound pathfinding with node, edge, queue, and neighbor budgets so dense no-path searches stay responsive.
|
|
10
|
+
- Report bounded path-search failures clearly in the pathfinder UI.
|
|
11
|
+
- Stop persisting graph-derived review handoff prose and top-level cluster ids in browser `localStorage`.
|
|
12
|
+
- Allow public-readiness CI to validate protected pull requests targeting `main` while preserving `main`-only release discipline.
|
|
13
|
+
|
|
3
14
|
## 0.1.0 - 2026-06-01
|
|
4
15
|
|
|
5
16
|
Initial public-ready package.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as lt,j as os}from"./index-
|
|
1
|
+
import{r as lt,j as os}from"./index-BO3MzInn.js";import{j as as,l as rs,c as U,F as O,q as dt,U as ae,V as B,W as Kt,H as Qt,N as ls,C as cs,d as L,s as v,a as ut,k as hs,e as us,M as yt,T as xt,Q as Ee,r as De,R as ds,m as ps,h as R,i as Ke,O as fs,p as ms,f as gs,P as bs,t as _s,S as Ms,A as xs,b as ys,n as ws,G as vs,o as Vt,g as At,L as zt,B as ce}from"./three-DQCgX68K.js";const Zt={name:"CopyShader",uniforms:{tDiffuse:{value:null},opacity:{value:1}},vertexShader:`
|
|
2
2
|
|
|
3
3
|
varying vec2 vUv;
|
|
4
4
|
|