@atbash/sdk 0.3.15 → 0.3.16
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/index.cjs +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -648,7 +648,8 @@ async function getSafetyStats(opts) {
|
|
|
648
648
|
// src/config.ts
|
|
649
649
|
var ALLOWED_JUDGE_HOSTS = /* @__PURE__ */ new Set([
|
|
650
650
|
"atbash.ai",
|
|
651
|
-
"www.atbash.ai"
|
|
651
|
+
"www.atbash.ai",
|
|
652
|
+
"chromia-verified-ai-dev-two.vercel.app"
|
|
652
653
|
]);
|
|
653
654
|
function validateJudgeEndpoint(judge) {
|
|
654
655
|
const policy = judge?.policy === "self-hosted" ? "self-hosted" : "default";
|
package/dist/index.js
CHANGED
|
@@ -578,7 +578,8 @@ async function getSafetyStats(opts) {
|
|
|
578
578
|
// src/config.ts
|
|
579
579
|
var ALLOWED_JUDGE_HOSTS = /* @__PURE__ */ new Set([
|
|
580
580
|
"atbash.ai",
|
|
581
|
-
"www.atbash.ai"
|
|
581
|
+
"www.atbash.ai",
|
|
582
|
+
"chromia-verified-ai-dev-two.vercel.app"
|
|
582
583
|
]);
|
|
583
584
|
function validateJudgeEndpoint(judge) {
|
|
584
585
|
const policy = judge?.policy === "self-hosted" ? "self-hosted" : "default";
|