@ckirby/opera-info
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -37,3 +37,3 @@ import sbd from "sbd"; | ||
.filter((r) => !`${r.role} ${r.voiceType}`.includes(opera.title)) | ||
.map(({ role, voiceType }) => `This opera features a ${/,/.test(voiceType) ? `"${voiceType}"` : voiceType} role ${role}.`); | ||
.map(({ role, voiceType }) => `This opera features a ${/,/.test(voiceType) ? `"${voiceType}"` : voiceType} role ${role.split(/(?:,\s*)?\n/)[0]}.`); | ||
} | ||
@@ -40,0 +40,0 @@ export async function makeComposerHints(opera) { |
{ | ||
"name": "@ckirby/opera-info", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "information about operas", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
4069644