midi-audio-player 1.1.0 → 1.1.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/dist/index.js CHANGED
@@ -8,7 +8,7 @@
8
8
  ╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝
9
9
 
10
10
  Version: 1.1.0
11
- Généré: 2026-05-09 22:49:53
11
+ Généré: 2026-05-09 19:05:06
12
12
  Auteur: Maxime Larrivée-Roy <mlarriveeroy@gmail.com>
13
13
  Github: https://github.com/ZmotriN/midi-audio-player/
14
14
  Website: https://zmotrin.github.io/midi-audio-player/
package/dist/index.mjs CHANGED
@@ -8,7 +8,7 @@
8
8
  ╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝
9
9
 
10
10
  Version: 1.1.0
11
- Généré: 2026-05-09 22:49:53
11
+ Généré: 2026-05-09 19:05:06
12
12
  Auteur: Maxime Larrivée-Roy <mlarriveeroy@gmail.com>
13
13
  Github: https://github.com/ZmotriN/midi-audio-player/
14
14
  Website: https://zmotrin.github.io/midi-audio-player/
@@ -8,7 +8,7 @@
8
8
  ╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝
9
9
 
10
10
  Version: 1.1.0
11
- Généré: 2026-05-09 22:49:53
11
+ Généré: 2026-05-09 19:05:06
12
12
  Auteur: Maxime Larrivée-Roy <mlarriveeroy@gmail.com>
13
13
  Github: https://github.com/ZmotriN/midi-audio-player/
14
14
  Website: https://zmotrin.github.io/midi-audio-player/
@@ -8,7 +8,7 @@
8
8
  ╚═════╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═════╝╚═╝ ╚═╝
9
9
 
10
10
  Version: 1.1.0
11
- Généré: 2026-05-09 22:49:53
11
+ Généré: 2026-05-09 19:05:06
12
12
  Auteur: Maxime Larrivée-Roy <mlarriveeroy@gmail.com>
13
13
  Github: https://github.com/ZmotriN/midi-audio-player/
14
14
  Website: https://zmotrin.github.io/midi-audio-player/
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ import MidiAudioPlayer from './src/midiaudioplayer.js';
2
+
3
+ if (typeof window !== 'undefined') window.MidiAudioPlayer = MidiAudioPlayer;
4
+
5
+ export { MidiAudioPlayer };
6
+ export default MidiAudioPlayer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midi-audio-player",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Javascript Midi Audio Player for WebAudioFont",
5
5
  "keywords": [
6
6
  "midi",
@@ -33,6 +33,7 @@
33
33
  "dist",
34
34
  "bin",
35
35
  "src",
36
+ "index.js",
36
37
  "README.md",
37
38
  "LICENSE"
38
39
  ],