Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sketch-hq/sketch-assistant-types

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sketch-hq/sketch-assistant-types - npm Package Compare versions

Comparing version 5.0.0-next.21 to 5.0.0

22

CHANGELOG.md
# @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 @@

2

package.json
{
"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
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc