@settlemint/sdk-cli 0.6.41-pr0ed5f08 → 0.6.41-pr3ecf44f

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
@@ -272337,7 +272337,7 @@ function connectCommand() {
272337
272337
  var package_default = {
272338
272338
  name: "@settlemint/sdk-cli",
272339
272339
  description: "SettleMint SDK, integrate SettleMint into your application with ease.",
272340
- version: "0.6.41-pr0ed5f08",
272340
+ version: "0.6.41-pr3ecf44f",
272341
272341
  type: "module",
272342
272342
  private: false,
272343
272343
  license: "FSL-1.1-MIT",
@@ -272387,8 +272387,8 @@ var package_default = {
272387
272387
  "@inquirer/input": "4.1.0",
272388
272388
  "@inquirer/password": "4.0.3",
272389
272389
  "@inquirer/select": "4.0.3",
272390
- "@settlemint/sdk-js": "0.6.41-pr0ed5f08",
272391
- "@settlemint/sdk-utils": "0.6.41-pr0ed5f08",
272390
+ "@settlemint/sdk-js": "0.6.41-pr3ecf44f",
272391
+ "@settlemint/sdk-utils": "0.6.41-pr3ecf44f",
272392
272392
  "get-tsconfig": "4.8.1",
272393
272393
  giget: "1.2.3"
272394
272394
  },
@@ -273509,6 +273509,7 @@ async function executeCommand2(command, args, options) {
273509
273509
  child.on("error", (err) => reject(err));
273510
273510
  child.on("close", (code2) => {
273511
273511
  if (code2 === 0 || code2 === null || code2 === 143) {
273512
+ process.stdin.unpipe(child.stdin);
273512
273513
  resolve22();
273513
273514
  return;
273514
273515
  }
@@ -275815,4 +275816,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
275815
275816
  cancel2(reason);
275816
275817
  });
275817
275818
 
275818
- //# debugId=3DC3A60E66BF0CCC64756E2164756E21
275819
+ //# debugId=BBF922F858E0CB5964756E2164756E21