@scalar/openapi-types
Advanced tools
Comparing version 0.1.4 to 0.1.5
# @scalar/openapi-types | ||
## 0.1.5 | ||
### Patch Changes | ||
- a607115: feat: add openapi 3.0.4 and openapi 3.1.1 | ||
## 0.1.4 | ||
@@ -4,0 +10,0 @@ |
@@ -44,3 +44,3 @@ /** | ||
*/ | ||
openapi?: '3.1.0'; | ||
openapi?: '3.1.0' | '3.1.1'; | ||
swagger?: undefined; | ||
@@ -184,3 +184,3 @@ info?: InfoObject; | ||
*/ | ||
openapi?: '3.0.0' | '3.0.1' | '3.0.2' | '3.0.3'; | ||
openapi?: '3.0.0' | '3.0.1' | '3.0.2' | '3.0.3' | '3.0.4'; | ||
swagger?: undefined; | ||
@@ -187,0 +187,0 @@ info?: InfoObject; |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"engines": { | ||
@@ -22,0 +22,0 @@ "node": ">=18" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56104