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/bundle.js +2 -2
- package/lib/bundle.min.js +23 -23
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/main.d.ts +1 -1
- package/lib/module.js +2 -2
- package/lib/module.js.map +1 -1
- package/lib/pdf/index.js +2 -2
- package/lib/pdf/index.js.map +1 -1
- package/lib/pdf/main.d.ts.map +1 -1
- package/lib/pdf/module.js +2 -2
- package/lib/pdf/module.js.map +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -987,7 +987,7 @@ const $3d106a0ee348cfa8$export$40141681ebb03523 = {
|
|
|
987
987
|
return this.useAccidental(accidental);
|
|
988
988
|
}
|
|
989
989
|
changeChord(func) {
|
|
990
|
-
const chordObj =
|
|
990
|
+
const chordObj = this.chord;
|
|
991
991
|
if (chordObj) {
|
|
992
992
|
const changedChord = func(chordObj);
|
|
993
993
|
return this.set({
|
|
@@ -30178,7 +30178,7 @@ const $a5a21ced491ea51f$var$endSectionTags = {
|
|
|
30178
30178
|
var $a5a21ced491ea51f$export$2e2bcd8739ae039 = $a5a21ced491ea51f$var$UltimateGuitarParser;
|
|
30179
30179
|
|
|
30180
30180
|
|
|
30181
|
-
var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '15.
|
|
30181
|
+
var $ae92e002ce14f11a$export$2e2bcd8739ae039 = '15.4.0';
|
|
30182
30182
|
|
|
30183
30183
|
|
|
30184
30184
|
|