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/bundle.js
CHANGED
|
@@ -967,7 +967,7 @@ var ChordSheetJS = (() => {
|
|
|
967
967
|
return this.useAccidental(accidental);
|
|
968
968
|
}
|
|
969
969
|
changeChord(func) {
|
|
970
|
-
const chordObj =
|
|
970
|
+
const chordObj = this.chord;
|
|
971
971
|
if (chordObj) {
|
|
972
972
|
const changedChord = func(chordObj);
|
|
973
973
|
return this.set({
|
|
@@ -29618,7 +29618,7 @@ ${template}
|
|
|
29618
29618
|
}
|
|
29619
29619
|
};
|
|
29620
29620
|
var $a5a21ced491ea51f$export$2e2bcd8739ae039 = $a5a21ced491ea51f$var$UltimateGuitarParser;
|
|
29621
|
-
var $ae92e002ce14f11a$export$2e2bcd8739ae039 = "15.
|
|
29621
|
+
var $ae92e002ce14f11a$export$2e2bcd8739ae039 = "15.4.0";
|
|
29622
29622
|
var $2a7926da41d163b3$export$191a710ad3c9a989 = {
|
|
29623
29623
|
configure: $181068e44290b873$export$8d21e34596265fa2,
|
|
29624
29624
|
getDefaultConfig: $fe1d3ba9df1ecad5$export$ed30944e0fe6ae5c,
|