@sketch-hq/sketch-file-format-ts
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [4.0.2](https://github.com/sketch-hq/sketch-file-format-ts/compare/v4.0.1...v4.0.2) (2020-02-10) | ||
### [4.0.1](https://github.com/sketch-hq/sketch-file-format-ts/compare/v4.0.0...v4.0.1) (2020-01-22) | ||
@@ -7,0 +9,0 @@ |
@@ -1034,3 +1034,3 @@ /** | ||
overrideName: OverrideName; | ||
value: string | Uuid | ImageFileRef; | ||
value: string | Uuid | ImageFileRef | ImageDataRef; | ||
}; | ||
@@ -1037,0 +1037,0 @@ /** |
@@ -1071,3 +1071,3 @@ /** | ||
overrideName: OverrideName; | ||
value: string | Uuid | ImageFileRef; | ||
value: string | Uuid | ImageFileRef | ImageDataRef; | ||
}; | ||
@@ -1074,0 +1074,0 @@ /** |
@@ -1082,3 +1082,3 @@ /** | ||
overrideName: OverrideName; | ||
value: string | Uuid | ImageFileRef; | ||
value: string | Uuid | ImageFileRef | ImageDataRef; | ||
}; | ||
@@ -1333,3 +1333,3 @@ /** | ||
saveHistory: string[]; | ||
appVersion: '59' | '60' | '61' | '62'; | ||
appVersion: string; | ||
build: number; | ||
@@ -1345,3 +1345,4 @@ }; | ||
Internal = "com.bohemiancoding.sketch3.internal", | ||
Experimental = "com.bohemiancoding.sketch3.experimental" | ||
Experimental = "com.bohemiancoding.sketch3.experimental", | ||
Testing = "com.bohemiancoding.sketch3.testing" | ||
} | ||
@@ -1358,3 +1359,3 @@ /** | ||
*/ | ||
export declare type SketchVariant = 'NONAPPSTORE' | 'APPSTORE' | 'BETA' | 'PRIVATE' | 'INTERNAL' | 'EXPERIMENTAL'; | ||
export declare type SketchVariant = 'NONAPPSTORE' | 'APPSTORE' | 'BETA' | 'PRIVATE' | 'INTERNAL' | 'EXPERIMENTAL' | 'TESTING' | 'UNITTEST'; | ||
/** | ||
@@ -1361,0 +1362,0 @@ * TODO |
@@ -296,2 +296,3 @@ "use strict"; | ||
BundleId["Experimental"] = "com.bohemiancoding.sketch3.experimental"; | ||
BundleId["Testing"] = "com.bohemiancoding.sketch3.testing"; | ||
})(BundleId = exports.BundleId || (exports.BundleId = {})); | ||
@@ -298,0 +299,0 @@ /** |
{ | ||
"name": "@sketch-hq/sketch-file-format-ts", | ||
"description": "TypeScript types for the Sketch File Format", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "dist/index", | ||
@@ -23,5 +23,5 @@ "types": "dist/index", | ||
"@commitlint/config-conventional": "8.2.0", | ||
"@sketch-hq/sketch-file-format-1": "npm:@sketch-hq/sketch-file-format@1.1.6", | ||
"@sketch-hq/sketch-file-format-2": "npm:@sketch-hq/sketch-file-format@2.0.2", | ||
"@sketch-hq/sketch-file-format-3": "npm:@sketch-hq/sketch-file-format@3.3.0", | ||
"@sketch-hq/sketch-file-format-1": "npm:@sketch-hq/sketch-file-format@1.1.7", | ||
"@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.4.2", | ||
"@types/humps": "1.1.2", | ||
@@ -28,0 +28,0 @@ "@types/jest": "24.0.22", |
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
160187
5102