@openid4vc/openid4vp 0.3.0-alpha-20250416083614 → 0.3.0-alpha-20250416121152

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
@@ -846,7 +846,7 @@ function parseOpenid4vpAuthorizationRequest(options) {
846
846
  let provided = "params";
847
847
  let params;
848
848
  if (typeof authorizationRequest === "string") {
849
- if (authorizationRequest.includes("://")) {
849
+ if (authorizationRequest.includes(":")) {
850
850
  params = parseWithErrorHandling3(
851
851
  zOpenid4vpAuthorizationRequestFromUriParams,
852
852
  authorizationRequest,