tersify@4.0.5
·
19 commits
to main
since this release
Patch Changes
-
b46f029: Replace the CJS-only
is-bufferdependency with an inlined duck-typed check.is-buffer@2ships only CommonJS, which broke consumers importing the ESM build in strict ESM environments. The check is three lines and has no Node dependency, so it now lives insrc/isBuffer.tsand works in both Node and the browser.tersifyno longer hasis-bufferas a runtime dependency.