Update package.json description to mention InfluxDB v2 support

Co-authored-by: mountaindude <1029262+mountaindude@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-24 20:41:14 +00:00
committed by Göran Sander
parent a22e699870
commit 956d69b3fa

View File

@@ -1,7 +1,7 @@
{
"name": "butler-sos",
"version": "14.0.0",
"description": "Butler SenseOps Stats (\"Butler SOS\") is a tool that publishes operational Qlik Sense metrics to Influxdb, Prometheus, New Relic and MQTT.",
"description": "Butler SenseOps Stats (\"Butler SOS\") is a tool that publishes operational Qlik Sense metrics to InfluxDB (v1, v2, v3), Prometheus, New Relic and MQTT.",
"main": "butler-sos.js",
"scripts": {
"build": "npx jsdoc-to-markdown 'src/**/*.js' > docs/src-code-overview.md",