@cloudcannon/configuration-types 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schema.cloudcannon.com/cloudcannon-config.schema.json",
2
+ "$id": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "additionalProperties": false,
5
5
  "definitions": {
@@ -8300,6 +8300,8 @@
8300
8300
  "type": "object"
8301
8301
  }
8302
8302
  },
8303
+ "description": "The base format for the configuration file.",
8304
+ "markdownDescription": "The base format for the configuration file.",
8303
8305
  "properties": {
8304
8306
  "_array_structures": {
8305
8307
  "additionalProperties": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcannon/configuration-types",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.",
5
5
  "author": "CloudCannon <support@cloudcannon.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "scripts": {
21
21
  "prebuild": "rimraf dist && mkdir -p dist",
22
- "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'",
22
+ "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'",
23
23
  "lint": "npm run lint:tsc && npm run lint:format",
24
24
  "lint:tsc": "tsc --noEmit",
25
25
  "lint:format": "prettier -c src",
@@ -1598,6 +1598,9 @@ export type SsgKey =
1598
1598
  | 'legacy'
1599
1599
  | 'other';
1600
1600
 
1601
+ /**
1602
+ * The base format for the configuration file.
1603
+ */
1601
1604
  export interface Configuration extends Cascade, WithSnippets, WithPaths {
1602
1605
  /**
1603
1606
  * Base path to your site source files, relative to the root folder.