@sketch-hq/sketch-assistant-types
Advanced tools
Comparing version 5.0.0-next.21 to 5.0.0
# @sketch-hq/sketch-assistant-types | ||
## 5.0.0 | ||
### Major Changes | ||
- e76fabd: Introduction of the Assistants CLI. | ||
- 2f6f82b: Changed the `RunOutput` type so its shape is more consistent when an Assistant outputs an | ||
error or a result. This is so that it plays nicely with Swift Codable, which has trouble decoding | ||
JSON derived from TypeScript discriminated unions. | ||
- 6733a97: Numerous refactors around Sketch file object iteration. | ||
### Minor Changes | ||
- 8351103: Add rule timings to profile data. | ||
- c802b6b: Support an ignore config in the Assistants workspace. | ||
### Patch Changes | ||
- 67f62f2: Changes to profile data format. | ||
- 21de31c: Allow `allObjects` and `objects` to be set at the same time in an ignore config. | ||
- a004097: Update to latest file format and remove some @ts-ignore directives. | ||
- bc13811: Initial release in monorepo. | ||
## 5.0.0-next.21 | ||
@@ -4,0 +26,0 @@ |
{ | ||
"name": "@sketch-hq/sketch-assistant-types", | ||
"version": "5.0.0-next.21", | ||
"version": "5.0.0", | ||
"main": "dist/types", | ||
@@ -5,0 +5,0 @@ "types": "dist/types", |
@@ -11,3 +11,3 @@ # sketch-assistant-types | ||
```sh | ||
yarn add @sketch-hq/sketch-assistant-types@next | ||
yarn add @sketch-hq/sketch-assistant-types | ||
``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
43106
1