fix(core): update
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartdaemon',
|
||||
version: '2.0.4',
|
||||
description: 'start scripts as long running daemons and manage them'
|
||||
version: '2.0.5',
|
||||
description: 'Start scripts as long running daemons and manage them.'
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
import * as plugins from './smartdaemon.plugins.js';
|
||||
import { SmartDaemonTemplateManager } from './smartdaemon.classes.templatemanager.js';
|
||||
import {
|
||||
type ISmartDaemonServiceConstructorOptions,
|
||||
SmartDaemonService,
|
||||
ISmartDaemonServiceConstructorOptions,
|
||||
} from './smartdaemon.classes.service.js';
|
||||
import { SmartDaemonSystemdManager } from './smartdaemon.classes.systemdmanager.js';
|
||||
|
||||
|
@ -2,7 +2,7 @@ import * as plugins from './smartdaemon.plugins.js';
|
||||
import * as paths from './smartdaemon.paths.js';
|
||||
import { SmartDaemon } from './smartdaemon.classes.smartdaemon.js';
|
||||
import {
|
||||
ISmartDaemonServiceConstructorOptions,
|
||||
type ISmartDaemonServiceConstructorOptions,
|
||||
SmartDaemonService,
|
||||
} from './smartdaemon.classes.service.js';
|
||||
|
||||
|
Reference in New Issue
Block a user