@aesthetic/types
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -74,3 +74,2 @@ import { CSS, FontFace, Import, Keyframes, NativeProperty, Properties, Property, Unit, UnitFactory, Value, VariablesMap } from './css'; | ||
export interface Engine<Input, Output> { | ||
readonly atomic: boolean; | ||
cacheManager?: CacheManager<Output>; | ||
@@ -77,0 +76,0 @@ customProperties?: PropertyHandlerMap; |
{ | ||
"name": "@aesthetic/types", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Reusable TypeScript types for Aesthetic packages.", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "171d7f79a70658036a8b945c2a004d6fa802f5c2" | ||
"gitHead": "be9b8798efae2466c8a534f091c87b5fd6ac5313" | ||
} |
@@ -126,3 +126,2 @@ import { | ||
export interface Engine<Input, Output> { | ||
readonly atomic: boolean; | ||
cacheManager?: CacheManager<Output>; | ||
@@ -129,0 +128,0 @@ customProperties?: PropertyHandlerMap; |
17340
425