v1.13.1
fix(http): fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193)
fix(fetch): optimize signals composing logic; (#6582)
docs: fix mismatched return type (#7172)
feat: support reviver on JSON.parse (#5926)
chore(release): v1.13.1 (#7194)
refactor: improve Cookie Handling (#7129)
fix(utils): move `generateString` to platform utils to avoid importing crypto module into client builds; (#6789)
Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732)
refactor: change if in else to else if (#7028)