chordsheetjs 15.3.1 → 15.4.0

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.
package/lib/pdf/module.js CHANGED
@@ -4455,7 +4455,7 @@ var $5e3a0c5a6197f95b$export$2e2bcd8739ae039 = $5e3a0c5a6197f95b$var$Chord;
4455
4455
  return this.useAccidental(accidental);
4456
4456
  }
4457
4457
  changeChord(func) {
4458
- const chordObj = (0, $5e3a0c5a6197f95b$export$2e2bcd8739ae039).parse(this.chords.trim());
4458
+ const chordObj = this.chord;
4459
4459
  if (chordObj) {
4460
4460
  const changedChord = func(chordObj);
4461
4461
  return this.set({
@@ -37181,7 +37181,7 @@ const $7c59209366f6488e$var$endSectionTags = {
37181
37181
  var $7c59209366f6488e$export$2e2bcd8739ae039 = $7c59209366f6488e$var$UltimateGuitarParser;
37182
37182
 
37183
37183
 
37184
- var $3e7872a494b653a9$export$2e2bcd8739ae039 = '15.3.1';
37184
+ var $3e7872a494b653a9$export$2e2bcd8739ae039 = '15.4.0';
37185
37185
 
37186
37186
 
37187
37187