@reliverse/relico 1.1.1 → 1.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Reliverse Relico
2
2
 
3
- [📚 Docs](.github/DOCS.md) • [📦 NPM](https://npmjs.com/package/@reliverse/relico) • [🌌 GitHub](https://github.com/reliverse/relico)
4
-
5
3
  > @reliverse/relico is a themeable, chainable, typed, truecolor-powered terminal styling toolkit — built for humans, not just terminals. It makes your CLI output beautiful, accessible, and expressive — with developer-first ergonomics, smart config, and blazing-fast performance.
6
4
 
5
+ [sponsor](https://github.com/sponsors/blefnk) — [discord](https://discord.gg/Pb8uKbwpsJ) — [repo](https://github.com/reliverse/relico) — [npm](https://npmjs.com/@reliverse/relico)
6
+
7
7
  ## 🌟 Why Relico?
8
8
 
9
9
  Because terminal styling shouldn’t feel like duct tape. **Relico** brings design-system-level polish to your CLI logs, banners, errors, and output — without battling your runtime, shell, or platform. Terminal styling should be *fun*, not frustrating. Relico makes it feel *right*.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "name": "@reliverse/relico",
11
11
  "type": "module",
12
- "version": "1.1.1",
12
+ "version": "1.1.2",
13
13
  "author": "reliverse",
14
14
  "bugs": {
15
15
  "email": "blefnk@gmail.com",
@@ -29,12 +29,12 @@
29
29
  "@stylistic/eslint-plugin": "^4.2.0",
30
30
  "@total-typescript/ts-reset": "^0.6.1",
31
31
  "@types/bun": "^1.2.13",
32
- "@types/node": "^22.15.17",
32
+ "@types/node": "^22.15.18",
33
33
  "eslint": "^9.26.0",
34
34
  "eslint-plugin-no-relative-import-paths": "^1.6.1",
35
35
  "eslint-plugin-perfectionist": "^4.13.0",
36
36
  "jiti": "^2.4.2",
37
- "knip": "^5.55.1",
37
+ "knip": "^5.56.0",
38
38
  "typescript": "^5.8.3",
39
39
  "typescript-eslint": "^8.32.1",
40
40
  "vitest": "^3.1.3"