rterm-backend 2.9.0 → 2.9.1

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.
Files changed (1) hide show
  1. package/package.json +13 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rterm-backend",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "RTerm headless backend — run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation with event-driven triggers + NATS event mesh, scheduled automation, SRE observability, Netdata integration, AWS APerf performance deep-dive, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory).",
5
5
  "main": "bin/gybackend.js",
6
6
  "bin": {
@@ -9,6 +9,18 @@
9
9
  "scripts": {
10
10
  "start": "node bin/gybackend.cjs"
11
11
  },
12
+ "dependencies": {
13
+ "@nats-io/transport-node": "^3.4.0",
14
+ "better-sqlite3": "^12.11.1",
15
+ "cpu-features": "^0.0.10",
16
+ "node-pty": "^1.2.0-beta.3",
17
+ "ssh2": "^1.17.0",
18
+ "tree-sitter-bash": "^0.25.1",
19
+ "web-tree-sitter": "^0.26.3"
20
+ },
21
+ "optionalDependencies": {
22
+ "serialport": "^13.0.0"
23
+ },
12
24
  "engines": {
13
25
  "node": ">=18"
14
26
  },