@tspro/web-music-score 5.2.0 → 5.3.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.
@@ -1,4 +1,4 @@
1
- /* WebMusicScore v5.2.0 | (c) 2023 PahkaSoft | MIT License | Includes: Tone.js (MIT License) */
1
+ /* WebMusicScore v5.3.0 | (c) 2023 PahkaSoft | MIT License | Includes: Tone.js (MIT License) */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,4 +1,4 @@
1
- /* WebMusicScore v5.2.0 | (c) 2023 PahkaSoft | MIT License | Includes: Tone.js (MIT License) */
1
+ /* WebMusicScore v5.3.0 | (c) 2023 PahkaSoft | MIT License | Includes: Tone.js (MIT License) */
2
2
  import {
3
3
  NoteLength,
4
4
  NoteLengthProps,
@@ -6,10 +6,10 @@ import {
6
6
  Tuplet,
7
7
  validateNoteLength,
8
8
  validateTupletRatio
9
- } from "../chunk-XUGM7SCC.mjs";
9
+ } from "../chunk-ZBA5XLYR.mjs";
10
10
  import {
11
11
  __publicField
12
- } from "../chunk-LC5JMIVF.mjs";
12
+ } from "../chunk-C6UQDKWU.mjs";
13
13
 
14
14
  // src/theory/chord.ts
15
15
  import { Utils as Utils6 } from "@tspro/ts-utils-lib";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tspro/web-music-score",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "author": "PahkaSoft",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -106,7 +106,7 @@
106
106
  "package.json"
107
107
  ],
108
108
  "dependencies": {
109
- "@tspro/ts-utils-lib": "^1.8.0",
109
+ "@tspro/ts-utils-lib": "^1.12.0",
110
110
  "tone": "^15.1.22"
111
111
  },
112
112
  "peerDependencies": {