@agentconnect.md/setup 1.44.0-rc.71 → 1.44.0-rc.72

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
@@ -61317,6 +61317,7 @@ function urlAtOrigin(value, origin) {
61317
61317
  const target = new URL(origin);
61318
61318
  url.protocol = target.protocol;
61319
61319
  url.host = target.host;
61320
+ url.port = target.port;
61320
61321
  return url;
61321
61322
  }
61322
61323
  /** Production JWT verifier. Discovery/JWKS are cached per normalized issuer. */