chordsheetjs 15.3.0 → 15.3.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/pdf/module.js CHANGED
@@ -20900,6 +20900,9 @@ var $790f30d4710befe7$export$2e2bcd8739ae039 = $790f30d4710befe7$var$Condition;
20900
20900
  * @param {boolean} [configuration.useUnicodeModifiers=false] Whether or not to use unicode flat and sharp
20901
20901
  * symbols.
20902
20902
  * @param {boolean} [configuration.normalizeChords=true] Whether or not to automatically normalize chords
20903
+ * @param {boolean} [configuration.normalizeChordSuffix=true] Whether to normalize chord suffixes (e.g.
20904
+ * `sus2` to `2`, `maj7` to `ma7`). Only takes effect when `normalizeChords` is `true`. Defaults to `false`
20905
+ * for {@link ChordProFormatter} so ChordPro round-trips preserve the user's suffix variant.
20903
20906
  */ constructor(configuration = {}){
20904
20907
  const defaultConfig = this.getDefaultConfiguration();
20905
20908
  this.configuration = (0, $974bd1d260bb1d53$export$5d86b86a654a7039)(defaultConfig, configuration);
@@ -37178,7 +37181,7 @@ const $7c59209366f6488e$var$endSectionTags = {
37178
37181
  var $7c59209366f6488e$export$2e2bcd8739ae039 = $7c59209366f6488e$var$UltimateGuitarParser;
37179
37182
 
37180
37183
 
37181
- var $3e7872a494b653a9$export$2e2bcd8739ae039 = '15.3.0';
37184
+ var $3e7872a494b653a9$export$2e2bcd8739ae039 = '15.3.1';
37182
37185
 
37183
37186
 
37184
37187