@mfcc64/ytms 13.0.0 → 14.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/script.mjs +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mfcc64/ytms",
3
- "version": "13.0.0",
3
+ "version": "14.0.0",
4
4
  "description": "YouTube Musical Spectrum",
5
5
  "main": "script.mjs",
6
6
  "scripts": {
package/script.mjs CHANGED
@@ -714,4 +714,5 @@ import {ShowCQTElement} from "../../showcqt-element@2/showcqt-element.mjs";
714
714
  create_menu();
715
715
  document.body.appendChild(cqt);
716
716
  document.body.appendChild(af_links);
717
+ dispatchEvent(new CustomEvent("youtube-musical-spectrum-is-available"));
717
718
  })().catch(e => console.error(e));