v1.3.0
CI / Type Check & Lint (push) Failing after 16s
CI / Build Test (Current Platform) (push) Successful in 27s
CI / Build All Platforms (push) Successful in 2m4s
Release / build-and-release (push) Successful in 2m49s

This commit is contained in:
2026-05-24 12:55:33 +00:00
parent 7ba79d6834
commit 25dfe58a7c
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-24 - 1.3.0
### Features
- add Spark host telemetry and Cloudly heartbeat
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/spark",
"version": "1.2.5",
"version": "1.3.0",
"exports": "./mod.ts",
"nodeModulesDir": "auto",
"tasks": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/spark",
"version": "1.2.5",
"version": "1.3.0",
"description": "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.",
"keywords": [
"server management",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/spark',
version: '1.2.5',
version: '1.3.0',
description: 'A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.'
}