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

@sketch-hq/sketch-assistant-utils

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.0.0-next.22 to 5.0.0

39

CHANGELOG.md
# @sketch-hq/sketch-assistant-utils
## 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.
- 1bcbce7: Do not include unconfigured rules in result metadata.
- a2a4585: Do not throw an error when processing a Sketch file and encountering an unknown object
`_class` value.
- 373503d: Raise a rule error if a rule attempts to report an ignored object.
- 21de31c: Allow `allObjects` and `objects` to be set at the same time in an ignore config.
- 06c0612: Export ignore pruning functions properly.
- a004097: Update to latest file format and remove some @ts-ignore directives.
- a3b25f5: Include metadata for all rules in Assistant run result, even if they weren't active in
the run.
- bc13811: Initial release in monorepo.
- Updated dependencies [8351103]
- Updated dependencies [67f62f2]
- Updated dependencies [c802b6b]
- Updated dependencies [21de31c]
- Updated dependencies [a004097]
- Updated dependencies [e76fabd]
- Updated dependencies [2f6f82b]
- Updated dependencies [6733a97]
- Updated dependencies [bc13811]
- @sketch-hq/sketch-assistant-types@5.0.0
## 5.0.0-next.22

@@ -4,0 +43,0 @@

4

package.json
{
"name": "@sketch-hq/sketch-assistant-utils",
"version": "5.0.0-next.22",
"version": "5.0.0",
"module": "dist/esm/index",

@@ -24,3 +24,3 @@ "main": "dist/cjs/index",

"@json-schema-spec/json-pointer": "0.1.2",
"@sketch-hq/sketch-assistant-types": "5.0.0-next.21",
"@sketch-hq/sketch-assistant-types": "5.0.0",
"ajv": "6.12.2",

@@ -27,0 +27,0 @@ "humps": "2.0.1",

@@ -11,7 +11,5 @@ # sketch-assistant-utils

```sh
yarn add @sketch-hq/sketch-assistant-utils@next
yarn add @sketch-hq/sketch-assistant-utils
```
> ⚠️ The repo is in pre-release mode using the `next` tag.
## Development

@@ -18,0 +16,0 @@

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