nuxt-viewport
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -26,5 +26,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
*/ | ||
breakpoints: { | ||
[key: string]: number; | ||
}; | ||
breakpoints: Record<string, number>; | ||
/** | ||
@@ -41,5 +39,3 @@ * Cookie name. | ||
*/ | ||
defaultBreakpoints: { | ||
[key: string]: string; | ||
}; | ||
defaultBreakpoints: Record<string, string>; | ||
/** | ||
@@ -46,0 +42,0 @@ * Fallback breakpoint. |
@@ -7,3 +7,3 @@ { | ||
"name": "nuxt-viewport", | ||
"version": "2.0.4" | ||
"version": "2.0.5" | ||
} |
@@ -13,5 +13,3 @@ import type { createViewportManager } from './manager'; | ||
*/ | ||
breakpoints: { | ||
[key: string]: number; | ||
}; | ||
breakpoints: Record<string, number>; | ||
/** | ||
@@ -28,5 +26,3 @@ * Cookie name. | ||
*/ | ||
defaultBreakpoints: { | ||
[key: string]: string; | ||
}; | ||
defaultBreakpoints: Record<string, string>; | ||
/** | ||
@@ -33,0 +29,0 @@ * Fallback breakpoint. |
{ | ||
"name": "nuxt-viewport", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Define custom viewports for your Nuxt project", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18979
396