mirror of
https://github.com/rybaier/obsidian-chat-splitter.git
synced 2026-07-22 14:10:25 +00:00
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.
5 lines
63 B
JSON
5 lines
63 B
JSON
{
|
|
"0.1.0": "1.4.10",
|
|
"0.1.1": "1.4.10",
|
|
"0.1.2": "1.4.10"
|
|
}
|