@cloudcannon/configuration-types
Advanced tools
Comparing version 0.0.17 to 0.0.18
{ | ||
"name": "@cloudcannon/configuration-types", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.", | ||
@@ -22,3 +22,3 @@ "author": "CloudCannon <support@cloudcannon.com>", | ||
"prebuild": "rimraf dist && mkdir -p dist", | ||
"build": "ts-json-schema-generator --no-top-ref --markdown-description --path src/index.d.ts --type Configuration --out dist/cloudcannon-config.schema.json --id 'https://schema.cloudcannon.com/cloudcannon-config.schema.json'", | ||
"build": "ts-json-schema-generator --no-top-ref --markdown-description --path src/index.d.ts --type Configuration --out dist/cloudcannon-config.schema.json --id 'https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json'", | ||
"lint": "npm run lint:tsc && npm run lint:format", | ||
@@ -25,0 +25,0 @@ "lint:tsc": "tsc --noEmit", |
@@ -1601,2 +1601,5 @@ import type Scrapbooker from '@cloudcannon/snippet-types'; | ||
/** | ||
* The base format for the configuration file. | ||
*/ | ||
export interface Configuration extends Cascade, WithSnippets, WithPaths { | ||
@@ -1603,0 +1606,0 @@ /** |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
460515
13725
0