Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@urql_core@5.1.2 source code.tar.gz | 2025-06-27 | 1.4 MB | |
@urql_core@5.1.2 source code.zip | 2025-06-27 | 1.7 MB | |
README.md | 2025-06-27 | 859 Bytes | |
Totals: 3 Items | 3.1 MB | 0 |
Patch Changes
- Correct typo in cacheHit debug message of the
debugExchange
Submitted by @jorrit (See #3773) - ⚠️ Fix
fetchSource
not text-decoding response chunks as streams, which could cause UTF-8 decoding to break Submitted by @i110 (See #3767) - ⚠️ Fix compatibility with Typescript >5.5 (See: https://github.com/0no-co/graphql.web/pull/49) Submitted by @andreisergiu98 (See #3730)
- Change debug log verbosity to
console.debug
rather thanconsole.log
Submitted by @kitten (See #3770)