fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-29 23:12:51 +01:00
parent 737f413324
commit 77dddd9157
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedrequest',
version: '3.0.13',
version: '3.0.14',
description: 'make typed requests towards apis'
}

View File

@ -120,6 +120,7 @@ export class TypedRouter {
typedRequestArg.correlation.phase = 'response';
// encode again before handing back
typedRequestArg.localData = null;
typedRequestArg = VirtualStream.encodePayloadForNetwork(typedRequestArg, {
typedrouter: this,
});