@usdctofiat/offramp 4.2.0 → 4.2.1

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
@@ -39,7 +39,7 @@ import {
39
39
  sanitizeAttributionId,
40
40
  sendTelemetryEvent,
41
41
  undelegate
42
- } from "./chunk-COG2VN74.js";
42
+ } from "./chunk-IGSM53SJ.js";
43
43
 
44
44
  // src/types.ts
45
45
  var OFFRAMP_ERROR_CODES = {
package/dist/react.cjs CHANGED
@@ -40,7 +40,7 @@ var import_react = require("react");
40
40
 
41
41
  // src/config.ts
42
42
  var import_sdk = require("@zkp2p/sdk");
43
- var SDK_VERSION = "4.2.0";
43
+ var SDK_VERSION = "4.2.1";
44
44
  var BASE_CHAIN_ID = 8453;
45
45
  var RUNTIME_ENV = "production";
46
46
  var API_BASE_URL = "https://api.zkp2p.xyz";
@@ -552,7 +552,11 @@ function requireSarCredentialCapture(capturedMetadata) {
552
552
  }
553
553
  async function uploadSellerCredentialBundle(processorName, offchainId, bundle) {
554
554
  const params = processorName === "wise" ? { platform: "wise", bundle } : { platform: processorName, offchainId, bundle };
555
- return (0, import_sdk3.apiUploadSellerCredentialBundle)(params, API_BASE_URL, PAYEE_REGISTRATION_TIMEOUT_MS);
555
+ return (0, import_sdk3.apiUploadSellerCredentialBundle)(
556
+ params,
557
+ API_BASE_URL,
558
+ PAYEE_REGISTRATION_TIMEOUT_MS
559
+ );
556
560
  }
557
561
  async function completePeerExtensionRegistration(input) {
558
562
  const processorName = resolveRegistrationProcessor(input.platform);