@kubb/plugin-redoc 4.16.0 → 4.17.0
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/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -312,7 +312,7 @@ type Config<TInput = Input> = {
|
|
|
312
312
|
* - 'biome': Uses Biome for code formatting.
|
|
313
313
|
*
|
|
314
314
|
*/
|
|
315
|
-
format?: 'auto' | 'prettier' | 'biome' | false;
|
|
315
|
+
format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
|
|
316
316
|
/**
|
|
317
317
|
* Specifies the linter that should be used to analyze the code.
|
|
318
318
|
* The accepted values indicate different linting tools.
|
package/dist/index.d.ts
CHANGED
|
@@ -312,7 +312,7 @@ type Config<TInput = Input> = {
|
|
|
312
312
|
* - 'biome': Uses Biome for code formatting.
|
|
313
313
|
*
|
|
314
314
|
*/
|
|
315
|
-
format?: 'auto' | 'prettier' | 'biome' | false;
|
|
315
|
+
format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
|
|
316
316
|
/**
|
|
317
317
|
* Specifies the linter that should be used to analyze the code.
|
|
318
318
|
* The accepted values indicate different linting tools.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-redoc",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.17.0",
|
|
4
4
|
"description": "Beautiful docs with Redoc",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
}
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@kubb/react-fabric": "0.
|
|
49
|
+
"@kubb/react-fabric": "0.10.0",
|
|
50
50
|
"handlebars": "^4.7.8",
|
|
51
|
-
"@kubb/core": "4.
|
|
52
|
-
"@kubb/oas": "4.
|
|
53
|
-
"@kubb/plugin-oas": "4.
|
|
51
|
+
"@kubb/core": "4.17.0",
|
|
52
|
+
"@kubb/oas": "4.17.0",
|
|
53
|
+
"@kubb/plugin-oas": "4.17.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@kubb/react-fabric": "0.
|
|
56
|
+
"@kubb/react-fabric": "0.10.0"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=20"
|