anichi 2.2.5 → 2.2.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/dist/index.js CHANGED
@@ -13,7 +13,7 @@ const player_1 = require("./player");
13
13
  const config_1 = require("./config");
14
14
  const ui_1 = require("./ui");
15
15
  const program = new commander_1.Command();
16
- program.name("anichi").description("Anime streaming for CLI").version("2.3.0");
16
+ program.name("anichi").description("Anime streaming for CLI").version("2.2.6");
17
17
  const ask = (query) => {
18
18
  const rl = readline_1.default.createInterface({
19
19
  input: process.stdin,
package/dist/ui.js CHANGED
@@ -31,7 +31,7 @@ const showBanner = () => {
31
31
  horizontalLayout: "fitted",
32
32
  });
33
33
  console.log(gradient_string_1.default.pastel.multiline(banner));
34
- console.log(chalk_1.default.hex(theme.muted)(" v2.3.0 • Streaming Anime CLI By ShDitz\n"));
34
+ console.log(chalk_1.default.hex(theme.muted)(" v2.2.6 • Streaming Anime CLI By ShDitz\n"));
35
35
  };
36
36
  exports.showBanner = showBanner;
37
37
  const createBox = (content, title, color = theme.primary) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anichi",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "A modern, interactive CLI for discovering, streaming, and managing anime directly from the terminal.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {