@mintlify/scraping 4.0.779 → 4.0.780
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/utils/log.d.ts
CHANGED
|
@@ -39,10 +39,10 @@ export declare const activeColors: {
|
|
|
39
39
|
};
|
|
40
40
|
export type Status = (typeof statuses)[number];
|
|
41
41
|
export type Color = keyof typeof colors;
|
|
42
|
-
export declare const checkIcon: "
|
|
43
|
-
export declare const xIcon: "
|
|
44
|
-
export declare const infoIcon: "
|
|
45
|
-
export declare const warningIcon: "
|
|
42
|
+
export declare const checkIcon: "\u2714 ";
|
|
43
|
+
export declare const xIcon: "\u2718 ";
|
|
44
|
+
export declare const infoIcon: "\u24D8 ";
|
|
45
|
+
export declare const warningIcon: "\u26A0 ";
|
|
46
46
|
export declare function log(message: string | unknown, statusOrColor?: Status | undefined, opts?: {
|
|
47
47
|
trailingNewLine?: boolean;
|
|
48
48
|
leadingNewLine?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintlify/scraping",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.780",
|
|
4
4
|
"description": "Scrape documentation frameworks to Mintlify docs",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"format:check": "oxfmt --check"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@mintlify/common": "1.0.
|
|
46
|
+
"@mintlify/common": "1.0.916",
|
|
47
47
|
"@mintlify/openapi-parser": "0.0.8",
|
|
48
48
|
"fs-extra": "11.1.1",
|
|
49
49
|
"hast-util-to-mdast": "10.1.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@mintlify/eslint-config-typescript": "1.0.13",
|
|
66
66
|
"@mintlify/models": "0.0.314",
|
|
67
67
|
"@mintlify/ts-config": "2.0.2",
|
|
68
|
-
"@mintlify/validation": "0.1.
|
|
68
|
+
"@mintlify/validation": "0.1.714",
|
|
69
69
|
"@tsconfig/recommended": "1.0.2",
|
|
70
70
|
"@types/hast": "3.0.4",
|
|
71
71
|
"@types/mdast": "4.0.4",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"typescript": "5.5.3",
|
|
81
81
|
"vitest": "2.1.9"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "7a34f2266cde3f717b4963e830cd3668f70e8328"
|
|
84
84
|
}
|