@settlemint/sdk-cli 2.1.3-pr8f3122d7 → 2.1.3-prac3ad0ec

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
@@ -245278,7 +245278,7 @@ function pruneCurrentEnv(currentEnv, env2) {
245278
245278
  var package_default = {
245279
245279
  name: "@settlemint/sdk-cli",
245280
245280
  description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
245281
- version: "2.1.3-pr8f3122d7",
245281
+ version: "2.1.3-prac3ad0ec",
245282
245282
  type: "module",
245283
245283
  private: false,
245284
245284
  license: "FSL-1.1-MIT",
@@ -245327,8 +245327,8 @@ var package_default = {
245327
245327
  "@inquirer/input": "4.1.9",
245328
245328
  "@inquirer/password": "4.0.12",
245329
245329
  "@inquirer/select": "4.1.1",
245330
- "@settlemint/sdk-js": "2.1.3-pr8f3122d7",
245331
- "@settlemint/sdk-utils": "2.1.3-pr8f3122d7",
245330
+ "@settlemint/sdk-js": "2.1.3-prac3ad0ec",
245331
+ "@settlemint/sdk-utils": "2.1.3-prac3ad0ec",
245332
245332
  "@types/node": "22.14.1",
245333
245333
  "@types/semver": "7.7.0",
245334
245334
  "@types/which": "3.0.4",
@@ -256773,8 +256773,8 @@ function getCreateCommand({
256773
256773
  settlemint,
256774
256774
  env: env2,
256775
256775
  showSpinner,
256776
- provider: selectedProvider?.id,
256777
- region: selectedRegion?.id
256776
+ provider: selectedProvider?.id ?? "",
256777
+ region: selectedRegion?.id ?? ""
256778
256778
  });
256779
256779
  if (wait) {
256780
256780
  await waitForCompletion({
@@ -259901,4 +259901,4 @@ async function sdkCliCommand(argv = process.argv) {
259901
259901
  // src/cli.ts
259902
259902
  sdkCliCommand();
259903
259903
 
259904
- //# debugId=8BA80D2ED8AFB8A664756E2164756E21
259904
+ //# debugId=E2071E9F7F7CEEB264756E2164756E21