chordsheetjs 15.2.0 → 15.2.1

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/main.d.ts CHANGED
@@ -2454,7 +2454,7 @@ export class UltimateGuitarParser extends ChordSheetParser {
2454
2454
  }): void;
2455
2455
  startNewLine(): void;
2456
2456
  }
2457
- export const version: "15.2.0";
2457
+ export const version: "15.2.1";
2458
2458
  interface FormatterConfigurationHelpers {
2459
2459
  configure: typeof configure;
2460
2460
  getDefaultConfig: typeof getDefaultConfig;
package/lib/module.js CHANGED
@@ -13329,7 +13329,7 @@ function $cf5895add2d0ec4a$export$9f6ee93f4e2fb3d2(string) {
13329
13329
 
13330
13330
 
13331
13331
  const $f46090a0372cd33a$var$WHITE_SPACE = /\s/;
13332
- const $f46090a0372cd33a$var$CHORD_LINE_REGEX = /^\s*((([A-G|Do|Re|Mi|Fa|Sol|La|Si])(#|b)?([^/\s]*)(\/([A-G|Do|Re|Mi|Fa|Sol|La|Si])(#|b)?)?)(\s|$)+)+(\s|$)+/;
13332
+ const $f46090a0372cd33a$var$CHORD_LINE_REGEX = /^\s*(((?:[A-G]|Do|Re|Mi|Fa|Sol|La|Si)(#|b)?([^/\s]*)(\/(?:[A-G]|Do|Re|Mi|Fa|Sol|La|Si)(#|b)?)?)(\s|$)+)+(\s|$)+/;
13333
13333
  /**
13334
13334
  * Parses a normal chord sheet
13335
13335
  *
@@ -29843,7 +29843,7 @@ const $ecd3f348894bfbde$var$UG_METADATA_REGEX = /^(\w+):\s*(.+)$/;
29843
29843
  const $ecd3f348894bfbde$var$OTHER_METADATA_LINE_REGEX = /^\[([^\]]+)]/;
29844
29844
  const $ecd3f348894bfbde$var$REPEAT_NOTATION_REGEX = /\s+(x\d+)\s*$/i;
29845
29845
  // eslint-disable-next-line max-len
29846
- const $ecd3f348894bfbde$var$CHORD_LINE_REGEX = /^\s*((([A-G|Do|Re|Mi|Fa|Sol|La|Si])(#|b)?([^/\s]*)(\/([A-G|Do|Re|Mi|Fa|Sol|La|Si])(#|b)?)?)(\s|$)+)+(\s|$)+/;
29846
+ const $ecd3f348894bfbde$var$CHORD_LINE_REGEX = /^\s*(((?:[A-G]|Do|Re|Mi|Fa|Sol|La|Si)(#|b)?([^/\s]*)(\/(?:[A-G]|Do|Re|Mi|Fa|Sol|La|Si)(#|b)?)?)(\s|$)+)+(\s|$)+/;
29847
29847
  const $ecd3f348894bfbde$var$startSectionTags = {
29848
29848
  [(0, $72b24102c7d826fd$export$4b194284baed1659)]: (0, $a41c1115e2898cb2$export$deca399f8cd9b7dc),
29849
29849
  [(0, $72b24102c7d826fd$export$8db6c706fc9142b2)]: (0, $a41c1115e2898cb2$export$4f5168acae064e01),
@@ -30048,7 +30048,7 @@ const $ecd3f348894bfbde$var$endSectionTags = {
30048
30048
  var $ecd3f348894bfbde$export$2e2bcd8739ae039 = $ecd3f348894bfbde$var$UltimateGuitarParser;
30049
30049
 
30050
30050
 
30051
- var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '15.2.0';
30051
+ var $a91afe1497b28cb4$export$2e2bcd8739ae039 = '15.2.1';
30052
30052
 
30053
30053
 
30054
30054