spessoplayer 0.5.0 → 0.5.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 (2) hide show
  1. package/main.mjs +1 -0
  2. package/package.json +1 -1
package/main.mjs CHANGED
@@ -19,6 +19,7 @@
19
19
  import { log } from "./utils.mjs"
20
20
 
21
21
  addEvent({ eventType: "SIGINT" })
22
+ process.on("unhandledRejection", i => console.error(i))
22
23
  log(1, performance.now().toFixed(2), "Added SIGINT event")
23
24
  // In case the user passes some arguments
24
25
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spessoplayer",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A midi converter that uses spessasynth_core to generate the data",
5
5
  "keywords": [
6
6
  "midi", "soundfont",