@kubb/oas 4.15.2 → 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 CHANGED
@@ -362,7 +362,7 @@ type Config<TInput = Input> = {
362
362
  * - 'biome': Uses Biome for code formatting.
363
363
  *
364
364
  */
365
- format?: 'auto' | 'prettier' | 'biome' | false;
365
+ format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
366
366
  /**
367
367
  * Specifies the linter that should be used to analyze the code.
368
368
  * The accepted values indicate different linting tools.
package/dist/index.d.ts CHANGED
@@ -362,7 +362,7 @@ type Config<TInput = Input> = {
362
362
  * - 'biome': Uses Biome for code formatting.
363
363
  *
364
364
  */
365
- format?: 'auto' | 'prettier' | 'biome' | false;
365
+ format?: 'auto' | 'prettier' | 'biome' | 'oxfmt' | false;
366
366
  /**
367
367
  * Specifies the linter that should be used to analyze the code.
368
368
  * The accepted values indicate different linting tools.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/oas",
3
- "version": "4.15.2",
3
+ "version": "4.17.0",
4
4
  "description": "OpenAPI Specification (OAS) utilities and helpers for Kubb, providing parsing, normalization, and manipulation of OpenAPI/Swagger schemas.",
5
5
  "keywords": [
6
6
  "openapi",
@@ -54,9 +54,9 @@
54
54
  "oas": "^28.8.3",
55
55
  "oas-normalize": "^15.7.0",
56
56
  "openapi-types": "^12.1.3",
57
- "remeda": "^2.33.1",
57
+ "remeda": "^2.33.4",
58
58
  "swagger2openapi": "^7.0.8",
59
- "@kubb/core": "4.15.2"
59
+ "@kubb/core": "4.17.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@stoplight/yaml": "^4.3.0",