@settlemint/sdk-cli 2.4.0-pr4e4fa21a → 2.4.0-pr4f812c10

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/cli.js CHANGED
@@ -231623,7 +231623,7 @@ function size(value4) {
231623
231623
  var init_size = () => {};
231624
231624
 
231625
231625
  // ../../node_modules/viem/_esm/errors/version.js
231626
- var version5 = "2.31.6";
231626
+ var version5 = "2.31.4";
231627
231627
 
231628
231628
  // ../../node_modules/viem/_esm/errors/base.js
231629
231629
  function walk(err, fn) {
@@ -238855,7 +238855,7 @@ async function localBatchGatewayRequest(parameters) {
238855
238855
  const responses = [];
238856
238856
  await Promise.all(queries.map(async (query, i6) => {
238857
238857
  try {
238858
- responses[i6] = query.urls.includes(localBatchGatewayUrl) ? await localBatchGatewayRequest({ data: query.data, ccipRequest }) : await ccipRequest(query);
238858
+ responses[i6] = await ccipRequest(query);
238859
238859
  failures[i6] = false;
238860
238860
  } catch (err) {
238861
238861
  failures[i6] = true;
@@ -263840,7 +263840,7 @@ function pruneCurrentEnv(currentEnv, env2) {
263840
263840
  var package_default = {
263841
263841
  name: "@settlemint/sdk-cli",
263842
263842
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
263843
- version: "2.4.0-pr4e4fa21a",
263843
+ version: "2.4.0-pr4f812c10",
263844
263844
  type: "module",
263845
263845
  private: false,
263846
263846
  license: "FSL-1.1-MIT",
@@ -263891,9 +263891,9 @@ var package_default = {
263891
263891
  "@inquirer/input": "4.1.12",
263892
263892
  "@inquirer/password": "4.0.15",
263893
263893
  "@inquirer/select": "4.2.3",
263894
- "@settlemint/sdk-js": "2.4.0-pr4e4fa21a",
263895
- "@settlemint/sdk-utils": "2.4.0-pr4e4fa21a",
263896
- "@settlemint/sdk-viem": "2.4.0-pr4e4fa21a",
263894
+ "@settlemint/sdk-js": "2.4.0-pr4f812c10",
263895
+ "@settlemint/sdk-utils": "2.4.0-pr4f812c10",
263896
+ "@settlemint/sdk-viem": "2.4.0-pr4f812c10",
263897
263897
  "@types/node": "24.0.7",
263898
263898
  "@types/semver": "7.7.0",
263899
263899
  "@types/which": "3.0.4",
@@ -263902,7 +263902,7 @@ var package_default = {
263902
263902
  "is-in-ci": "1.0.0",
263903
263903
  semver: "7.7.2",
263904
263904
  slugify: "1.6.6",
263905
- viem: "2.31.6",
263905
+ viem: "2.31.4",
263906
263906
  which: "5.0.0",
263907
263907
  yaml: "2.8.0",
263908
263908
  yoctocolors: "2.1.1"
@@ -330092,4 +330092,4 @@ async function sdkCliCommand(argv = process.argv) {
330092
330092
  // src/cli.ts
330093
330093
  sdkCliCommand();
330094
330094
 
330095
- //# debugId=13F693559B17EB8364756E2164756E21
330095
+ //# debugId=20409CFDE3FB59E364756E2164756E21