Comparing version 0.8.2 to 0.8.3-rc.1
@@ -5,2 +5,12 @@ # Changelog | ||
## 0.8.3 - 2020-07-30 | ||
### Added | ||
* Webpack Compatibility | ||
### Changed | ||
* Use WOFF2 fonts and LZ4 compression to reduce the data file size (significantly) | ||
## 0.8.1 - 2020-07-28 | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "webmscore", | ||
"version": "0.8.2", | ||
"version": "0.8.3-rc.1", | ||
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers", | ||
@@ -9,2 +9,3 @@ "type": "module", | ||
"module": "./webmscore.mjs", | ||
"browser": "./webmscore.webpack.mjs", | ||
"exports": { | ||
@@ -19,2 +20,3 @@ "browser": "./src/index.js", | ||
"webmscore.mjs", | ||
"webmscore.webpack.mjs", | ||
"webmscore.lib.*", | ||
@@ -49,8 +51,8 @@ "!webmscore.lib.d.ts" | ||
"build": "npm run clean && npm run compile && npm run bundle && npm run d-ts", | ||
"bundle": "rollup -c", | ||
"bundle": "rollup -c && ln webmscore.lib.wasm webmscore.lib.wasm- || true # workaround for Webpack 4", | ||
"compile": "cd ../ && make release", | ||
"clean": "rm src/*.d.ts && cd ../ && make clean", | ||
"d-ts": "tsc --declaration --allowJs src/index.js || echo", | ||
"d-ts": "tsc --declaration --allowJs src/index.js || true", | ||
"prepack": "cp ../README.md . && cp ../CHANGELOG.md ." | ||
} | ||
} |
@@ -18,2 +18,3 @@ | ||
locateFile(path) { | ||
// %INJECTION_HINT% | ||
// fix loading the preload pack in Browsers and WebWorkers | ||
@@ -20,0 +21,0 @@ const prefix = typeof MSCORE_SCRIPT_URL == "string" |
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 too big to display
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
37071442
21
8302
9
24