@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.
@@ -3293,6 +3293,42 @@ async function verify(config, request) {
3293
3293
  return result;
3294
3294
  }
3295
3295
 
3296
+ // src/transport/rfc9421.ts
3297
+ import { parseDictionary } from "structured-headers";
3298
+
3299
+ // src/transport/rfc9421-verify.ts
3300
+ import { httpbis } from "http-message-signatures";
3301
+
3302
+ // src/transport/vi.ts
3303
+ import { splitSdJwt, decodeSdJwtSync } from "@sd-jwt/decode";
3304
+ import { createHash } from "crypto";
3305
+
3306
+ // src/transport/stripe-webhook.ts
3307
+ import { createHmac, timingSafeEqual } from "crypto";
3308
+
3309
+ // src/transport/ap2.ts
3310
+ import { decodeSdJwtSync as decodeSdJwtSync2 } from "@sd-jwt/decode";
3311
+ import { createHash as createHash2 } from "crypto";
3312
+
3313
+ // src/transport/mpp.ts
3314
+ import { Challenge, Credential, Receipt } from "mppx";
3315
+
3316
+ // src/transport/mpp-verify.ts
3317
+ import { BodyDigest } from "mppx";
3318
+
3319
+ // src/transport/x402.ts
3320
+ import {
3321
+ validatePaymentRequired,
3322
+ validatePaymentPayload
3323
+ } from "@x402/core/schemas";
3324
+ import { safeBase64Decode } from "@x402/core/utils";
3325
+
3326
+ // src/transport/vi-verify.ts
3327
+ import { createHash as createHash3, webcrypto } from "crypto";
3328
+
3329
+ // src/transport/registry/visa.ts
3330
+ import { createRemoteJWKSet } from "jose";
3331
+
3296
3332
  // src/gateway/modes/online.ts
3297
3333
  function toGatewayConfig(config) {
3298
3334
  return {