@sketch-hq/sketch-file-format-ts
Advanced tools
Comparing version 5.1.0 to 5.1.1
# @sketch-hq/sketch-file-format-ts | ||
## 5.1.1 | ||
### Patch Changes | ||
- 5b298d9: Update to file format 3.6.2 | ||
## 5.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -1348,3 +1348,3 @@ /** | ||
}; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131; | ||
fonts: string[]; | ||
@@ -1404,7 +1404,7 @@ compatibilityVersion: 99; | ||
export declare type Workspace = { | ||
assistants: AssistantsWorkspace; | ||
assistants?: AssistantsWorkspace; | ||
[key: string]: any; | ||
}; | ||
/** | ||
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field. Additionally Assistant metadata from their package.json files are cached in the `dependencyMetadata` field. | ||
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field. | ||
*/ | ||
@@ -1415,15 +1415,2 @@ export declare type AssistantsWorkspace = { | ||
}; | ||
dependencyMetadata: { | ||
[key: string]: { | ||
sketch: string; | ||
homepage: string; | ||
name: string; | ||
version: string; | ||
'sketch-assistants': { | ||
title: string; | ||
icon: string; | ||
description: string; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -1449,4 +1436,2 @@ /** | ||
fontReferences?: FontRef[]; | ||
autoEmbedFonts?: boolean; | ||
agreedToFontEmbedding?: boolean; | ||
pages: Page[]; | ||
@@ -1476,4 +1461,2 @@ }; | ||
fontReferences?: FontRef[]; | ||
autoEmbedFonts?: boolean; | ||
agreedToFontEmbedding?: boolean; | ||
pages: FileRef[]; | ||
@@ -1480,0 +1463,0 @@ }; |
@@ -1348,3 +1348,3 @@ /** | ||
}; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130; | ||
version: 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131; | ||
fonts: string[]; | ||
@@ -1404,7 +1404,7 @@ compatibilityVersion: 99; | ||
export declare type Workspace = { | ||
assistants: AssistantsWorkspace; | ||
assistants?: AssistantsWorkspace; | ||
[key: string]: any; | ||
}; | ||
/** | ||
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field. Additionally Assistant metadata from their package.json files are cached in the `dependencyMetadata` field. | ||
* Contains Assistant configuration that travels with the document in the file workspace. Maintains a record of which Assistants have been installed to the document and where they've been installed from in the `dependencies` field. | ||
*/ | ||
@@ -1415,15 +1415,2 @@ export declare type AssistantsWorkspace = { | ||
}; | ||
dependencyMetadata: { | ||
[key: string]: { | ||
sketch: string; | ||
homepage: string; | ||
name: string; | ||
version: string; | ||
'sketch-assistants': { | ||
title: string; | ||
icon: string; | ||
description: string; | ||
}; | ||
}; | ||
}; | ||
}; | ||
@@ -1449,4 +1436,2 @@ /** | ||
fontReferences?: FontRef[]; | ||
autoEmbedFonts?: boolean; | ||
agreedToFontEmbedding?: boolean; | ||
pages: Page[]; | ||
@@ -1476,4 +1461,2 @@ }; | ||
fontReferences?: FontRef[]; | ||
autoEmbedFonts?: boolean; | ||
agreedToFontEmbedding?: boolean; | ||
pages: FileRef[]; | ||
@@ -1480,0 +1463,0 @@ }; |
{ | ||
"name": "@sketch-hq/sketch-file-format-ts", | ||
"description": "TypeScript types for the Sketch File Format", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"main": "dist/cjs/index", | ||
@@ -23,3 +23,3 @@ "types": "dist/cjs/index", | ||
"@sketch-hq/sketch-file-format-2": "npm:@sketch-hq/sketch-file-format@2.0.3", | ||
"@sketch-hq/sketch-file-format-3": "npm:@sketch-hq/sketch-file-format@3.6.1", | ||
"@sketch-hq/sketch-file-format-3": "npm:@sketch-hq/sketch-file-format@3.6.2", | ||
"@types/humps": "1.1.3", | ||
@@ -26,0 +26,0 @@ "@types/jest": "25.2.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
356605
11455