Comparing version 0.2.24 to 0.2.25
{ | ||
"name": "apu", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"description": "Easy 3 kB library for 98% accurate Gameboy audio", | ||
"browser": "dist/apu.polyfilled.min.js", | ||
"main": "dist/apu.mjs", | ||
"browser": "dist/apu.polyfilled.min.mjs", | ||
"files": [ | ||
"dist/*.js", | ||
"dist/*.mjs", | ||
"index.d.ts" | ||
@@ -9,0 +10,0 @@ ], |
@@ -10,3 +10,3 @@ APU | ||
* Tiny; single .js file, about 9 kB (gzip) | ||
* Tiny; single file, about 9 kB (gzip) | ||
* Supports playing .vgm files (which are typically a few kB after gzip) | ||
@@ -17,3 +17,3 @@ * Mute BGM channels while playing SFX | ||
* * When possible, uses AudioWorklet to run completely outside the main thread (works in latest Chrome and FireFox) | ||
* UMD module; works as script tag, AMD module, in webpack, etc | ||
* ES module | ||
* TypeScript bindings | ||
@@ -20,0 +20,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
96127
3