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';