From 77dddd9157a72380ceced49bd13e81eb0b02a565 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 29 Feb 2024 23:12:51 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/typedrequest.classes.typedrouter.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9d00ed1..9e09616 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' } diff --git a/ts/typedrequest.classes.typedrouter.ts b/ts/typedrequest.classes.typedrouter.ts index e209f36..19042bb 100644 --- a/ts/typedrequest.classes.typedrouter.ts +++ b/ts/typedrequest.classes.typedrouter.ts @@ -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, });