Commit1d59062aRecorded24 Jul 2026Repositoryslate
slate: relock lantern to the released 0.1.4 (drop the dev-redirect)
Message
lantern 0.1.4 ships the URL-app origin-aware nav handler, so slate-shell renders the node origin in its native window (instead of externalizing to the system browser). Relocked from 0.1.3 -> 0.1.4 (d3f331a); the temporary dev-redirect to a local patched lantern worktree is removed. Verified: slate-shell built with no --redirects renders + connects (console 'Slate core — framework spine ready', no Chrome).
Changed
sigil.lock | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)Diff
sigil.lockmodified
@@ -130,15 +130,15 @@
130
(package name: "lantern" 131
url: "codeberg:sigil/lantern" 132
ref: "^0.1"−133
sha: "9cffdad14859a859cffee9a294d203919aacf213"+133
sha: "d3f331a019c3d594d47067296f266e235a9ea983" 134
package-selector: "lantern"−135
version: "0.1.3")+135
version: "0.1.4") 136
(package name: "lantern-system" 137
url: "codeberg:sigil/lantern" 138
ref: "^0.1"−139
sha: "9cffdad14859a859cffee9a294d203919aacf213"+139
sha: "d3f331a019c3d594d47067296f266e235a9ea983" 140
package-selector: "lantern-system"−141
version: "0.1.3")+141
version: "0.1.4") 142
(package name: "sigil-tls" 143
url: "codeberg:sigil/sigil-tls" 144
ref: "^0.16"