@scalar/types
Advanced tools
Comparing version 0.0.10 to 0.0.11
# @scalar/types | ||
## 0.0.11 | ||
### Patch Changes | ||
- f961940: feat: remove @scalar/themes from the dependencies of @scalar/types | ||
## 0.0.10 | ||
@@ -4,0 +10,0 @@ |
import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types'; | ||
import type { ThemeId } from '@scalar/themes'; | ||
import type { UseSeoMetaInput } from '@unhead/schema'; | ||
@@ -30,2 +29,3 @@ import type { HarRequest, TargetId } from '../external/index.js'; | ||
}; | ||
export type ThemeId = 'alternate' | 'default' | 'moon' | 'purple' | 'solarized' | 'bluePlanet' | 'deepSpace' | 'saturn' | 'kepler' | 'mars' | 'none'; | ||
export type ReferenceConfiguration = { | ||
@@ -32,0 +32,0 @@ /** A string to use one of the color presets */ |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"engines": { | ||
@@ -49,4 +49,3 @@ "node": ">=18" | ||
"@unhead/schema": "^1.9.5", | ||
"@scalar/openapi-types": "0.1.1", | ||
"@scalar/themes": "0.9.31" | ||
"@scalar/openapi-types": "0.1.1" | ||
}, | ||
@@ -53,0 +52,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
31188
2
- Removed@scalar/themes@0.9.31
- Removed@scalar/themes@0.9.31(transitive)