From 2dd7d42a5aa4ad465b1cae648e6fc126346775e5 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 6 Jun 2024 16:48:54 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/smartlog-interfaces.requests.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 058e674..aea7aa2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartlog-interfaces', - version: '3.0.1', + version: '3.0.2', description: 'Defines interfaces for the smartlog ecosystem.' } diff --git a/ts/smartlog-interfaces.requests.ts b/ts/smartlog-interfaces.requests.ts index 629c706..70f3c85 100644 --- a/ts/smartlog-interfaces.requests.ts +++ b/ts/smartlog-interfaces.requests.ts @@ -1,4 +1,4 @@ -import { ILogPackageAuthenticated } from './index.js'; +import { type ILogPackageAuthenticated } from './index.js'; export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages { method: 'postLogPackages';