From 39f9c39360b56b82c3fd3b51e11f69071c51199f Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 17 Sep 2026 10:13:33 -0400 Subject: [PATCH] fix: pin foliate-js 1305a52 via linuxhg mirror GitHub-pinned builds silently reused a stale foliate-js tarball from Docker's npm cache mount (name@version never changed from 0.0.0); every build since the GitHub pin shipped pre-94bb384 code. Repin to the mirror and bust the cache mount. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 231e6f1..180cdcf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dev": "npm run build:ts:dev && npm run build:css" }, "dependencies": { - "@bookhoard/foliate-js": "git+https://github.com/john-okeefe/foliate-js.git#1305a52", + "@bookhoard/foliate-js": "git+https://git.linuxhg.com/Bookhoard/foliate-js.git#1305a52", "alpinejs": "^3.15.8", "chart.js": "^4.5.1", "highlight.js": "^11.11.1",