@opentrust/dashboard 7.3.33 → 7.3.35
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/dist/routes/settings.js +1 -1
- package/package.json +3 -3
- package/public/assets/{index-DzS9Yr59.js → index-BrLQnB1B.js} +20 -18
- package/public/assets/{index-DzS9Yr59.js.map → index-BrLQnB1B.js.map} +1 -1
- package/public/assets/index-ByEXMeum.css +1 -0
- package/public/index.html +2 -2
- package/public/assets/index-v4Sx1ze0.css +0 -1
package/dist/routes/settings.js
CHANGED
|
@@ -149,10 +149,10 @@ export async function renderOpenclawConfig() {
|
|
|
149
149
|
"opentrust-guard": {
|
|
150
150
|
enabled: true,
|
|
151
151
|
config: {
|
|
152
|
+
...(template.plugins?.entries?.["opentrust-guard"]?.config ?? {}),
|
|
152
153
|
coreUrl,
|
|
153
154
|
dashboardUrl,
|
|
154
155
|
apiKey,
|
|
155
|
-
...(template.plugins?.entries?.["opentrust-guard"]?.config ?? {}),
|
|
156
156
|
},
|
|
157
157
|
},
|
|
158
158
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentrust/dashboard",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.35",
|
|
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/db": "7.3.
|
|
23
|
-
"@opentrust/shared": "7.3.
|
|
22
|
+
"@opentrust/db": "7.3.35",
|
|
23
|
+
"@opentrust/shared": "7.3.35"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/cors": "^2.8.17",
|