@settlemint/sdk-cli 2.3.11-pr32559e86 → 2.3.11-pr97526451

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
@@ -263764,7 +263764,7 @@ function pruneCurrentEnv(currentEnv, env2) {
263764
263764
  var package_default = {
263765
263765
  name: "@settlemint/sdk-cli",
263766
263766
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
263767
- version: "2.3.11-pr32559e86",
263767
+ version: "2.3.11-pr97526451",
263768
263768
  type: "module",
263769
263769
  private: false,
263770
263770
  license: "FSL-1.1-MIT",
@@ -263813,8 +263813,8 @@ var package_default = {
263813
263813
  "@inquirer/input": "4.1.12",
263814
263814
  "@inquirer/password": "4.0.15",
263815
263815
  "@inquirer/select": "4.2.3",
263816
- "@settlemint/sdk-js": "2.3.11-pr32559e86",
263817
- "@settlemint/sdk-utils": "2.3.11-pr32559e86",
263816
+ "@settlemint/sdk-js": "2.3.11-pr97526451",
263817
+ "@settlemint/sdk-utils": "2.3.11-pr97526451",
263818
263818
  "@types/node": "24.0.0",
263819
263819
  "@types/semver": "7.7.0",
263820
263820
  "@types/which": "3.0.4",
@@ -301454,7 +301454,7 @@ function missingApplication() {
301454
301454
 
301455
301455
  // src/utils/instance-url-utils.ts
301456
301456
  function sanitizeInstanceUrl(url4) {
301457
- if (url4 === STANDALONE_INSTANCE2) {
301457
+ if (url4 === STANDALONE_INSTANCE2 || url4 === LOCAL_INSTANCE2) {
301458
301458
  return url4;
301459
301459
  }
301460
301460
  const instanceUrl = new URL(url4);
@@ -301462,7 +301462,7 @@ function sanitizeInstanceUrl(url4) {
301462
301462
  }
301463
301463
  function sanitizeAndValidateInstanceUrl(url4) {
301464
301464
  const sanitizedUrl = sanitizeInstanceUrl(url4);
301465
- if (sanitizedUrl === STANDALONE_INSTANCE2) {
301465
+ if (sanitizedUrl === STANDALONE_INSTANCE2 || sanitizedUrl === LOCAL_INSTANCE2) {
301466
301466
  return sanitizedUrl;
301467
301467
  }
301468
301468
  validate2(UrlSchema2, sanitizedUrl);
@@ -329871,4 +329871,4 @@ async function sdkCliCommand(argv = process.argv) {
329871
329871
  // src/cli.ts
329872
329872
  sdkCliCommand();
329873
329873
 
329874
- //# debugId=94F5D22D034F8FD364756E2164756E21
329874
+ //# debugId=37C50FEA41C4D4BC64756E2164756E21