From 2df05222ee80c7edd47d6f78bd5136337d2b9ffb Mon Sep 17 00:00:00 2001 From: Kpa-clawbot <259247574+Kpa-clawbot@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:27:26 -0700 Subject: [PATCH] =?UTF-8?q?release:=20v3.0.0=20=E2=80=94=20Go=20backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- package.json | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 61b92d4..6c48808 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,27 @@ -{ - "name": "meshcore-analyzer", - "version": "2.6.0", - "description": "Community-run alternative to the closed-source `analyzer.letsmesh.net`. MQTT packet collection + open-source web analyzer for the Bay Area MeshCore mesh.", - "main": "index.js", - "scripts": { - "test": "npx c8 --reporter=text --reporter=text-summary sh test-all.sh", - "test:unit": "node test-packet-filter.js && node test-aging.js && node test-regional-filter.js", - "test:coverage": "npx c8 --reporter=text --reporter=html sh test-all.sh", - "test:full-coverage": "sh scripts/combined-coverage.sh" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "@michaelhart/meshcore-decoder": "^0.2.7", - "better-sqlite3": "^12.8.0", - "express": "^5.2.1", - "mqtt": "^5.15.0", - "ws": "^8.19.0" - }, - "devDependencies": { - "nyc": "^18.0.0", - "playwright": "^1.58.2", - "supertest": "^7.2.2" - } -} +{ + "name": "meshcore-analyzer", + "version": "3.0.0", + "description": "Community-run alternative to the closed-source `analyzer.letsmesh.net`. MQTT packet collection + open-source web analyzer for the Bay Area MeshCore mesh.", + "main": "index.js", + "scripts": { + "test": "npx c8 --reporter=text --reporter=text-summary sh test-all.sh", + "test:unit": "node test-packet-filter.js && node test-aging.js && node test-regional-filter.js", + "test:coverage": "npx c8 --reporter=text --reporter=html sh test-all.sh", + "test:full-coverage": "sh scripts/combined-coverage.sh" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "@michaelhart/meshcore-decoder": "^0.2.7", + "better-sqlite3": "^12.8.0", + "express": "^5.2.1", + "mqtt": "^5.15.0", + "ws": "^8.19.0" + }, + "devDependencies": { + "nyc": "^18.0.0", + "playwright": "^1.58.2", + "supertest": "^7.2.2" + } +} \ No newline at end of file