co-mono/packages
Mario Zechner db34ef01bf Fix IndexedDB in-line vs out-of-line key handling
- Check if store has keyPath before calling put()
- If keyPath exists (in-line keys), only pass value: store.put(value)
- If no keyPath (out-of-line keys), pass both: store.put(value, key)
- Apply fix to both set() and transaction.set()
- Fixes DataError when saving sessions with keyPath: 'id'
2025-10-08 16:53:54 +02:00
..
agent Bump version to 0.5.44 2025-10-05 23:00:59 +02:00
ai Prevent default and stop propagation when clicking artifact pill 2025-10-08 14:17:04 +02:00
pods Bump version to 0.5.44 2025-10-05 23:00:59 +02:00
proxy Bump version to 0.5.44 2025-10-05 23:00:59 +02:00
tui Bump version to 0.5.44 2025-10-05 23:00:59 +02:00
web-ui Fix IndexedDB in-line vs out-of-line key handling 2025-10-08 16:53:54 +02:00