@agent-score/commerce 1.5.0 → 1.5.1

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.mjs CHANGED
@@ -394,7 +394,7 @@ function ucpSigningKeyFromJWK(jwk) {
394
394
  }
395
395
  return jwk;
396
396
  }
397
- var DEFAULT_VERSION = "2026-04-17";
397
+ var DEFAULT_VERSION = "2026-04-08";
398
398
  var AGENTSCORE_CAPABILITY_NAME = "sh.agentscore.identity";
399
399
  var AGENTSCORE_CAPABILITY_VERSION = "1";
400
400
  var AGENTSCORE_DEFAULT_SPEC_URL = "https://agentscore.sh/specification/identity";