@settlemint/sdk-cli 2.1.4-pr342331b7 → 2.1.4-pr4c37c925

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.4-pr342331b7",
245281
+ version: "2.1.4-pr4c37c925",
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.4-pr342331b7",
245331
- "@settlemint/sdk-utils": "2.1.4-pr342331b7",
245330
+ "@settlemint/sdk-js": "2.1.4-pr4c37c925",
245331
+ "@settlemint/sdk-utils": "2.1.4-pr4c37c925",
245332
245332
  "@types/node": "22.14.1",
245333
245333
  "@types/semver": "7.7.0",
245334
245334
  "@types/which": "3.0.4",
@@ -252844,7 +252844,7 @@ async function blockchainNodeOrLoadBalancerPrompt({
252844
252844
  }) {
252845
252845
  return servicePrompt({
252846
252846
  env: env2,
252847
- services: [...nodes, ...loadBalancers],
252847
+ services: [...loadBalancers, ...nodes],
252848
252848
  accept,
252849
252849
  envKey: "SETTLEMINT_BLOCKCHAIN_NODE_OR_LOAD_BALANCER",
252850
252850
  isRequired,
@@ -252968,12 +252968,12 @@ function connectCommand() {
252968
252968
  uniqueName: blockchainNode.blockchainNetwork?.uniqueName
252969
252969
  },
252970
252970
  blockchainNode && {
252971
- type: "Blockchain Node",
252971
+ type: "Blockchain Node (with private key, use for sending transactions)",
252972
252972
  name: blockchainNode.name,
252973
252973
  uniqueName: blockchainNode.uniqueName
252974
252974
  },
252975
252975
  loadBalancerOrBlockchainNode && {
252976
- type: "Blockchain Node or Load Balancer (signed transactions only)",
252976
+ type: "Blockchain Node or Load Balancer (without private key, use for read operations)",
252977
252977
  name: loadBalancerOrBlockchainNode.name,
252978
252978
  uniqueName: loadBalancerOrBlockchainNode.uniqueName
252979
252979
  },
@@ -260189,4 +260189,4 @@ async function sdkCliCommand(argv = process.argv) {
260189
260189
  // src/cli.ts
260190
260190
  sdkCliCommand();
260191
260191
 
260192
- //# debugId=3C7A15E5B9DDE09164756E2164756E21
260192
+ //# debugId=5730C44214F60CCB64756E2164756E21