Compare commits
No commits in common. "master" and "v3.0.1" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartlog-interfaces",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.1",
|
||||
"private": false,
|
||||
"description": "Defines interfaces for the smartlog ecosystem.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartlog-interfaces',
|
||||
version: '3.0.2',
|
||||
version: '3.0.1',
|
||||
description: 'Defines interfaces for the smartlog ecosystem.'
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { type ILogPackageAuthenticated } from './index.js';
|
||||
import { ILogPackageAuthenticated } from './index.js';
|
||||
|
||||
export interface IRequest_SmartlogDestinationReceiver_Any_PostLogPackages {
|
||||
method: 'postLogPackages';
|
||||
|
Loading…
x
Reference in New Issue
Block a user