From 114c4a9ef444a4f88444e0c30d9c2bc0133da369 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 31 Jul 2026 08:57:06 +0000 Subject: [PATCH] Upgrade to wombat 3.10.6 --- CHANGELOG.md | 2 +- openzim.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c95daff..a9707e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Upgrade Python and Javascript dependencies (#319) +- Upgrade Python and Javascript dependencies (especially wombat 3.10.6) (#319, #328) - Migrate `javascript/` from Yarn Classic to Yarn Berry (#320) - Test bogus Content-Length HTTP header behavior (#318) diff --git a/openzim.toml b/openzim.toml index 7280ed5..ab76172 100644 --- a/openzim.toml +++ b/openzim.toml @@ -6,7 +6,7 @@ execute_after=[ [files.assets.actions."wombat.js"] action="get_file" -source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.10.5/dist/wombat.js" +source="https://cdn.jsdelivr.net/npm/@webrecorder/wombat@3.10.6/dist/wombat.js" target_file="wombat.js" # wombatSetup.js is supposed to be built locally from files in javascript folder.