@sketch-hq/sketch-file-format-ts
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.1.0](https://github.com/sketch-hq/sketch-file-format-ts/compare/v1.0.0...v1.1.0) (2019-11-11) | ||
### Features | ||
* add `AnyObject` type ([03f2659](https://github.com/sketch-hq/sketch-file-format-ts/commit/03f2659a3d7df43657da95c681f516c5d95b7259)) | ||
## 1.0.0 (2019-11-08) | ||
@@ -7,0 +14,0 @@ |
@@ -1316,1 +1316,5 @@ /** | ||
export declare type AnyGroup = SymbolMaster | Artboard | Group | ShapeGroup | Page; | ||
/** | ||
* Union of all objects, i.e. objects with a _class property | ||
*/ | ||
export declare type AnyObject = AssetCollection | ImageCollection | ColorAsset | Color | GradientAsset | Gradient | GradientStop | ImageFileRef | ForeignLayerStyle | SharedStyle | Style | Border | GraphicsContextSettings | BorderOptions | Blur | Fill | TextStyle | ParagraphStyle | FontDescriptor | Shadow | InnerShadow | ColorControls | ForeignSymbol | SymbolMaster | ExportOptions | ExportFormat | Rect | FlowConnection | FreeformGroupLayout | Artboard | Group | Oval | CurvePoint | Polygon | Rectangle | ShapePath | Star | Triangle | ShapeGroup | Text | AttributedString | StringAttribute | SymbolInstance | OverrideValue | Slice | Hotspot | Bitmap | RulerData | LayoutGrid | SimpleGrid | ForeignTextStyle | SharedStyleContainer | SharedTextStyleContainer | SymbolContainer | PageFileRef | Page; |
@@ -1357,1 +1357,5 @@ /** | ||
export declare type AnyGroup = SymbolMaster | Artboard | Group | ShapeGroup | Page; | ||
/** | ||
* Union of all objects, i.e. objects with a _class property | ||
*/ | ||
export declare type AnyObject = AssetCollection | ImageCollection | ColorAsset | Color | GradientAsset | Gradient | GradientStop | ImageFileRef | ForeignLayerStyle | SharedStyle | Style | Border | GraphicsContextSettings | BorderOptions | Blur | Fill | TextStyle | ParagraphStyle | FontDescriptor | Shadow | InnerShadow | ColorControls | ForeignSymbol | SymbolMaster | ExportOptions | ExportFormat | Rect | FlowConnection | FreeformGroupLayout | InferredGroupLayout | Artboard | Group | Oval | CurvePoint | Polygon | Rectangle | ShapePath | Star | Triangle | ShapeGroup | Text | AttributedString | StringAttribute | SymbolInstance | OverrideValue | Slice | Hotspot | Bitmap | RulerData | LayoutGrid | SimpleGrid | ForeignTextStyle | SharedStyleContainer | SharedTextStyleContainer | SymbolContainer | PageFileRef | Page; |
@@ -1364,1 +1364,5 @@ /** | ||
export declare type AnyGroup = SymbolMaster | Artboard | Group | ShapeGroup | Page; | ||
/** | ||
* Union of all objects, i.e. objects with a _class property | ||
*/ | ||
export declare type AnyObject = AssetCollection | ImageCollection | ColorAsset | Color | GradientAsset | Gradient | GradientStop | ImageFileRef | ForeignLayerStyle | SharedStyle | Style | Border | GraphicsContextSettings | BorderOptions | Blur | Fill | TextStyle | ParagraphStyle | FontDescriptor | Shadow | InnerShadow | ColorControls | ForeignSymbol | SymbolMaster | ExportOptions | ExportFormat | Rect | FlowConnection | FreeformGroupLayout | InferredGroupLayout | Artboard | Group | Oval | CurvePoint | Polygon | Rectangle | ShapePath | Star | Triangle | ShapeGroup | Text | AttributedString | StringAttribute | SymbolInstance | OverrideValue | Slice | Hotspot | Bitmap | RulerData | LayoutGrid | SimpleGrid | ForeignTextStyle | SharedStyleContainer | SharedTextStyleContainer | SymbolContainer | PageFileRef | Page; |
{ | ||
"name": "@sketch-hq/sketch-file-format-ts", | ||
"description": "TypeScript types for the Sketch File Format", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "dist/index", | ||
@@ -27,4 +27,4 @@ "types": "dist/index", | ||
"@types/humps": "1.1.2", | ||
"@types/jest": "24.0.21", | ||
"@types/node": "12.12.3", | ||
"@types/jest": "24.0.22", | ||
"@types/node": "12.12.7", | ||
"@types/prettier": "1.18.3", | ||
@@ -36,7 +36,7 @@ "commitizen": "4.0.3", | ||
"jest": "24.9.0", | ||
"prettier": "1.18.2", | ||
"prettier": "1.19.1", | ||
"standard-version": "7.0.0", | ||
"ts-jest": "24.1.0", | ||
"ts-node": "8.4.1", | ||
"typescript": "3.7.1-rc" | ||
"ts-node": "8.5.0", | ||
"typescript": "3.7.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
154851
4964