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/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 =
|
|
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.
|
|
37184
|
+
var $3e7872a494b653a9$export$2e2bcd8739ae039 = '15.4.0';
|
|
37185
37185
|
|
|
37186
37186
|
|
|
37187
37187
|
|