@mintlify/common 1.0.735 → 1.0.737
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintlify/common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.737",
|
|
4
4
|
"description": "Commonly shared code within Mintlify",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"@asyncapi/parser": "3.4.0",
|
|
59
59
|
"@asyncapi/specs": "6.8.1",
|
|
60
60
|
"@mintlify/mdx": "^3.0.4",
|
|
61
|
-
"@mintlify/models": "0.0.
|
|
61
|
+
"@mintlify/models": "0.0.273",
|
|
62
62
|
"@mintlify/openapi-parser": "^0.0.8",
|
|
63
|
-
"@mintlify/validation": "0.1.
|
|
63
|
+
"@mintlify/validation": "0.1.600",
|
|
64
64
|
"@sindresorhus/slugify": "2.2.0",
|
|
65
65
|
"@types/mdast": "4.0.4",
|
|
66
66
|
"acorn": "8.11.2",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@mintlify/eslint-config-typescript": "1.0.13",
|
|
109
109
|
"@mintlify/openapi-types": "^0.0.0",
|
|
110
|
+
"@mintlify/prettier-config": "1.0.4",
|
|
110
111
|
"@mintlify/ts-config": "^2.0.2",
|
|
111
112
|
"@tsconfig/recommended": "1.0.2",
|
|
112
113
|
"@types/estree-jsx": "1.0.5",
|
|
@@ -116,10 +117,10 @@
|
|
|
116
117
|
"eslint": "8.36.0",
|
|
117
118
|
"hast": "1.0.0",
|
|
118
119
|
"openapi-types": "12.1.3",
|
|
119
|
-
"prettier": "3.
|
|
120
|
+
"prettier": "3.3.2",
|
|
120
121
|
"rimraf": "5.0.1",
|
|
121
122
|
"typescript": "5.5.3",
|
|
122
123
|
"vitest": "2.0.4"
|
|
123
124
|
},
|
|
124
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "b5a2c6b499b32380d4d37880373e1b4373fd8abe"
|
|
125
126
|
}
|