@atrib/verify 0.5.0 → 0.5.2
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/resolve-identity.js +1 -1
- package/package.json +2 -2
package/dist/resolve-identity.js
CHANGED
|
@@ -298,7 +298,7 @@ function deriveDirectoryContextId(origin) {
|
|
|
298
298
|
* Stronger: re-canonicalize the body and verify the signature against
|
|
299
299
|
* the operator's pubkey (deferred to a follow-on commit; the log's
|
|
300
300
|
* inclusion proof already authenticates the hash, so the signature
|
|
301
|
-
* re-verify is defense-in-depth, not
|
|
301
|
+
* re-verify is defense-in-depth, not required for step 1).
|
|
302
302
|
*/
|
|
303
303
|
async function runStepOne(opts) {
|
|
304
304
|
const directoryOrigin = await fetchDirectoryOrigin(opts.directoryEndpoint, opts.fetchFn, opts.signal, opts.warnings);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/verify",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@sd-jwt/sd-jwt-vc": "0.19.0",
|
|
34
34
|
"canonicalize": "^3.0.0",
|
|
35
35
|
"jose": "6.2.3",
|
|
36
|
-
"@atrib/mcp": "0.
|
|
36
|
+
"@atrib/mcp": "0.15.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^25.9.1",
|