@usdctofiat/offramp 4.4.4 → 4.4.6
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/CHANGELOG.md +15 -0
- package/README.md +1 -1
- package/dist/{chunk-NDVYCYUC.js → chunk-UM4EZUIC.js} +2 -2
- package/dist/{chunk-NDVYCYUC.js.map → chunk-UM4EZUIC.js.map} +1 -1
- package/dist/{errors-B-Gaf0US.d.cts → errors-CPxG5V2r.d.cts} +1 -1
- package/dist/{errors-B-Gaf0US.d.ts → errors-CPxG5V2r.d.ts} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js +1 -1
- package/package.json +3 -3
|
@@ -279,4 +279,4 @@ declare class OfframpError extends Error {
|
|
|
279
279
|
});
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
export { getPlatformLimits as A, isPeerExtensionRegistrationError as B,
|
|
282
|
+
export { getPlatformLimits as A, isPeerExtensionRegistrationError as B, type CurrencyEntry as C, type DepositInfo as D, normalizePaypalMeUsername as E, MakersCreateError as M, type OfframpParams as O, type PlatformEntry as P, type OnProgress as a, type OfframpResult as b, type OfframpCreateOptions as c, type OfframpQuoteInput as d, type OfframpQuote as e, type OfframpVaultStatus as f, CURRENCIES as g, type CompletePeerExtensionRegistrationInput as h, type CompletePeerExtensionRegistrationResult as i, type DepositStatus as j, OFFRAMP_ERROR_CODES as k, OfframpError as l, type OfframpErrorCode as m, type OfframpProgress as n, type OfframpState as o, type OfframpStep as p, PLATFORMS as q, PLATFORM_LIMITS as r, type PayeeDepositData as s, type PeerExtensionRegistrationInfo as t, type PlatformKey as u, type PlatformLimits as v, type PlatformTier as w, completePeerExtensionRegistration as x, getPeerExtensionRegistrationAuthParams as y, getPeerExtensionRegistrationInfo as z };
|
|
@@ -279,4 +279,4 @@ declare class OfframpError extends Error {
|
|
|
279
279
|
});
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
export { getPlatformLimits as A, isPeerExtensionRegistrationError as B,
|
|
282
|
+
export { getPlatformLimits as A, isPeerExtensionRegistrationError as B, type CurrencyEntry as C, type DepositInfo as D, normalizePaypalMeUsername as E, MakersCreateError as M, type OfframpParams as O, type PlatformEntry as P, type OnProgress as a, type OfframpResult as b, type OfframpCreateOptions as c, type OfframpQuoteInput as d, type OfframpQuote as e, type OfframpVaultStatus as f, CURRENCIES as g, type CompletePeerExtensionRegistrationInput as h, type CompletePeerExtensionRegistrationResult as i, type DepositStatus as j, OFFRAMP_ERROR_CODES as k, OfframpError as l, type OfframpErrorCode as m, type OfframpProgress as n, type OfframpState as o, type OfframpStep as p, PLATFORMS as q, PLATFORM_LIMITS as r, type PayeeDepositData as s, type PeerExtensionRegistrationInfo as t, type PlatformKey as u, type PlatformLimits as v, type PlatformTier as w, completePeerExtensionRegistration as x, getPeerExtensionRegistrationAuthParams as y, getPeerExtensionRegistrationInfo as z };
|
package/dist/index.cjs
CHANGED
|
@@ -85,7 +85,7 @@ var import_sdk5 = require("@zkp2p/sdk");
|
|
|
85
85
|
|
|
86
86
|
// src/config.ts
|
|
87
87
|
var import_sdk = require("@zkp2p/sdk");
|
|
88
|
-
var SDK_VERSION = "4.4.
|
|
88
|
+
var SDK_VERSION = "4.4.6";
|
|
89
89
|
var BASE_CHAIN_ID = 8453;
|
|
90
90
|
var RUNTIME_ENV = "production";
|
|
91
91
|
var API_BASE_URL = "https://api.zkp2p.xyz";
|
|
@@ -1772,7 +1772,7 @@ var OFFRAMP_RESOURCE_LINKS = {
|
|
|
1772
1772
|
};
|
|
1773
1773
|
var OFFRAMP_UPSTREAM_SOURCE_TRUTHS = [
|
|
1774
1774
|
{
|
|
1775
|
-
label: "@zkp2p/sdk 0.
|
|
1775
|
+
label: "@zkp2p/sdk 0.7.2",
|
|
1776
1776
|
href: "https://github.com/zkp2p/zkp2p-clients/tree/main/packages/sdk",
|
|
1777
1777
|
description: "Primary upstream TypeScript SDK for contracts, Curator clients, payment-method catalogs, and the Peer extension bridge."
|
|
1778
1778
|
},
|