feat: update package description and enhance incident date formatting #371

This commit is contained in:
Raj Nandan Sharma
2025-04-08 09:23:12 +05:30
parent e6b5600a47
commit 940331b87f
2 changed files with 22 additions and 17 deletions

View File

@@ -3,24 +3,24 @@
"version": "3.2.13",
"private": false,
"license": "MIT",
"description": "Kener: An open-source Node.js status page application for real-time service monitoring, incident management, and customizable reporting. Simplify service outage tracking, enhance incident communication, and ensure a seamless user experience.",
"description": "Kener is a modern, open-source status page application built with Node.js. It provides real-time monitoring, uptime tracking, incident management, and beautiful dashboards. Perfect for DevOps teams, SaaS providers, and businesses needing reliable service status communication with minimal setup.",
"author": "Raj Nandan Sharma <rajnandan1@gmail.com>",
"keywords": [
"Node.js application",
"Open-source status page",
"Service monitoring tool",
"Real-time incident management",
"Customizable reporting",
"Service outage tracker",
"User-friendly dashboard",
"Incident communication platform",
"Scalable monitoring solution",
"Community-driven software",
"Website status tracker",
"Incident response tool",
"System status monitoring",
"Service reliability management",
"Incident alert system"
"status page",
"uptime monitoring",
"incident management",
"DevOps tools",
"service reliability",
"open source",
"Node.js",
"dashboard",
"system monitoring",
"status alerts",
"outage communication",
"API monitoring",
"SaaS status",
"performance metrics",
"status reporting"
],
"repository": {
"type": "git",

View File

@@ -111,7 +111,12 @@
<h1 class=" text-xl font-semibold leading-tight">
{l(data.lang, "No Incident in %date", {
date: f(parse(data.thisMonthName, "MMMM-yyyy", new Date()), "MMMM, yyyy", selectedLang, $page.data.localTz)
date: f(
new Date(data.midnightMonthStartUTCTimestamp * 1000),
"MMMM, yyyy",
selectedLang,
$page.data.localTz
)
})}
</h1>
</div>