@toneflix/paystack-cli 0.1.5 → 0.1.6

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/bin/cli.cjs CHANGED
@@ -2757,7 +2757,7 @@ var InfoCommand = class extends __h3ravel_musket.Command {
2757
2757
  pkg = require$1(pkgPath);
2758
2758
  } catch {}
2759
2759
  wait(500, () => {
2760
- spinner.stop();
2760
+ spinner.succeed("Application Information Loaded.\n");
2761
2761
  dataRenderer({
2762
2762
  appVersion: pkg.version,
2763
2763
  platform: os.default.platform(),
package/bin/cli.js CHANGED
@@ -2722,7 +2722,7 @@ var InfoCommand = class extends Command {
2722
2722
  pkg = require(pkgPath);
2723
2723
  } catch {}
2724
2724
  wait(500, () => {
2725
- spinner.stop();
2725
+ spinner.succeed("Application Information Loaded.\n");
2726
2726
  dataRenderer({
2727
2727
  appVersion: pkg.version,
2728
2728
  platform: os.platform(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@toneflix/paystack-cli",
3
3
  "type": "module",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "description": "Interact with the Paystack API, test webhooks locally, and manage your integration settings without leaving your command line.",
6
6
  "main": "bin/cli.js",
7
7
  "private": false,