@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/core.js +1 -1
- package/dist/core.mjs +1 -1
- package/dist/identity/express.js +1 -1
- package/dist/identity/express.mjs +1 -1
- package/dist/identity/fastify.js +1 -1
- package/dist/identity/fastify.mjs +1 -1
- package/dist/identity/hono.js +1 -1
- package/dist/identity/hono.mjs +1 -1
- package/dist/identity/nextjs.js +1 -1
- package/dist/identity/nextjs.mjs +1 -1
- package/dist/identity/web.js +1 -1
- package/dist/identity/web.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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-
|
|
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";
|