@reliverse/rempts 1.7.54 → 1.7.55

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.
@@ -229,7 +229,7 @@ export declare const mainSymbols: {
229
229
  lineSlash: string;
230
230
  };
231
231
  export declare const fallbackSymbols: Record<string, string>;
232
- export declare const figures: Record<string, string> | {
232
+ export declare const figures: {
233
233
  tick: string;
234
234
  info: string;
235
235
  warning: string;
@@ -458,4 +458,4 @@ export declare const figures: Record<string, string> | {
458
458
  lineCross: string;
459
459
  lineBackslash: string;
460
460
  lineSlash: string;
461
- };
461
+ } | Record<string, string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "@figliolia/chalk-animation": "^1.0.4",
4
- "@reliverse/relico": "^1.3.7",
4
+ "@reliverse/relico": "^1.3.8",
5
5
  "@reliverse/relinka": "^1.5.9",
6
6
  "@reliverse/runtime": "^1.0.3",
7
7
  "ansi-escapes": "^7.0.0",
@@ -21,7 +21,7 @@
21
21
  "license": "MIT",
22
22
  "name": "@reliverse/rempts",
23
23
  "type": "module",
24
- "version": "1.7.54",
24
+ "version": "1.7.55",
25
25
  "author": "reliverse",
26
26
  "bugs": {
27
27
  "email": "blefnk@gmail.com",