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