From 9175af027b6774a9ba79ae1841563d148ec66604 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 21 Feb 2024 00:34:24 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e1856df..a6ccba4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedrequest-interfaces', - version: '3.0.2', + version: '3.0.3', description: 'interfaces for making typed requests' } diff --git a/ts/index.ts b/ts/index.ts index 2a2b75d..bd510a3 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -16,7 +16,7 @@ export interface ITypedRequest { * needed for VirtualStreams */ localData?: { - firstTypedrouter: any; + firstTypedrouter?: any; } /**