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.17 to 5.0.0-next.18

8

CHANGELOG.md
# @sketch-hq/sketch-assistant-types
## 5.0.0-next.18
### Major Changes
- 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.
## 5.0.0-next.17

@@ -4,0 +12,0 @@

2

dist/types.d.ts

@@ -190,3 +190,3 @@ import { FileFormat3 } from '@sketch-hq/sketch-file-format-ts';

code: 'error';
result: AssistantErrorResult;
error: AssistantErrorResult;
} | {

@@ -193,0 +193,0 @@ code: 'success';

{
"name": "@sketch-hq/sketch-assistant-types",
"version": "5.0.0-next.17",
"version": "5.0.0-next.18",
"main": "dist/types",

@@ -5,0 +5,0 @@ "types": "dist/types",

Sorry, the diff of this file is not supported yet

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