@twin3-ai/agent-id 0.3.12 → 0.3.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin3-ai/agent-id",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "Domain-bound AgentX portable alias, AEO evidence, and website-Agent integration SDK.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
package/runtime-config.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- const DEFAULT_ENDPOINT = "https://api.agentid.twin3.ai";
3
+ const DEFAULT_ENDPOINT = "https://xagent.id";
4
4
  const TRUSTED_ISSUER_KEY_SHA256 = "sha256:f1dd1844319a02a8ec3c32552ed730fdda286e733cf6b5d54029ec7bd59fda1a";
5
5
 
6
6
  function configuredEndpoint(env = process.env) {