@sketch-hq/sketch-file-format-ts
Advanced tools
Comparing version 6.4.0 to 6.5.0
# @sketch-hq/sketch-file-format-ts | ||
## 6.5.0 | ||
### Minor Changes | ||
- 147fb8a: Add support for per-document libraries | ||
## 6.4.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1311,2 +1311,3 @@ /** | ||
_class: 'MSImmutableDocumentLibraryInfo'; | ||
do_objectID?: Uuid; | ||
libraryType: DocumentLibraryType; | ||
@@ -1437,3 +1438,3 @@ name?: string; | ||
}; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146; | ||
compatibilityVersion: 99; | ||
@@ -1440,0 +1441,0 @@ coeditCompatibilityVersion?: number; |
@@ -1311,2 +1311,3 @@ /** | ||
_class: 'MSImmutableDocumentLibraryInfo'; | ||
do_objectID?: Uuid; | ||
libraryType: DocumentLibraryType; | ||
@@ -1437,3 +1438,3 @@ name?: string; | ||
}; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146; | ||
compatibilityVersion: 99; | ||
@@ -1440,0 +1441,0 @@ coeditCompatibilityVersion?: number; |
{ | ||
"name": "@sketch-hq/sketch-file-format-ts", | ||
"description": "TypeScript types for the Sketch File Format", | ||
"version": "6.4.0", | ||
"version": "6.5.0", | ||
"main": "dist/cjs/index", | ||
@@ -23,3 +23,3 @@ "types": "dist/cjs/index", | ||
"devDependencies": { | ||
"@sketch-hq/sketch-file-format": "6.4.0", | ||
"@sketch-hq/sketch-file-format": "6.5.0", | ||
"@types/humps": "2.0.1", | ||
@@ -26,0 +26,0 @@ "humps": "2.0.1" |
142457
4279