@mintlify/common 1.0.908 → 1.0.910
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.910",
|
|
4
4
|
"description": "Commonly shared code within Mintlify",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"test": "vitest run",
|
|
54
54
|
"type": "tsc --noEmit",
|
|
55
55
|
"lint": "eslint . --cache",
|
|
56
|
-
"format": "
|
|
57
|
-
"format:check": "
|
|
56
|
+
"format": "oxfmt",
|
|
57
|
+
"format:check": "oxfmt --check"
|
|
58
58
|
},
|
|
59
59
|
"author": "Mintlify, Inc.",
|
|
60
60
|
"license": "ISC",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@asyncapi/parser": "3.4.0",
|
|
63
63
|
"@asyncapi/specs": "6.8.1",
|
|
64
64
|
"@mintlify/mdx": "3.0.4",
|
|
65
|
-
"@mintlify/models": "0.0.
|
|
65
|
+
"@mintlify/models": "0.0.313",
|
|
66
66
|
"@mintlify/openapi-parser": "0.0.8",
|
|
67
|
-
"@mintlify/validation": "0.1.
|
|
67
|
+
"@mintlify/validation": "0.1.710",
|
|
68
68
|
"@sindresorhus/slugify": "2.2.0",
|
|
69
69
|
"@types/mdast": "4.0.4",
|
|
70
70
|
"acorn": "8.11.2",
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@mintlify/eslint-config-typescript": "1.0.13",
|
|
115
115
|
"@mintlify/openapi-types": "0.0.0",
|
|
116
|
-
"@mintlify/prettier-config": "1.0.4",
|
|
117
116
|
"@mintlify/ts-config": "2.0.2",
|
|
118
117
|
"@tsconfig/recommended": "1.0.2",
|
|
119
118
|
"@types/estree-jsx": "1.0.5",
|
|
@@ -123,10 +122,10 @@
|
|
|
123
122
|
"eslint": "8.36.0",
|
|
124
123
|
"hast": "1.0.0",
|
|
125
124
|
"openapi-types": "12.1.3",
|
|
126
|
-
"
|
|
125
|
+
"oxfmt": "^0.51.0",
|
|
127
126
|
"rimraf": "5.0.1",
|
|
128
127
|
"typescript": "5.5.3",
|
|
129
128
|
"vitest": "2.1.9"
|
|
130
129
|
},
|
|
131
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "3a9aa5301d60eebad3548b16a8290d82fd5646f7"
|
|
132
131
|
}
|