You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added DOProxy.wrap static methods which deprecates DOProxy.from. We get better types with this change without generics and more familiar DurableObjectNamespace API
Added id: DurableObjectId and stub: DurableObjectStub to DurableObjectStubProxy
Add proper return types for DurableObjectStubProxy.batch method