Compare commits

...

2 Commits

Author SHA1 Message Date
249c9bf155 3.0.2 2024-06-06 16:48:55 +02:00
2dd7d42a5a fix(core): update 2024-06-06 16:48:54 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartlog-interfaces", "name": "@push.rocks/smartlog-interfaces",
"version": "3.0.1", "version": "3.0.2",
"private": false, "private": false,
"description": "Defines interfaces for the smartlog ecosystem.", "description": "Defines interfaces for the smartlog ecosystem.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartlog-interfaces', name: '@push.rocks/smartlog-interfaces',
version: '3.0.1', version: '3.0.2',
description: 'Defines interfaces for the smartlog ecosystem.' description: 'Defines interfaces for the smartlog ecosystem.'
} }

View File

@ -1,4 +1,4 @@
import { ILogPackageAuthenticated } from './index.js'; import { type ILogPackageAuthenticated } from './index.js';
export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages { export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages {
method: 'postLogPackages'; method: 'postLogPackages';