@mintlify/common 1.0.617 → 1.0.619
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/getDisplayDomain.d.ts +7 -0
- package/dist/getDisplayDomain.js +63 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +55 -55
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintlify/common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.619",
|
|
4
4
|
"description": "Commonly shared code within Mintlify",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -48,65 +48,65 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@asyncapi/parser": "3.4.0",
|
|
50
50
|
"@mintlify/mdx": "^3.0.4",
|
|
51
|
-
"@mintlify/models": "0.0.
|
|
51
|
+
"@mintlify/models": "0.0.243",
|
|
52
52
|
"@mintlify/openapi-parser": "^0.0.8",
|
|
53
|
-
"@mintlify/validation": "0.1.
|
|
54
|
-
"@sindresorhus/slugify": "
|
|
55
|
-
"acorn": "
|
|
56
|
-
"acorn-jsx": "
|
|
57
|
-
"color-blend": "
|
|
58
|
-
"estree-util-to-js": "
|
|
59
|
-
"estree-walker": "
|
|
60
|
-
"gray-matter": "
|
|
61
|
-
"hast-util-from-html": "
|
|
62
|
-
"hast-util-to-html": "
|
|
63
|
-
"hast-util-to-text": "
|
|
64
|
-
"hex-rgb": "
|
|
65
|
-
"ignore": "
|
|
66
|
-
"js-yaml": "
|
|
67
|
-
"lodash": "
|
|
68
|
-
"mdast-util-from-markdown": "
|
|
69
|
-
"mdast-util-gfm": "
|
|
70
|
-
"mdast-util-mdx": "
|
|
71
|
-
"mdast-util-mdx-jsx": "
|
|
72
|
-
"micromark-extension-gfm": "
|
|
73
|
-
"micromark-extension-mdx-jsx": "
|
|
74
|
-
"micromark-extension-mdxjs": "
|
|
75
|
-
"openapi-types": "
|
|
76
|
-
"postcss": "
|
|
77
|
-
"remark": "
|
|
78
|
-
"remark-frontmatter": "
|
|
79
|
-
"remark-gfm": "
|
|
80
|
-
"remark-math": "
|
|
81
|
-
"remark-mdx": "
|
|
82
|
-
"remark-stringify": "
|
|
83
|
-
"tailwindcss": "
|
|
84
|
-
"unified": "
|
|
85
|
-
"unist-builder": "
|
|
86
|
-
"unist-util-map": "
|
|
87
|
-
"unist-util-remove": "
|
|
88
|
-
"unist-util-remove-position": "
|
|
89
|
-
"unist-util-visit": "
|
|
90
|
-
"unist-util-visit-parents": "
|
|
91
|
-
"vfile": "
|
|
53
|
+
"@mintlify/validation": "0.1.529",
|
|
54
|
+
"@sindresorhus/slugify": "2.2.0",
|
|
55
|
+
"acorn": "8.11.2",
|
|
56
|
+
"acorn-jsx": "5.3.2",
|
|
57
|
+
"color-blend": "4.0.0",
|
|
58
|
+
"estree-util-to-js": "2.0.0",
|
|
59
|
+
"estree-walker": "3.0.3",
|
|
60
|
+
"gray-matter": "4.0.3",
|
|
61
|
+
"hast-util-from-html": "2.0.3",
|
|
62
|
+
"hast-util-to-html": "9.0.4",
|
|
63
|
+
"hast-util-to-text": "4.0.2",
|
|
64
|
+
"hex-rgb": "5.0.0",
|
|
65
|
+
"ignore": "7.0.5",
|
|
66
|
+
"js-yaml": "4.1.0",
|
|
67
|
+
"lodash": "4.17.21",
|
|
68
|
+
"mdast-util-from-markdown": "2.0.2",
|
|
69
|
+
"mdast-util-gfm": "3.0.0",
|
|
70
|
+
"mdast-util-mdx": "3.0.0",
|
|
71
|
+
"mdast-util-mdx-jsx": "3.1.3",
|
|
72
|
+
"micromark-extension-gfm": "3.0.0",
|
|
73
|
+
"micromark-extension-mdx-jsx": "3.0.1",
|
|
74
|
+
"micromark-extension-mdxjs": "3.0.0",
|
|
75
|
+
"openapi-types": "12.1.3",
|
|
76
|
+
"postcss": "8.5.6",
|
|
77
|
+
"remark": "15.0.1",
|
|
78
|
+
"remark-frontmatter": "5.0.0",
|
|
79
|
+
"remark-gfm": "4.0.0",
|
|
80
|
+
"remark-math": "6.0.0",
|
|
81
|
+
"remark-mdx": "3.1.0",
|
|
82
|
+
"remark-stringify": "11.0.0",
|
|
83
|
+
"tailwindcss": "3.4.4",
|
|
84
|
+
"unified": "11.0.5",
|
|
85
|
+
"unist-builder": "4.0.0",
|
|
86
|
+
"unist-util-map": "4.0.0",
|
|
87
|
+
"unist-util-remove": "4.0.0",
|
|
88
|
+
"unist-util-remove-position": "5.0.0",
|
|
89
|
+
"unist-util-visit": "5.0.0",
|
|
90
|
+
"unist-util-visit-parents": "6.0.1",
|
|
91
|
+
"vfile": "6.0.3"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@mintlify/eslint-config-typescript": "1.0.13",
|
|
95
95
|
"@mintlify/openapi-types": "^0.0.0",
|
|
96
96
|
"@mintlify/ts-config": "^2.0.2",
|
|
97
|
-
"@tsconfig/recommended": "1.
|
|
98
|
-
"@types/estree-jsx": "
|
|
99
|
-
"@types/hast": "
|
|
100
|
-
"@types/js-yaml": "
|
|
101
|
-
"@types/mdast": "
|
|
102
|
-
"@typescript-eslint/parser": "6.
|
|
103
|
-
"eslint": "8.
|
|
104
|
-
"hast": "
|
|
105
|
-
"openapi-types": "
|
|
106
|
-
"prettier": "
|
|
107
|
-
"rimraf": "
|
|
108
|
-
"typescript": "
|
|
109
|
-
"vitest": "
|
|
97
|
+
"@tsconfig/recommended": "1.0.2",
|
|
98
|
+
"@types/estree-jsx": "1.0.5",
|
|
99
|
+
"@types/hast": "3.0.4",
|
|
100
|
+
"@types/js-yaml": "4.0.9",
|
|
101
|
+
"@types/mdast": "4.0.4",
|
|
102
|
+
"@typescript-eslint/parser": "6.9.1",
|
|
103
|
+
"eslint": "8.36.0",
|
|
104
|
+
"hast": "1.0.0",
|
|
105
|
+
"openapi-types": "12.1.3",
|
|
106
|
+
"prettier": "3.1.1",
|
|
107
|
+
"rimraf": "5.0.1",
|
|
108
|
+
"typescript": "5.5.3",
|
|
109
|
+
"vitest": "2.0.4"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "6af40bf09653a57d76053496a7fc6a9bb3994a59"
|
|
112
112
|
}
|