···11+---
22+'@urql/exchange-graphcache': patch
33+'@urql/exchange-execute': patch
44+'@urql/core': patch
55+'next-urql': patch
66+'@urql/svelte': patch
77+'@urql/vue': patch
88+---
99+1010+Fix type-generation, with a change in TS/Rollup the type generation took the paths as src and resolved them into the types dir
···111111112112 // This registers queries with the data layer to ensure commutativity
113113 const prepareForwardedOperation = (operation: Operation) => {
114114+ operation.context.bakka + {};
114115 if (operation.kind === 'query') {
115116 // Pre-reserve the position of the result layer
116117 reserveLayer(store.data, operation.key);