@quintype/migration-helpers
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -89,4 +89,7 @@ /// <reference types="node" /> | ||
readonly name: string; | ||
readonly values?: ReadonlyArray<string>; | ||
readonly values: ReadonlyArray<string>; | ||
readonly 'display-name': string; | ||
readonly 'data-type': 'multi-valued-strings'; | ||
readonly 'is-mandatory': boolean; | ||
} | ||
export {}; |
@@ -89,4 +89,7 @@ /// <reference types="node" /> | ||
readonly name: string; | ||
readonly values?: ReadonlyArray<string>; | ||
readonly values: ReadonlyArray<string>; | ||
readonly 'display-name': string; | ||
readonly 'data-type': 'multi-valued-strings'; | ||
readonly 'is-mandatory': boolean; | ||
} | ||
export {}; |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.9.0"></a> | ||
# [1.9.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.8.0...v1.9.0) (2019-06-05) | ||
### Features | ||
* Making the story attributes types much more strict ([865f4a3](https://github.com/gja/@quintype/migration-helpers/commit/865f4a3)) | ||
<a name="1.8.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.8.0](https://github.com/gja/@quintype/migration-helpers/compare/v1.7.0...v1.8.0) (2019-05-30) |
{ | ||
"name": "@quintype/migration-helpers", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"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
81462
1226