1.2.3
Some checks failed
CI / Type Check & Lint (push) Failing after 3s
CI / Build Test (Current Platform) (push) Failing after 3s
CI / Build All Platforms (push) Failing after 3s
Release / build-and-release (push) Failing after 4s

This commit is contained in:
2025-10-23 23:33:32 +00:00
parent f7c9be25b7
commit 91ed2a5b5d
2 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@serve.zone/spark", "name": "@serve.zone/spark",
"version": "1.2.2", "version": "1.2.3",
"exports": "./mod.ts", "exports": "./mod.ts",
"tasks": { "tasks": {
"dev": "deno run --allow-all mod.ts", "dev": "deno run --allow-all mod.ts",
@@ -14,7 +14,9 @@
}, },
"lint": { "lint": {
"rules": { "rules": {
"tags": ["recommended"] "tags": [
"recommended"
]
} }
}, },
"fmt": { "fmt": {
@@ -25,7 +27,9 @@
"singleQuote": true "singleQuote": true
}, },
"compilerOptions": { "compilerOptions": {
"lib": ["deno.window"], "lib": [
"deno.window"
],
"strict": true "strict": true
}, },
"imports": { "imports": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@serve.zone/spark", "name": "@serve.zone/spark",
"version": "1.2.2", "version": "1.2.3",
"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.", "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": [ "keywords": [
"server management", "server management",