@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.js CHANGED
@@ -899,7 +899,7 @@ function parseOpenid4vpAuthorizationRequest(options) {
899
899
  let provided = "params";
900
900
  let params;
901
901
  if (typeof authorizationRequest === "string") {
902
- if (authorizationRequest.includes("://")) {
902
+ if (authorizationRequest.includes(":")) {
903
903
  params = (0, import_utils11.parseWithErrorHandling)(
904
904
  zOpenid4vpAuthorizationRequestFromUriParams,
905
905
  authorizationRequest,