@scalar/oas-utils
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @scalar/oas-utils | ||
## 0.1.3 | ||
### Patch Changes | ||
- c14568f: feat: add custom security option | ||
## 0.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -108,2 +108,3 @@ import type { OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-parser'; | ||
export type AuthenticationState = { | ||
customSecurity: boolean; | ||
preferredSecurityScheme: string | null; | ||
@@ -110,0 +111,0 @@ securitySchemes?: OpenAPIV3.ComponentsObject['securitySchemes'] | OpenAPIV3_1.ComponentsObject['securitySchemes']; |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"engines": { | ||
@@ -17,0 +17,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
38139
867