eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 185 B
JavaScript
const sessionInboxWireV1Migration={from:1,migrate(e){let t=e,n={...t,version:2};return t.kind===`deliver`&&!(`payload`in t)&&(n.payload={}),n},to:2};export{sessionInboxWireV1Migration};