@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 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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atbash/sdk",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "Atbash SDK — control boundary before the last irreversible step in an agent workflow",
5
5
  "homepage": "https://atbash.ai",
6
6
  "author": "Atbash",