rybaier_obsidian-chat-splitter/versions.json
Ryan Baier 0a29c2ed3d fix(review): replace JSZip with fflate to eliminate dynamic script elements
JSZip's bundled immediate/setImmediate polyfills contain IE9-era
fallbacks that call document.createElement("script"). The branches
never run in Obsidian's Electron runtime, but Obsidian's review
scanner statically flags them as 4 dynamic script-element creations.

fflate is a modern, zero-dependency ZIP library with no such
polyfills. The swap also cuts the production bundle from ~315KB
to ~174KB.

Bump version to 0.1.2.
2026-05-15 17:36:09 -07:00

5 lines
63 B
JSON

{
"0.1.0": "1.4.10",
"0.1.1": "1.4.10",
"0.1.2": "1.4.10"
}