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/main.d.ts
CHANGED
|
@@ -2450,7 +2450,7 @@ export class UltimateGuitarParser extends ChordSheetParser {
|
|
|
2450
2450
|
}): void;
|
|
2451
2451
|
startNewLine(): void;
|
|
2452
2452
|
}
|
|
2453
|
-
export const version: "15.
|
|
2453
|
+
export const version: "15.4.0";
|
|
2454
2454
|
interface FormatterConfigurationHelpers {
|
|
2455
2455
|
configure: typeof configure;
|
|
2456
2456
|
getDefaultConfig: typeof getDefaultConfig;
|
package/lib/module.js
CHANGED
|
@@ -905,7 +905,7 @@ const $0cb401ed3f1d0550$export$40141681ebb03523 = {
|
|
|
905
905
|
return this.useAccidental(accidental);
|
|
906
906
|
}
|
|
907
907
|
changeChord(func) {
|
|
908
|
-
const chordObj =
|
|
908
|
+
const chordObj = this.chord;
|
|
909
909
|
if (chordObj) {
|
|
910
910
|
const changedChord = func(chordObj);
|
|
911
911
|
return this.set({
|
|
@@ -30096,7 +30096,7 @@ const $ecd3f348894bfbde$var$endSectionTags = {
|
|
|
30096
30096
|
var $ecd3f348894bfbde$export$2e2bcd8739ae039 = $ecd3f348894bfbde$var$UltimateGuitarParser;
|
|
30097
30097
|
|
|
30098
30098
|
|
|
30099
|
-
var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '15.
|
|
30099
|
+
var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '15.4.0';
|
|
30100
30100
|
|
|
30101
30101
|
|
|
30102
30102
|
|