chore: Update dist

This commit is contained in:
GitHub Actions
2026-01-27 03:46:31 +00:00
committed by kellertk
parent 9260701d07
commit 5638c55000
14 changed files with 60 additions and 26 deletions
Generated Vendored
+5
View File
@@ -134,6 +134,11 @@ class EventStreamSerde {
[unionMember]: out,
};
}
if (body.byteLength === 0) {
return {
[unionMember]: {},
};
}
}
return {
[unionMember]: await this.deserializer.read(eventStreamSchema, body),