myst-templates
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -64,6 +64,6 @@ const ALPHA = 'ABCDEFGHIJKLMNOPQURSUVWXYZ'; | ||
const affiliations = (_b = (_a = frontmatter.affiliations) === null || _a === void 0 ? void 0 : _a.filter((aff) => aff.id && !aff.collaboration).map((aff, index) => { | ||
return { value: aff, ...indexAndLetter(index) }; | ||
return { ...aff, value: aff, ...indexAndLetter(index) }; | ||
})) !== null && _b !== void 0 ? _b : []; | ||
const collaborations = (_d = (_c = frontmatter.affiliations) === null || _c === void 0 ? void 0 : _c.filter((aff) => aff.id && aff.collaboration).map((aff, index) => { | ||
return { value: aff, ...indexAndLetter(index) }; | ||
return { ...aff, value: aff, ...indexAndLetter(index) }; | ||
})) !== null && _d !== void 0 ? _d : []; | ||
@@ -70,0 +70,0 @@ const doc = { |
{ | ||
"name": "myst-templates", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "API types and scripts for downloading MyST Templates", | ||
@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>", |
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
58863