ac6502 1.9.2 → 1.9.3
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 +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -20,7 +20,7 @@ const serialport_1 = require("serialport");
|
|
|
20
20
|
const sdl_1 = __importDefault(require("@kmamal/sdl"));
|
|
21
21
|
const promises_1 = require("fs/promises");
|
|
22
22
|
const fs_1 = require("fs");
|
|
23
|
-
const VERSION = '1.9.
|
|
23
|
+
const VERSION = '1.9.3';
|
|
24
24
|
const WIDTH = 320;
|
|
25
25
|
const HEIGHT = 240;
|
|
26
26
|
// Audio constants
|
package/package.json
CHANGED