@t2000/cli 10.19.0 → 10.20.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/{chunk-RHEUNSVF.js → chunk-CPGDCKGM.js} +4 -4
- package/dist/{chunk-RHEUNSVF.js.map → chunk-CPGDCKGM.js.map} +1 -1
- package/dist/{x402-N4N7VWNW.js → dist-2UQ2QGGD.js} +50 -42
- package/dist/dist-2UQ2QGGD.js.map +1 -0
- package/dist/{dist-VOMEYPJS.js → dist-PB7J4ZXK.js} +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/dist/x402-N4N7VWNW.js.map +0 -1
- /package/dist/{dist-VOMEYPJS.js.map → dist-PB7J4ZXK.js.map} +0 -0
|
@@ -9984,7 +9984,7 @@ async function payWithMpp(args) {
|
|
|
9984
9984
|
const pick = await pickSuiExactRequirements(probe, client.network);
|
|
9985
9985
|
if (pick.kind === "payable") {
|
|
9986
9986
|
const requirements = pick.requirements;
|
|
9987
|
-
const { isX402EscrowRequirements } = await import("./
|
|
9987
|
+
const { isX402EscrowRequirements } = await import("./dist-2UQ2QGGD.js");
|
|
9988
9988
|
if (isX402EscrowRequirements(requirements)) {
|
|
9989
9989
|
const escrow = requirements.extra.escrow;
|
|
9990
9990
|
const price = atomicToHuman(
|
|
@@ -10054,7 +10054,7 @@ async function pickSuiExactRequirements(response, network) {
|
|
|
10054
10054
|
const want = `sui:${network === "testnet" ? "testnet" : "mainnet"}`;
|
|
10055
10055
|
const entry = body2.accepts?.find((a) => a.scheme === "exact" && a.network === want);
|
|
10056
10056
|
if (!entry) return { kind: "none" };
|
|
10057
|
-
const { isX402EscrowRequirements } = await import("./
|
|
10057
|
+
const { isX402EscrowRequirements } = await import("./dist-2UQ2QGGD.js");
|
|
10058
10058
|
if (hasCompleteSuimppChallenge(entry) || isX402EscrowRequirements(entry)) {
|
|
10059
10059
|
return { kind: "payable", requirements: entry };
|
|
10060
10060
|
}
|
|
@@ -10072,7 +10072,7 @@ async function payViaX402(args) {
|
|
|
10072
10072
|
{ reason: "incomplete-x402-accepts" }
|
|
10073
10073
|
);
|
|
10074
10074
|
}
|
|
10075
|
-
const { buildX402SignedPayment, X402_PAYMENT_HEADER, X402_PAYMENT_RESPONSE_HEADER } = await import("./
|
|
10075
|
+
const { buildX402SignedPayment, X402_PAYMENT_HEADER, X402_PAYMENT_RESPONSE_HEADER } = await import("./dist-2UQ2QGGD.js");
|
|
10076
10076
|
const amountRaw = BigInt(requirements.maxAmountRequired);
|
|
10077
10077
|
assertWithinMaxPrice(atomicToHuman(amountRaw, await assetDecimals(requirements.asset)), options.maxPrice);
|
|
10078
10078
|
const migrationGasSui = await ensureAddressBalanceCovers({
|
|
@@ -13600,4 +13600,4 @@ export {
|
|
|
13600
13600
|
@scure/bip39/index.js:
|
|
13601
13601
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
13602
13602
|
*/
|
|
13603
|
-
//# sourceMappingURL=chunk-
|
|
13603
|
+
//# sourceMappingURL=chunk-CPGDCKGM.js.map
|