@astrasyncai/verification-gateway 2.0.1 → 2.1.0

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.
@@ -3536,6 +3536,42 @@ async function verify(config, request) {
3536
3536
  return result;
3537
3537
  }
3538
3538
 
3539
+ // src/transport/rfc9421.ts
3540
+ import { parseDictionary } from "structured-headers";
3541
+
3542
+ // src/transport/rfc9421-verify.ts
3543
+ import { httpbis } from "http-message-signatures";
3544
+
3545
+ // src/transport/vi.ts
3546
+ import { splitSdJwt, decodeSdJwtSync } from "@sd-jwt/decode";
3547
+ import { createHash } from "crypto";
3548
+
3549
+ // src/transport/stripe-webhook.ts
3550
+ import { createHmac, timingSafeEqual } from "crypto";
3551
+
3552
+ // src/transport/ap2.ts
3553
+ import { decodeSdJwtSync as decodeSdJwtSync2 } from "@sd-jwt/decode";
3554
+ import { createHash as createHash2 } from "crypto";
3555
+
3556
+ // src/transport/mpp.ts
3557
+ import { Challenge, Credential, Receipt } from "mppx";
3558
+
3559
+ // src/transport/mpp-verify.ts
3560
+ import { BodyDigest } from "mppx";
3561
+
3562
+ // src/transport/x402.ts
3563
+ import {
3564
+ validatePaymentRequired,
3565
+ validatePaymentPayload
3566
+ } from "@x402/core/schemas";
3567
+ import { safeBase64Decode } from "@x402/core/utils";
3568
+
3569
+ // src/transport/vi-verify.ts
3570
+ import { createHash as createHash3, webcrypto } from "crypto";
3571
+
3572
+ // src/transport/registry/visa.ts
3573
+ import { createRemoteJWKSet } from "jose";
3574
+
3539
3575
  // src/gateway/modes/online.ts
3540
3576
  function toGatewayConfig(config) {
3541
3577
  return {