@clavon/clav-agent 1.0.2 → 1.0.3
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.
|
@@ -18432,7 +18432,7 @@ function AuthProvider({ children }) {
|
|
|
18432
18432
|
logout
|
|
18433
18433
|
}, children });
|
|
18434
18434
|
}
|
|
18435
|
-
const DEFAULT_SERVER = "https://
|
|
18435
|
+
const DEFAULT_SERVER = "https://agentshield-api.onrender.com";
|
|
18436
18436
|
const STORAGE_KEY = "clav_server_url";
|
|
18437
18437
|
function getServerUrl() {
|
|
18438
18438
|
try {
|
package/dist/renderer/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https://*.clavon.ai wss://*.clavon.ai https://clavon-api.onrender.com wss://clavon-api.onrender.com https://*.supabase.co;" />
|
|
7
7
|
<title>Clav Agent</title>
|
|
8
|
-
<script type="module" crossorigin src="./assets/index-
|
|
8
|
+
<script type="module" crossorigin src="./assets/index-DbNssNSn.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="./assets/index-CDcu1Oad.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body class="bg-clavon-900 text-white">
|