rterm-backend 2.9.4 → 2.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/gybackend.cjs +863 -295
- package/bin/gybackend.js +863 -295
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rterm-backend",
|
|
3
|
-
"version": "2.9.
|
|
4
|
-
"description": "RTerm headless backend \u2014 run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation, SRE observability, Netdata, AWS APerf, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory). Dual-published as neuralos. v2.9.
|
|
3
|
+
"version": "2.9.5",
|
|
4
|
+
"description": "RTerm headless backend \u2014 run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation, SRE observability, Netdata, AWS APerf, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory, APM/DEM/Infra/ETW ingestion). Dual-published as neuralos. v2.9.5: APM/DEM/Infra/ETW ingestion wired.",
|
|
5
5
|
"main": "bin/gybackend.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"gybackend": "bin/gybackend.cjs"
|
|
@@ -57,6 +57,9 @@
|
|
|
57
57
|
"on-call",
|
|
58
58
|
"gitops",
|
|
59
59
|
"cloud-inventory",
|
|
60
|
+
"apm",
|
|
61
|
+
"dem",
|
|
62
|
+
"etw",
|
|
60
63
|
"monitoring"
|
|
61
64
|
]
|
|
62
65
|
}
|