web-music-score 6.0.0-pre.5 → 6.0.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/audio/index.d.ts +1 -1
  3. package/dist/audio/index.js +1 -1
  4. package/dist/audio/index.mjs +4 -4
  5. package/dist/audio-cg/index.js +1 -1
  6. package/dist/audio-cg/index.mjs +4 -4
  7. package/dist/audio-synth/index.js +1 -1
  8. package/dist/audio-synth/index.mjs +4 -4
  9. package/dist/{chunk-JP3PJICN.mjs → chunk-EDHJ4ZRB.mjs} +3 -3
  10. package/dist/{chunk-U2D4H5TI.mjs → chunk-IUXO5M6R.mjs} +3 -3
  11. package/dist/{chunk-Y67RBHW2.mjs → chunk-IW4YD7XE.mjs} +2 -2
  12. package/dist/{chunk-6R3N7WJC.mjs → chunk-OHH32J6I.mjs} +3 -3
  13. package/dist/{chunk-G3HIPFVF.mjs → chunk-OM25LPIN.mjs} +2 -2
  14. package/dist/{chunk-DQFQEO6F.mjs → chunk-VTNNVMRE.mjs} +4 -4
  15. package/dist/core/index.js +2 -2
  16. package/dist/core/index.mjs +5 -5
  17. package/dist/iife/audio-cg.js +1 -1
  18. package/dist/iife/index.js +12 -12
  19. package/dist/{music-objects-D-xO1oti.d.ts → music-objects-Bef-fs1f.d.ts} +8 -4
  20. package/dist/{note-CJuq5aBy.d.ts → note-RVXvpfyV.d.ts} +1 -1
  21. package/dist/pieces/index.d.ts +3 -3
  22. package/dist/pieces/index.js +2 -2
  23. package/dist/pieces/index.mjs +3 -3
  24. package/dist/react-ui/index.d.ts +3 -3
  25. package/dist/react-ui/index.js +1 -1
  26. package/dist/react-ui/index.mjs +2 -2
  27. package/dist/{scale-DxGqFxlv.d.ts → scale-B1M10_fu.d.ts} +2 -2
  28. package/dist/score/index.d.ts +9 -9
  29. package/dist/score/index.js +101 -40
  30. package/dist/score/index.mjs +105 -44
  31. package/dist/{tempo-pCAa6qgo.d.ts → tempo-D-JF-8b_.d.ts} +1 -1
  32. package/dist/theory/index.d.ts +5 -5
  33. package/dist/theory/index.js +1 -1
  34. package/dist/theory/index.mjs +4 -4
  35. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
- /* WebMusicScore v6.0.0-pre.5 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
1
+ /* WebMusicScore v6.0.1 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
2
2
  import {
3
3
  MusicError,
4
4
  MusicErrorType
5
- } from "../chunk-U2D4H5TI.mjs";
5
+ } from "../chunk-IUXO5M6R.mjs";
6
6
  import {
7
7
  utils_exports
8
- } from "../chunk-JP3PJICN.mjs";
9
- import "../chunk-G3HIPFVF.mjs";
8
+ } from "../chunk-EDHJ4ZRB.mjs";
9
+ import "../chunk-OM25LPIN.mjs";
10
10
 
11
11
  // src/core/custom-css.ts
12
12
  utils_exports.Dom.injectCss("wms-custom-css", `
@@ -98,7 +98,7 @@ function init() {
98
98
  return;
99
99
  }
100
100
  initialized = true;
101
- console.log("%cWebMusicScore v6.0.0-pre.5 (esm) initialized.", "background: black; color: white; padding: 2px;");
101
+ console.log("%cWebMusicScore v6.0.1 (esm) initialized.", "background: black; color: white; padding: 2px;");
102
102
  }
103
103
  export {
104
104
  MusicError,