@scalar/types
Advanced tools
Comparing version 0.0.15 to 0.0.16
# @scalar/types | ||
## 0.0.16 | ||
### Patch Changes | ||
- dbbe38f: feat: add framework identifier for debugging purposes | ||
## 0.0.15 | ||
@@ -4,0 +10,0 @@ |
@@ -147,2 +147,16 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types'; | ||
operationsSorter?: 'alpha' | 'method' | ((a: TransformedOperation, b: TransformedOperation) => number); | ||
/** | ||
* Specifies the integration being used. This is primarily for internal purposes and should not be manually set. | ||
* | ||
* It’s used to: | ||
* 1. Display debug information in the console. | ||
* 2. Show a custom logo when importing OpenAPI documents in the Scalar App. | ||
* | ||
* Each supported integration has a unique identifier (e.g., 'express', 'nextjs', 'vue'). | ||
* | ||
* To explicitly disable this feature, you can pass `null`. | ||
* | ||
* @private | ||
*/ | ||
_integration?: null | 'adonisjs' | 'docusaurus' | 'dotnet' | 'elysiajs' | 'express' | 'fastapi' | 'fastify' | 'go' | 'hono' | 'html' | 'laravel' | 'litestar' | 'nestjs' | 'nextjs' | 'nitro' | 'nuxt' | 'platformatic' | 'react' | 'rust' | 'vue'; | ||
}; | ||
@@ -149,0 +163,0 @@ export type Server = OpenAPIV3.ServerObject | OpenAPIV3_1.ServerObject; |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"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
33201
502