Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Jun 29, 2024
1 parent e38164e commit addffea
Show file tree
Hide file tree
Showing 8 changed files with 496 additions and 374 deletions.
6 changes: 3 additions & 3 deletions dist/musicxml-player.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* musicxml-player v0.16.2
* musicxml-player v0.16.3
* (c) Karim Ratib <karim.ratib@gmail.com> (https://github.com/infojunkie)
* Released under the GPL-3.0-only License.
*/
Expand Down Expand Up @@ -12128,7 +12128,7 @@ class WebAudioFontOutput {
}

var name = "musicxml-player";
var version = "0.16.2";
var version = "0.16.3";
var description = "A simple JavaScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.";
var main = "dist/musicxml-player.esm.js";
var type = "module";
Expand Down Expand Up @@ -12203,7 +12203,7 @@ var homepage = "https://github.com/infojunkie/musicxml-player#readme";
var dependencies = {
"json-midi-encoder": "^5.1.32",
"midi-json-parser": "^8.1.14",
"midi-player": "github:infojunkie/midi-player#infojunkie",
"midi-player": "github:infojunkie/midi-player",
opensheetmusicdisplay: "^1.7.1",
"standardized-audio-context": "^25.3.35",
"timing-object": "^3.1.61",
Expand Down
2 changes: 1 addition & 1 deletion dist/musicxml-player.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types/FetchConverter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export declare class FetchConverter implements IMidiConverter {
private _timemapOrUri?;
private _timemap;
private _midi;
constructor(_midiOrUri: IMidiFile | string, _timemapOrUri?: string | MeasureTimemap | undefined);
constructor(_midiOrUri: IMidiFile | string, _timemapOrUri?: (MeasureTimemap | string) | undefined);
initialize(musicXml: string): Promise<void>;
get midi(): IMidiFile;
get timemap(): MeasureTimemap;
Expand Down
2 changes: 1 addition & 1 deletion dist/types/FetchConverter.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/types/MmaConverter.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/types/OpenSheetMusicDisplayRenderer.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit addffea

Please sign in to comment.