Comparing version 0.13.0 to 0.13.1
@@ -5,2 +5,8 @@ # Changelog | ||
## 0.13.1 - 2020-12-16 | ||
### Fixed | ||
* Fixed an issue that webmscore catches all (and irrelevant) uncaught exceptions in Node.js | ||
## 0.13.0 - 2020-12-14 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "webmscore", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers", | ||
@@ -47,3 +47,4 @@ "type": "module", | ||
"compile": "cd ../ && make release", | ||
"clean": "rm -f src/*.d.ts *.d.ts && cd ../ && make clean", | ||
"clean": "npm run clean:d-ts && cd ../ && make clean", | ||
"clean:d-ts": "rm -f src/*.d.ts *.d.ts", | ||
"d-ts": "tsc --emitDeclarationOnly --declaration --allowJs --lib esnext --target esnext src/index.js", | ||
@@ -50,0 +51,0 @@ "prepack": "cp ../README.md . && cp ../CHANGELOG.md .", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22045681