@sketch-hq/sketch-assistant-types
Advanced tools
Comparing version 5.0.0-next.19 to 5.0.0-next.21
# @sketch-hq/sketch-assistant-types | ||
## 5.0.0-next.21 | ||
### Patch Changes | ||
- 21de31c: Allow `allObjects` and `objects` to be set at the same time in an ignore config. | ||
## 5.0.0-next.19 | ||
@@ -4,0 +10,0 @@ |
@@ -162,4 +162,7 @@ import { FileFormat3 } from '@sketch-hq/sketch-file-format-ts'; | ||
} | { | ||
objects: string[]; | ||
}; | ||
allObjects: true; | ||
objects: []; | ||
} | { | ||
objects: []; | ||
} | {}; | ||
}; | ||
@@ -166,0 +169,0 @@ }; |
{ | ||
"name": "@sketch-hq/sketch-assistant-types", | ||
"version": "5.0.0-next.19", | ||
"version": "5.0.0-next.21", | ||
"main": "dist/types", | ||
@@ -5,0 +5,0 @@ "types": "dist/types", |
Sorry, the diff of this file is not supported yet
42317
831