chore: Update dist

This commit is contained in:
GitHub Actions
2026-01-27 03:46:31 +00:00
parent dccf3358c4
commit 858051bf2c
14 changed files with 60 additions and 26 deletions

5
dist/cleanup/579.index.js generated vendored
View File

@@ -134,6 +134,11 @@ class EventStreamSerde {
[unionMember]: out,
};
}
if (body.byteLength === 0) {
return {
[unionMember]: {},
};
}
}
return {
[unionMember]: await this.deserializer.read(eventStreamSchema, body),