v5.4.4
Patch Changes
-
de40417: Update
tersifyto^4.0.6.The build also moves from three
tscpasses totsdown. The published paths are
unchanged (esm/index.js,cjs/index.js, and the.d.tsbeside each), but the emitted
JavaScript differs: the CJS output is nowes2015rather thanes5, and the unused
tslib/output is no longer built. TwoisNaNcalls becameNumber.isNaN; both are
already guarded by atypeof x === 'number'check, so behaviour is identical.