@takazudo/zfb-md-wasm 2.15.1 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -742,6 +742,15 @@ permanent promises — re-measure against the version you actually install.
742
742
  The clean four-step production ceiling is 210 seconds; the selected #2447
743
743
  median was 155.015 s [153.496, 165.977].
744
744
 
745
+ **Sizes are guarded; content digests are not.** The byte sizes above are held by
746
+ `shipped-sizes.json` and asserted in CI, so they move only on a deliberate
747
+ artifact change. SHA-256 digests are a different matter: every release stamps
748
+ its own version string into each `.wasm` — the value `version()` returns — so
749
+ all four digests change on **every** release, including a documentation-only
750
+ patch whose compiled code is identical and whose byte sizes do not move at all.
751
+ If you verify these artifacts by content digest rather than by semver, re-pin on
752
+ every upgrade; never read "sizes unchanged" as "nothing to re-verify".
753
+
745
754
  Gating `swc_core` out of the highlight graph (#2449/#2450) was a
746
755
  **provability win, not a size win**. The #2447 SWC-retaining baseline was
747
756
  1,484,705 B raw and 767,009 B gzip-9; the #2450 result was 7,965 B smaller
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takazudo/zfb-md-wasm",
3
- "version": "2.15.1",
3
+ "version": "2.16.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "zfb's md/mdx -> JS/HTML conversion pipeline compiled to WebAssembly, for browser-side dynamic conversion (CMS live preview with parity to zfb's production output).",