@settlemint/sdk-cli 0.6.41-prcc9a352 → 0.6.41-prd71aad3

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
@@ -272334,7 +272334,7 @@ function connectCommand() {
272334
272334
  var package_default = {
272335
272335
  name: "@settlemint/sdk-cli",
272336
272336
  description: "SettleMint SDK, integrate SettleMint into your application with ease.",
272337
- version: "0.6.41-prcc9a352",
272337
+ version: "0.6.41-prd71aad3",
272338
272338
  type: "module",
272339
272339
  private: false,
272340
272340
  license: "FSL-1.1-MIT",
@@ -272385,8 +272385,8 @@ var package_default = {
272385
272385
  "@inquirer/input": "4.1.0",
272386
272386
  "@inquirer/password": "4.0.3",
272387
272387
  "@inquirer/select": "4.0.3",
272388
- "@settlemint/sdk-js": "0.6.41-prcc9a352",
272389
- "@settlemint/sdk-utils": "0.6.41-prcc9a352",
272388
+ "@settlemint/sdk-js": "0.6.41-prd71aad3",
272389
+ "@settlemint/sdk-utils": "0.6.41-prd71aad3",
272390
272390
  "get-tsconfig": "4.8.1",
272391
272391
  giget: "1.2.3"
272392
272392
  },
@@ -273501,12 +273501,12 @@ async function executeCommand2(command, args, options) {
273501
273501
  return new Promise((resolve22, reject) => {
273502
273502
  child.stdout.on("data", (data) => {
273503
273503
  if (!options?.silent) {
273504
- console.log(data.toString());
273504
+ process.stdout.write(data);
273505
273505
  }
273506
273506
  output.push(data.toString());
273507
273507
  });
273508
273508
  child.stderr.on("data", (data) => {
273509
- console.error(data.toString());
273509
+ process.stderr.write(data);
273510
273510
  });
273511
273511
  child.on("error", (err) => reject(err));
273512
273512
  child.on("close", (code2) => {
@@ -275728,4 +275728,4 @@ sdkcli.parseAsync(process.argv).catch((reason) => {
275728
275728
  cancel2(reason);
275729
275729
  });
275730
275730
 
275731
- //# debugId=C610E595E5E26F9864756E2164756E21
275731
+ //# debugId=294E386647C6D5DC64756E2164756E21