@opentrust/dashboard 7.3.22 → 7.3.23

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.
@@ -10,6 +10,12 @@ const VALID_COMMAND_TYPES = [
10
10
  "upgrade",
11
11
  "fetch_logs",
12
12
  "update_env",
13
+ "install_skill",
14
+ "install_custom_skill",
15
+ "uninstall_skill",
16
+ "install_plugin",
17
+ "uninstall_plugin",
18
+ "update_config",
13
19
  ];
14
20
  const OFFLINE_THRESHOLD_MS = 90_000;
15
21
  function withOnlineStatus(host) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentrust/dashboard",
3
- "version": "7.3.22",
3
+ "version": "7.3.23",
4
4
  "type": "module",
5
5
  "description": "OpenTrust Dashboard — management panel for AI Agent security (API + embedded web)",
6
6
  "main": "dist/index.js",
@@ -19,8 +19,8 @@
19
19
  "morgan": "^1.10.0",
20
20
  "nodemailer": "^8.0.1",
21
21
  "zod": "^3.23.0",
22
- "@opentrust/shared": "7.3.22",
23
- "@opentrust/db": "7.3.22"
22
+ "@opentrust/db": "7.3.23",
23
+ "@opentrust/shared": "7.3.23"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/cors": "^2.8.17",