Compare commits
No commits in common. "master" and "v2.0.5" have entirely different histories.
31
changelog.md
31
changelog.md
@ -1,31 +0,0 @@
|
|||||||
# 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)
|
|
||||||
Update @types/node to fix compatibility issues.
|
|
||||||
|
|
||||||
- Updated @types/node from version 20.12.7 to 22.13.8 to ensure compatibility with the latest Node.js features.
|
|
||||||
- Improved type definitions which might resolve minor type errors in development.
|
|
||||||
|
|
||||||
## 2024-05-29 - 2.0.6 - Documentation
|
|
||||||
updated project description
|
|
||||||
|
|
||||||
## 2024-04-19 - 2.0.5 to 2.0.4 - Core Updates
|
|
||||||
Improved core functionality across multiple versions.
|
|
||||||
|
|
||||||
- Updated tsconfig for better build performance.
|
|
||||||
- Revised npmextra.json to update githost configuration.
|
|
||||||
|
|
||||||
## 2023-07-25 - 2.0.3 - Organizational Changes
|
|
||||||
implemented a new organizational scheme
|
|
||||||
|
|
||||||
## 2022-10-19 - 2.0.0 - Core Updates and Breaking Changes
|
|
||||||
Major overhaul with breaking changes and core updates.
|
|
||||||
|
|
||||||
- **Breaking Change:** Transitioned the project architecture from CommonJS to ECMAScript modules (ESM) to enhance compatibility and future-proofing.
|
|
||||||
|
|
11
package.json
11
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartdaemon",
|
"name": "@push.rocks/smartdaemon",
|
||||||
"version": "2.0.8",
|
"version": "2.0.5",
|
||||||
"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",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"@git.zone/tsrun": "^1.2.44",
|
"@git.zone/tsrun": "^1.2.44",
|
||||||
"@git.zone/tstest": "^1.0.77",
|
"@git.zone/tstest": "^1.0.77",
|
||||||
"@push.rocks/tapbundle": "^5.0.23",
|
"@push.rocks/tapbundle": "^5.0.23",
|
||||||
"@types/node": "^22.13.8"
|
"@types/node": "^20.12.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@push.rocks/lik": "^6.0.15",
|
"@push.rocks/lik": "^6.0.15",
|
||||||
@ -53,10 +53,5 @@
|
|||||||
"Node.js",
|
"Node.js",
|
||||||
"system administration",
|
"system administration",
|
||||||
"background services"
|
"background services"
|
||||||
],
|
]
|
||||||
"homepage": "https://code.foss.global/push.rocks/smartdaemon",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://code.foss.global/push.rocks/smartdaemon.git"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
11185
pnpm-lock.yaml
generated
11185
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitinfo by @push.rocks/commitinfo
|
* autocreated commitinfo by @pushrocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartdaemon',
|
name: '@push.rocks/smartdaemon',
|
||||||
version: '2.0.8',
|
version: '2.0.5',
|
||||||
description: 'Start scripts as long running daemons and manage them.'
|
description: 'Start scripts as long running daemons and manage them.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user