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 6.4.0 to 6.5.0

7

CHANGELOG.md
# @sketch-hq/sketch-assistant-types
## 6.5.0
### Minor Changes
- 54a3ab9: Add `buildAssistantConfigurationSchema` to get JSON Schema describing entire Assistant
configuration shape.
## 6.4.0

@@ -4,0 +11,0 @@

6

dist/types.d.ts

@@ -683,2 +683,6 @@ import FileFormat from '@sketch-hq/sketch-file-format-ts';

/**
* Creates the configuration JSON Schema for the given assistant definition.
*/
export declare type AssistantConfigSchemaCreator = (assistant: AssistantDefinition) => JSONSchema7;
/**
* User-defined rule options with these names are forbidden.

@@ -721,3 +725,3 @@ */

export declare type RuleOption = string | number | boolean | string[] | {
[key: string]: Maybe<string | number | boolean | string[]>;
[key: string]: string | number | boolean | string[];
}[];

@@ -724,0 +728,0 @@ /**

2

package.json
{
"name": "@sketch-hq/sketch-assistant-types",
"version": "6.4.0",
"version": "6.5.0",
"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