@bedrock/vc-delivery 6.3.0 → 6.3.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.
Files changed (2) hide show
  1. package/lib/http.js +1 -1
  2. package/package.json +1 -1
package/lib/http.js CHANGED
@@ -158,7 +158,7 @@ export async function addRoutes({app, service} = {}) {
158
158
  client_id: `${openIdRoute}/client/authorization/response`,
159
159
  request_uri: `${openIdRoute}/client/authorization/request`
160
160
  });
161
- protocols.OID4VP = `openid4vp://authorize?${searchParams}`;
161
+ protocols.OID4VP = `openid4vp://?${searchParams}`;
162
162
  }
163
163
  res.json({protocols});
164
164
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock/vc-delivery",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "type": "module",
5
5
  "description": "Bedrock Verifiable Credential Delivery",
6
6
  "main": "./lib/index.js",