Compare commits

..

No commits in common. "master" and "v2.0.7" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View File

@ -1,11 +1,5 @@
# Changelog # Changelog
## 2025-03-03 - 2.0.8 - fix(core)
Update project dependencies and resolve minor issues in file paths
- Updated devDependencies and dependencies to latest versions
- Resolved minor issues in file paths within systemd manager
## 2025-03-03 - 2.0.7 - fix(core) ## 2025-03-03 - 2.0.7 - fix(core)
Update @types/node to fix compatibility issues. Update @types/node to fix compatibility issues.

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartdaemon", "name": "@push.rocks/smartdaemon",
"version": "2.0.8", "version": "2.0.7",
"private": false, "private": false,
"description": "Start scripts as long running daemons and manage them.", "description": "Start scripts as long running daemons and manage them.",
"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/smartdaemon', name: '@push.rocks/smartdaemon',
version: '2.0.8', version: '2.0.7',
description: 'Start scripts as long running daemons and manage them.' description: 'Start scripts as long running daemons and manage them.'
} }