@quintype/migration-helpers
Advanced tools
Comparing version 1.14.2 to 1.14.3
@@ -9,5 +9,11 @@ /// <reference types="node" /> | ||
readonly slug: string; | ||
/** List of sections or categories that this story belongs to */ | ||
/** | ||
* List of sections or categories that this story belongs to | ||
* @minItems 1 | ||
*/ | ||
readonly sections: ReadonlyArray<IntermediateSection>; | ||
/** The list of authors (in order) for this content */ | ||
/** | ||
* The list of authors (in order) for this content | ||
* @minItems 1 | ||
*/ | ||
readonly authors: ReadonlyArray<IntermediateAuthor>; | ||
@@ -155,3 +161,7 @@ /** The type of the story. Use `'text'` for a normal story */ | ||
export interface Tag { | ||
/** Name of Tag */ | ||
/** | ||
* Name of Tag | ||
* @minLength 3 | ||
* @maxLength 100 | ||
*/ | ||
readonly name: string; | ||
@@ -158,0 +168,0 @@ /** Type of entity */ |
@@ -9,5 +9,11 @@ /// <reference types="node" /> | ||
readonly slug: string; | ||
/** List of sections or categories that this story belongs to */ | ||
/** | ||
* List of sections or categories that this story belongs to | ||
* @minItems 1 | ||
*/ | ||
readonly sections: ReadonlyArray<IntermediateSection>; | ||
/** The list of authors (in order) for this content */ | ||
/** | ||
* The list of authors (in order) for this content | ||
* @minItems 1 | ||
*/ | ||
readonly authors: ReadonlyArray<IntermediateAuthor>; | ||
@@ -155,3 +161,7 @@ /** The type of the story. Use `'text'` for a normal story */ | ||
export interface Tag { | ||
/** Name of Tag */ | ||
/** | ||
* Name of Tag | ||
* @minLength 3 | ||
* @maxLength 100 | ||
*/ | ||
readonly name: string; | ||
@@ -158,0 +168,0 @@ /** Type of entity */ |
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.14.3"></a> | ||
## [1.14.3](https://github.com/gja/@quintype/migration-helpers/compare/v1.14.2...v1.14.3) (2020-05-05) | ||
<a name="1.14.2"></a> | ||
@@ -7,0 +12,0 @@ ## [1.14.2](https://github.com/gja/@quintype/migration-helpers/compare/v1.14.1...v1.14.2) (2020-04-14) |
{ | ||
"name": "@quintype/migration-helpers", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"description": "Helper Functions for Migrations", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89366
1418